← Back to CVE List

CVE-2025-21760

Published: 2025-02-27T03:15Z
Last Modified: 2025-03-24T17:38Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: ndisc: extend RCU protection in ndisc_send_skb() 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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt