CVE-2025-38460: atm: clip: Fix potential null-ptr-deref in to_atmarpd().
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().
Security readout for executives and security teams
Plain-English summary
CVE-2025-38460 is a Linux kernel flaw in the ATM CLIP networking code. A local, low-privileged attacker may be able to trigger unsafe access to missing kernel data, potentially affecting confidentiality, integrity, and availability. Exploitation requires high complexity, and exposure is likely concentrated on systems using or supporting this legacy networking component.
Executive priority
Treat this as an expedited kernel-maintenance issue on systems with ATM CLIP support and untrusted local access. It is not currently supported as an emergency internet-wide threat: attack access is local, complexity is high, and no active exploitation is documented. Establish component exposure first, then patch affected systems through normal controlled kernel rollout procedures.
Technical view
The ATM CLIP code can call to_atmarpd() without the RTNL lock, including from the unsleepable neighbour-solicitation path. This creates unsafe concurrent access to atmarpd and a potential null-pointer dereference. Stable fixes introduce a private mutex and RCU protection. The supplied CVSS 3.1 score is 7.0: local, high-complexity, low-privilege exploitation with high potential impact.
Likely exposure
Potentially affected Linux kernels containing the vulnerable ATM CLIP implementation are in scope. Practical exposure depends on whether ATM CLIP functionality is built, available, or used. The supplied version data is not sufficiently clear for reliable range matching, so validate the running kernel against distribution advisories and the referenced stable fixes.
Exploitation context
The supplied evidence does not establish active exploitation, and the CVE is not listed as KEV. The CVSS vector describes a local attack requiring low privileges, high complexity, and no user interaction. Public sources supplied here establish the defect and fixes, but not a proven exploitation method or observed attacks.
Researcher notes
The core issue is synchronization and object-lifetime protection around atmarpd. RTNL protection is insufficient because to_atmarpd() can execute without RTNL, notably through clip_neigh_solicit()/neigh_ops->solicit(). The resolution uses a dedicated mutex plus RCU. The bundle provides multiple stable-tree commits, indicating branch-specific backports; exact vulnerable ranges should not be inferred solely from the supplied version list.
Mitigation direction
Install a vendor-supported kernel containing the applicable stable fix.
Check Linux distribution advisories for corrected package versions.
Prioritize systems exposing ATM CLIP functionality to untrusted local users.
Use vendor guidance for any temporary mitigation when immediate patching is impossible.
Validation and detection
Inventory running kernel versions across Linux hosts.
Determine whether ATM CLIP support is built, available, or operationally used.
Compare kernel source or package changelogs with the referenced stable fix commits.
Confirm patched systems booted into the corrected kernel after installation.
Monitor vendor advisories for revised affected-version information.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-38460 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
11Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.