Security readout for executives and security teams
Plain-English summary
A Linux RDMA device-name handling flaw can access memory after it has been freed during device registration or renaming. A local, low-privileged user may be able to trigger the vulnerable path. The supplied CVSS assessment is 7.8, reflecting potentially serious system impact, although the source bundle does not demonstrate real-world exploitation.
Executive priority
Treat this as a high-priority kernel update for RDMA-enabled or multi-user Linux systems. It is less urgent on systems without reachable RDMA functionality or untrusted local access, but those assumptions should be verified. No active exploitation is established by the supplied evidence.
Technical view
CVE-2025-22085 is a CWE-416 use-after-free in Linux RDMA core device naming. Syzbot observed KASAN reading freed name memory through nla_put_string while generating an RDMA netlink notification. The kernel fix retains a device reference during name assignment and waits for its release after renaming, preventing the name from being freed while still in use.
Likely exposure
Exposure is most likely on Linux systems using or permitting RDMA device management, especially where untrusted local users can access the relevant netlink operations. The supplied version data is ambiguous when flattened, so administrators should map their distribution kernel to the cited stable fixes rather than rely solely on version numbers.
Exploitation context
The CVSS vector indicates local access, low attack complexity, low privileges, and no user interaction. Syzbot reproduced the memory-safety failure under KASAN. The bundle marks this CVE as absent from KEV and provides no evidence of active exploitation, public weaponization, or reliable impact beyond the observed use-after-free.
Researcher notes
The report documents a five-byte KASAN read from freed slab memory in nla_put during RDMA device registration. The fix addresses object lifetime around device-name assignment and rename handling. The CVSS claims high confidentiality, integrity, and availability impact, but the bundle does not provide exploitability analysis proving those outcomes.
Mitigation direction
Install a vendor-supported kernel containing the applicable cited stable fix.
Prioritize multi-user systems where RDMA functionality is present or available.
Consult the Linux distribution advisory for backport and package-version mapping.
If immediate patching is impossible, restrict untrusted local access and review whether RDMA is operationally required.
Validation and detection
Record the running kernel and distribution package versions.
Determine whether RDMA drivers, software RDMA, or RDMA netlink management are available.
Verify the installed package includes the applicable stable fix or vendor backport.
Confirm systems booted into the updated kernel after maintenance.
Review vendor security notices because the supplied affected-version representation is ambiguous.
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.
cwe · low confidence lookup
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
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.
2CVSS vectors
3Timeline events
1ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.