Impact
The Linux kernel’s rxrpc subsystem uses list_del_rcu() to remove a call from the internal list but fails to account for RCU‑safe deletion, causing an infinite loop when users read the /proc/net/rxrpc/calls interface. The infinite loop can consume excessive CPU resources, potentially disrupting system availability. This flaw is represented by CWE‑835 (Infinite Loop) and may also lead to a deadlock scenario, CWE‑821.
Affected Systems
Affected installations include Linux kernel 4.13 and all 7.0 release‑candidate builds (rc1 through rc7) as indicated by the CPE enumeration. Any system running these kernel releases without the patch is at risk.
Risk and Exploitability
The CVSS score of 5.5 indicates moderate severity, while the EPSS score of less than 1% suggests a low probability of exploitation in the wild. The serious impact is limited to service availability; confidentiality or integrity are not affected. Likely exploitation requires local access that can trigger the call removal, such as a process that can read the /proc/net/rxrpc/calls interface, or a local user that can otherwise force the removal of rxrpc calls. The vulnerability is not listed in CISA’s KEV catalog.
OpenCVE Enrichment
Debian DSA