CVE-2025-38460
Last modified
CVE-2025-38460 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix potential null-ptr-deref in to_atmarpd(). atmarpd is protected by RTNL since commit f3a0592b37b8 ("[ATM]: clip causes unregister hang"). However, it is not enough because to_atmarpd() is called without RTNL, especially clip_neigh_solicit() / neigh_ops->solicit() is unsleepable. Also, there is no RTNL dependency around atmarpd. Let's use a private mutex and RCU to protect access to atmarpd in to_atmarpd().. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix potential null-ptr-deref in to_atmarpd(). atmarpd is protected by RTNL since commit f3a0592b37b8 ("[ATM]: clip causes unregister hang"). However, it is not enough because to_atmarpd() is called without RTNL, especially clip_neigh_solicit() / neigh_ops->solicit() is unsleepable. Also, there is no RTNL dependency around atmarpd. Let's use a private mutex and RCU to protect access to atmarpd in to_atmarpd().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.13, < 5.4.296 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.240 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.189 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.146 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.99 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.39 | — |
| Linux | Linux Kernel | >= 6.13, < 6.15.7 | — |
| Linux | Linux Kernel | 2.6.12 | — |
| Linux | Linux Kernel | 6.16 | Rc1 |
| Debian | Debian Linux | 11.0 | — |
References
- https://lists.debian.org/debian-lts-announce/2025/10/msg00007.htmlThird Party Advisory
- https://lists.debian.org/debian-lts-announce/2025/10/msg00008.htmlThird Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-38460?
How severe is CVE-2025-38460?
How do I fix CVE-2025-38460?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-38455In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38456In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38457In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38458In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38459In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-3846A vulnerability was found in markparticle WebServer up to 1.…9.8
- CVE-2025-38461In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2025-38462In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2025-38463In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38464In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38465In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38466In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-38460?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
