In the Linux kernel, the following vulnerability has been resolved: ndisc: extend RCU protection in ndiscsendskb() ndiscsendskb() can be called without RTNL or RCU held. Acquire rcureadlock() earlier, so that we can use devnetrcu() and avoid a potential UAF.