Impact
The Linux kernel’s RAID10 subsystem contains a reference‑counting flaw that causes writes_pending and barrier references to leak when a discard operation fails. The bug manifests because md_write_end() and allow_barrier() are omitted on certain error paths, leading to unbalanced accounting. Based on the description, it is inferred that the leak could increase resource usage over time, potentially degrading system performance or destabilizing the kernel.
Affected Systems
All Linux kernel builds that do not incorporate commits 393d687131d8aa8c7e4de2cb494438e145d20fc2 and d1324b41dabd26787559efaeb430643c627c1eb0 are vulnerable. The issue appears in RAID10 configurations before these patches and is resolved in kernel releases that include the cited commits.
Risk and Exploitability
The CVSS score of 7.5 reflects a high‑impact resource‑exhaustion vulnerability. The EPSS score of <1% indicates a very low likelihood of exploitation. The vulnerability is not listed in CISA KEV, implying no confirmed active exploitation. The attack vector is likely a failed discard request on a RAID10 device; this inference is based on the failure paths that trigger the reference leak.
OpenCVE Enrichment