Impact
In the Linux kernel’s xprtrdma RDMA subsystem, the reference counter for request structures was incorrectly handled, allowing a request to be freed while RDMA hardware was still accessing its buffers. This race condition results in a use-after-free that can corrupt kernel memory and cause a crash, effectively denying service to all processes on the host. The weakness falls under use-after-free and race conditions (CWE-911).
Affected Systems
All Linux kernels that include the xprtrdma subsystem before the patch described in the advisory are vulnerable. Kernel versions shipping this commit have corrected the reference‑counting logic. Distribution security‑patched releases that have not yet incorporated the commit remain at risk and should be updated.
Risk and Exploitability
The vulnerability carries a CVSS score of 9.8 and an EPSS score of less than 1 %, indicating a critical flaw that is rarely exploited in the wild. It is not listed in CISA’s KEV catalog. The attack vector is inferred to be an RDMA client that can send traffic to the target; a local privileged user or a remote attacker with RDMA access can trigger the race by rapidly issuing sends and waiting for their completion, leading to a kernel crash and system downtime.
OpenCVE Enrichment