Impact
A null pointer dereference occurs in the Linux kernel’s RDMA implementation when a local administrator races an NFS/RDMA mount against RDMA device removal. The race causes the removal callback to reference an uninitialized rdma_cm_id, resulting in a kernel crash via a NULL pointer dereference. The crash leads to a denial of service by crashing the kernel.
Affected Systems
The vulnerability is present in all Linux kernel versions that include the xprtrdma component before the fix is applied. The identified patch commits (264ccd78, 28743571, 51248d87, bb7caa63) globally resolve the issue, so any kernel that has not applied those commits is affected.
Risk and Exploitability
The CVSS score of 5.5 classifies this vulnerability as medium severity; the EPSS score of < 1% indicates a low probability of exploitation. The requirement of local administrative privileges limits the attack surface. However, the crash is straightforward to trigger by timing RDMA device removal during an active mounting operation, and the resulting denial of service can impact system availability. The vulnerability is not listed in the CISA KEV catalog.
OpenCVE Enrichment