Impact
The Linux kernel’s RDMA/siw subsystem contains a use‑after‑free flaw: when an endpoint is disassociated from a socket via siw_socket_disassoc(), the final reference may be released and the endpoint freed. If a malformed MPA request is processed during connection establishment, the handler can dereference the now‑dead endpoint, triggering a slab‑use‑after‑free detected by KASAN. This leads to kernel memory corruption that can result in system crashes.
Affected Systems
All Linux distributions that ship kernels lacking the upstream hotfix. The fix is applied in kernel commits visible at the GitHub URLs provided; any kernel older than the commit that introduced the defensive check is vulnerable.
Risk and Exploitability
The flaw is severe, with a CVSS score of 9.8, and it is not listed in the CISA KEV catalog. The EPSS score is < 1%, but because the flaw is activated by network‑received MPA packets, an attacker could potentially craft a malicious RDMA request to trigger the vulnerability, leading to kernel memory corruption and a crash.
OpenCVE Enrichment