Impact
An upstream fix addresses a use‑after‑free in the svcrdma module of the Linux kernel. When an RDMA address‑change event occurs the listener replacement handler allocates a new cm_id. If that allocation fails the module fails to clear a stored pointer, leaving a dangling reference that is later dereferenced during a detach. The resulting use‑after‑free can crash the kernel, causing a denial of service.
Affected Systems
All Linux kernel builds that contain the svcrdma listener code prior to the commit that clears sc_cm_id are affected. No specific version list is provided, but the issue exists in any kernel that had not yet incorporated the change.
Risk and Exploitability
The CVSS score is 5.9, indicating moderate severity. The EPSS score is below 1 %, showing a very low probability that the vulnerability will be actively exploited. The vulnerability is not listed in the CISA KEV catalog. Exposing the kernel to RDMA address‑change events is required for exploitation; it is inferred that this would normally require either local or elevated privileges, but the description does not state the exact prerequisites.
OpenCVE Enrichment