CVE-2025-21762·Kernel vulnerability
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.
- Severity
- high
- Software
- Kernel
- Fixed in
- 6.13.4
- Published
- 2025-02-27
Affected versions
From: 6.13
Until: 6.13.4
Fixed in: 6.13.4
How to fix this CVE
Update your Linux kernel to version 6.13.4 or later to patch a use-after-free (UAF) vulnerability in the ARP transmission function. This vulnerability affects kernel versions 6.13 through 6.13.3 when ARP packets are transmitted without proper RCU synchronization, potentially allowing privilege escalation. Immediate patching is recommended for systems running affected kernel versions.
sudo dnf update kernel kernel-develDefensia detects this vulnerability
How to check if you are affected
- Check installed kernel version: uname -r — compare output against affected range (6.13.0 to 6.13.3)
- Verify ARP-related kernel modules are loaded: lsmod | grep -E '(arp|net)' — confirms ARP subsystem is active
- Search system logs for ARP-related kernel warnings: sudo journalctl -b -p err | grep -i 'arp\|rcu\|uaf' — look for RCU stall warnings or use-after-free messages
- Confirm patch status: grep 'CONFIG_HAVE_RCU_TABLE_FREE' /boot/config-$(uname -r) — verify RCU protections are enabled in kernel config
FAQ
What is CVE-2025-21762?
CVE-2025-21762 is a use-after-free vulnerability in the Linux kernel's ARP (Address Resolution Protocol) transmission function that occurs when arp_xmit() is called without proper RCU (Read-Copy-Update) synchronization, potentially allowing a local attacker with user privileges to escalate privileges or cause a denial of service.
Is CVE-2025-21762 being actively exploited?
No, CVE-2025-21762 is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, and no public exploits are available. However, the vulnerability type (UAF) is well-understood and could be exploited if not patched.
What versions of Kernel are affected by CVE-2025-21762?
Linux kernel versions 6.13.0 through 6.13.3 are affected. The vulnerability has been resolved in kernel version 6.13.4 and later.
How do I check if my server is vulnerable to CVE-2025-21762?
Run 'uname -r' and check if the output shows a kernel version between 6.13.0 and 6.13.3. If your kernel version is 6.13.4 or higher, your system is patched.
Does Defensia detect CVE-2025-21762?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If the Linux kernel is installed on a monitored server, CVE-2025-21762 will appear in your dashboard with remediation steps.
Related Kernel CVEs
References
- https://git.kernel.org/stable/c/01d1b5c9abcaff29a43f1d17a19c33eec92c7dbe
- https://git.kernel.org/stable/c/10f555e3f573d004ae9d89b3276abb58c4ede5c3
- https://git.kernel.org/stable/c/2c331718d3389b6c5f6855078ab7171849e016bd
- https://git.kernel.org/stable/c/307cd1e2d3cb1cbc6c40c679cada6d7168b18431
- https://git.kernel.org/stable/c/a42b69f692165ec39db42d595f4f65a4c8f42e44
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2025-21762. Free for 1 server.
Get started free