]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ndisc: extend RCU protection in ndisc_send_skb()
authorEric Dumazet <edumazet@google.com>
Fri, 7 Feb 2025 13:58:39 +0000 (13:58 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Mar 2025 11:50:44 +0000 (12:50 +0100)
commite24d225e4cb8cf108bde00b76594499b98f0a74d
treebc5e167b51fae7ace5f9811ad31c55289d1900af
parenta884f57600e463f69d7b279c4598b865260b62a1
ndisc: extend RCU protection in ndisc_send_skb()

[ Upstream commit ed6ae1f325d3c43966ec1b62ac1459e2b8e45640 ]

ndisc_send_skb() can be called without RTNL or RCU held.

Acquire rcu_read_lock() earlier, so that we can use dev_net_rcu()
and avoid a potential UAF.

Fixes: 1762f7e88eb3 ("[NETNS][IPV6] ndisc - make socket control per namespace")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20250207135841.1948589-8-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/ipv6/ndisc.c