[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240726011634.GA15148@breakpoint.cc>
Date: Fri, 26 Jul 2024 03:16:34 +0200
From: Florian Westphal <fw@...len.de>
To: Kuniyuki Iwashima <kuniyu@...zon.com>
Cc: Pablo Neira Ayuso <pablo@...filter.org>,
Jozsef Kadlecsik <kadlec@...filter.org>,
Florian Westphal <fw@...len.de>,
Kuniyuki Iwashima <kuni1840@...il.com>,
netfilter-devel@...r.kernel.org, coreteam@...filter.org,
netdev@...r.kernel.org
Subject: Re: [PATCH v1 nf 0/2] netfilter: iptables: Fix null-ptr-deref in
ip6?table_nat_table_init().
Kuniyuki Iwashima <kuniyu@...zon.com> wrote:
> We had a report that iptables-restore sometimes triggered null-ptr-deref
> at boot time.
>
> The problem is that iptable_nat_table_init() is exposed to user space too
> early and accesses net->gen->ptr[iptable_nat_net_ops.id] before allocated.
Right, the other xtables don't have a pernet id, but nat needs this
because of the nf_nat_core -> iptable_nat dependency.
Reviewed-by: Florian Westphal <fw@...len.de>
Powered by blists - more mailing lists