From: patchwork-bot+netdevbpf@kernel.org
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org, davem@davemloft.net,
netdev@vger.kernel.org, kuba@kernel.org, pabeni@redhat.com,
edumazet@google.com
Subject: Re: [PATCH net 01/14] netfilter: ebtables: reject blobs that don't provide all entry points
Date: Thu, 25 Aug 2022 02:40:17 +0000 [thread overview]
Message-ID: <166139521749.434.10265986987169590728.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220824220330.64283-2-pablo@netfilter.org>
Hello:
This series was applied to netdev/net.git (master)
by Pablo Neira Ayuso <pablo@netfilter.org>:
On Thu, 25 Aug 2022 00:03:17 +0200 you wrote:
> From: Florian Westphal <fw@strlen.de>
>
> Harshit Mogalapalli says:
> In ebt_do_table() function dereferencing 'private->hook_entry[hook]'
> can lead to NULL pointer dereference. [..] Kernel panic:
>
> general protection fault, probably for non-canonical address 0xdffffc0000000005: 0000 [#1] PREEMPT SMP KASAN
> KASAN: null-ptr-deref in range [0x0000000000000028-0x000000000000002f]
> [..]
> RIP: 0010:ebt_do_table+0x1dc/0x1ce0
> Code: 89 fa 48 c1 ea 03 80 3c 02 00 0f 85 5c 16 00 00 48 b8 00 00 00 00 00 fc ff df 49 8b 6c df 08 48 8d 7d 2c 48 89 fa 48 c1 ea 03 <0f> b6 14 02 48 89 f8 83 e0 07 83 c0 03 38 d0 7c 08 84 d2 0f 85 88
> [..]
> Call Trace:
> nf_hook_slow+0xb1/0x170
> __br_forward+0x289/0x730
> maybe_deliver+0x24b/0x380
> br_flood+0xc6/0x390
> br_dev_xmit+0xa2e/0x12c0
>
> [...]
Here is the summary with links:
- [net,01/14] netfilter: ebtables: reject blobs that don't provide all entry points
https://git.kernel.org/netdev/net/c/7997eff82828
- [net,02/14] netfilter: conntrack: work around exceeded receive window
https://git.kernel.org/netdev/net/c/cf97769c761a
- [net,03/14] netfilter: nft_tproxy: restrict to prerouting hook
https://git.kernel.org/netdev/net/c/18bbc3213383
- [net,04/14] netfilter: nf_tables: disallow updates of implicit chain
https://git.kernel.org/netdev/net/c/5dc52d83baac
- [net,05/14] netfilter: nf_tables: make table handle allocation per-netns friendly
https://git.kernel.org/netdev/net/c/ab482c6b66a4
- [net,06/14] netfilter: nft_payload: report ERANGE for too long offset and length
https://git.kernel.org/netdev/net/c/94254f990c07
- [net,07/14] netfilter: nft_payload: do not truncate csum_offset and csum_type
https://git.kernel.org/netdev/net/c/7044ab281feb
- [net,08/14] netfilter: nf_tables: do not leave chain stats enabled on error
https://git.kernel.org/netdev/net/c/43eb8949cfdf
- [net,09/14] netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet families
https://git.kernel.org/netdev/net/c/5f3b7aae14a7
- [net,10/14] netfilter: nft_tunnel: restrict it to netdev family
https://git.kernel.org/netdev/net/c/01e4092d53bc
- [net,11/14] netfilter: nf_tables: disallow binding to already bound chain
https://git.kernel.org/netdev/net/c/e02f0d397040
- [net,12/14] netfilter: flowtable: add function to invoke garbage collection immediately
https://git.kernel.org/netdev/net/c/759eebbcfafc
- [net,13/14] netfilter: flowtable: fix stuck flows on cleanup due to pending work
https://git.kernel.org/netdev/net/c/9afb4b27349a
- [net,14/14] netfilter: nf_defrag_ipv6: allow nf_conntrack_frag6_high_thresh increases
https://git.kernel.org/netdev/net/c/00cd7bf9f9e0
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2022-08-25 2:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-24 22:03 [PATCH net 00/14] Netfilter fixes for net Pablo Neira Ayuso
2022-08-24 22:03 ` [PATCH net 01/14] netfilter: ebtables: reject blobs that don't provide all entry points Pablo Neira Ayuso
2022-08-25 2:40 ` patchwork-bot+netdevbpf [this message]
2022-08-24 22:03 ` [PATCH net 02/14] netfilter: conntrack: work around exceeded receive window Pablo Neira Ayuso
2022-08-24 22:03 ` [PATCH net 03/14] netfilter: nft_tproxy: restrict to prerouting hook Pablo Neira Ayuso
2022-08-24 22:03 ` [PATCH net 04/14] netfilter: nf_tables: disallow updates of implicit chain Pablo Neira Ayuso
2022-08-24 22:03 ` [PATCH net 05/14] netfilter: nf_tables: make table handle allocation per-netns friendly Pablo Neira Ayuso
2022-08-24 22:03 ` [PATCH net 06/14] netfilter: nft_payload: report ERANGE for too long offset and length Pablo Neira Ayuso
2022-08-24 22:03 ` [PATCH net 07/14] netfilter: nft_payload: do not truncate csum_offset and csum_type Pablo Neira Ayuso
2022-08-24 22:03 ` [PATCH net 08/14] netfilter: nf_tables: do not leave chain stats enabled on error Pablo Neira Ayuso
2022-08-24 22:03 ` [PATCH net 09/14] netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet families Pablo Neira Ayuso
2022-08-24 22:03 ` [PATCH net 10/14] netfilter: nft_tunnel: restrict it to netdev family Pablo Neira Ayuso
2022-08-24 22:03 ` [PATCH net 11/14] netfilter: nf_tables: disallow binding to already bound chain Pablo Neira Ayuso
2022-08-24 22:03 ` [PATCH net 12/14] netfilter: flowtable: add function to invoke garbage collection immediately Pablo Neira Ayuso
2022-08-24 22:03 ` [PATCH net 13/14] netfilter: flowtable: fix stuck flows on cleanup due to pending work Pablo Neira Ayuso
2022-08-24 22:03 ` [PATCH net 14/14] netfilter: nf_defrag_ipv6: allow nf_conntrack_frag6_high_thresh increases Pablo Neira Ayuso
2022-08-25 2:17 ` Jakub Kicinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=166139521749.434.10265986987169590728.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pablo@netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).