Impact
This vulnerability occurs in the Linux kernel RDS IB module. The code attempts to register a memory region (FRMR) before the underlying RDMA connection is fully established, causing a null‑pointer dereference in rds_ib_post_reg_frmr. The resulting kernel fault crashes the system, providing a denial‑of‑service vector. The weakness corresponds to a null pointer dereference (CWE‑476).
Affected Systems
All Linux kernel releases that include the vulnerable rds_ib_get_mr implementation are affected. The vulnerability is present until the patch included in commit 23e07c340c445f0ebff7757ba15434cb447eb662 (and related commits) is applied. No specific vendor version ranges are provided, so any kernel version before this fix should be considered vulnerable.
Risk and Exploitability
The CVSS score of 5.5 indicates moderate severity. The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, suggesting a lower likelihood of widespread exploitation. The attack vector is inferred to be local: an application with permission to call sendmsg on an RDS socket can trigger the fault before the RDMA connection is established. While the impact is limited to a kernel crash, the risk remains significant for critical systems that rely on uninterrupted kernel operation.
OpenCVE Enrichment