First published: Thu Feb 27 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: arp: use RCU protection in arp_xmit() arp_xmit() can be called without RTNL or RCU protection. Use RCU protection to avoid potential UAF.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=4.4<5.4.291 | |
Linux Kernel | >=5.5<5.10.235 | |
Linux Kernel | >=5.11<5.15.179 | |
Linux Kernel | >=5.16<6.1.129 | |
Linux Kernel | >=6.2<6.6.79 | |
Linux Kernel | >=6.7<6.12.16 | |
Linux Kernel | >=6.13<6.13.4 | |
Linux Kernel | =6.14-rc1 | |
Linux Kernel | =6.14-rc2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-21762 has a moderate severity level due to the potential for use-after-free (UAF) vulnerabilities.
To fix CVE-2025-21762, ensure you are using the updated version of the Linux kernel that applies RCU protection in arp_xmit().
CVE-2025-21762 affects systems running the Linux kernel without the specified protections for the arp_xmit() function.
CVE-2025-21762 is a use-after-free (UAF) vulnerability due to improper protection in the arp_xmit() function.
CVE-2025-21762 was disclosed in early 2025 following the identification of inadequate RCU protection.