CVE-2025-22088: RDMA/erdma: Prevent use-after-free in erdma_accept_newconn()
In the Linux kernel, the following vulnerability has been resolved:
RDMA/erdma: Prevent use-after-free in erdma_accept_newconn()
After the erdma_cep_put(new_cep) being called, new_cep will be freed,
and the following dereference will cause a UAF problem. Fix this issue.
Security readout for executives and security teams
Plain-English summary
A Linux kernel flaw can access RDMA connection data after that data has been freed. On affected systems using the erdma driver, this may cause serious security impact or instability. Exposure is narrower than the 9.8 score alone suggests because the vulnerable subsystem must be relevant to the host.
Executive priority
Treat as urgent for systems actively using erdma, especially network-reachable or high-value infrastructure. Promptly inventory the fleet before assuming broad exposure. Schedule expedited kernel remediation where applicable; track other systems through normal vulnerability management after confirming the driver is not used.
Technical view
CVE-2025-22088 is a use-after-free in erdma_accept_newconn(). The function calls erdma_cep_put(new_cep), which can free new_cep, then subsequently dereferences it. Linux stable commits resolve the unsafe object-lifetime handling. The supplied CVSS 3.1 vector rates network attackability and confidentiality, integrity, and availability impacts as high.
Likely exposure
Potentially exposed systems run an affected Linux kernel and use the RDMA erdma functionality. Systems without relevant erdma hardware, configuration, or workload are less likely to be reachable. The supplied version data is ambiguous, so distribution package status and fix backports must be checked directly.
Exploitation context
The bundle reports no CISA KEV listing and provides no evidence of active exploitation or a public exploit. The 9.8 score indicates a severe theoretical attack path, but it does not establish practical exploitability across ordinary Linux installations.
Researcher notes
The root cause is a reference-lifetime error following erdma_cep_put(new_cep). Six Linux stable commit references are supplied. Version entries include unclear values and do not reliably communicate backport status. No source establishes exploitation prerequisites beyond the affected erdma connection path, so further claims would be speculative.
Mitigation direction
Identify systems using erdma and prioritize externally reachable or business-critical hosts.
Install a vendor-supported kernel package containing the applicable Linux stable fix.
Check distribution security guidance because kernel fixes may be backported without changing upstream version numbers.
Use normal change controls and rollback planning for kernel updates.
Validation and detection
Record each host's running kernel build and distribution package revision.
Confirm whether erdma is present and operational on each potentially affected host.
Verify the vendor package changelog or advisory explicitly includes CVE-2025-22088 or its fix.
After updating, confirm the fixed kernel is running and RDMA workloads remain healthy.
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
2ADP providers
8Source 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.