3 matches found
CVE-2026-74656
In the Linux kernel, the following vulnerability has been resolved: ipv4: fix use-after-free in fibnhcupdatemtu fibnhcupdatemtu walks the nexthop exception table under RTNL, but RTNL does not serialize this walk with PMTU exception updates. The walk uses rcudereferenceprotected with a constant tr...
CVE-2026-74656
CVE-2026-74656 is a use-after-free vulnerability in the Linux kernel IPv4 subsystem, specifically in fib_nhc_update_mtu(). The function walks the nexthop exception table under RTNL, but RTNL does not serialize this walk with concurrent PMTU exception updates. The walk uses rcu_dereference_protect...
CVE-2026-74656 ipv4: fix use-after-free in fib_nhc_update_mtu()
In the Linux kernel, the following vulnerability has been resolved: ipv4: fix use-after-free in fibnhcupdatemtu fibnhcupdatemtu walks the nexthop exception table under RTNL, but RTNL does not serialize this walk with PMTU exception updates. The walk uses rcudereferenceprotected with a constant tr...