Impact
The vulnerability occurs in the Linux kernel’s netfs subsystem, where a reference leak in the netfs_unbuffered_write() path can arise when the subrequest’s I/O iterator has zero length during preparation. This flaw leads to a runaway increase in kernel memory usage, as references are not properly released, potentially causing memory exhaustion and instability. No evidence exists that the leak can directly provide code execution, but continuous exploitation could degrade system performance or trigger a denial of service.
Affected Systems
The issue affects the Linux kernel itself. No specific vendor or product version numbers are listed in the CVE data, so all kernel releases that contain the netfs_unbuffered_write() implementation without the applied patch are potentially vulnerable.
Risk and Exploitability
The CVSS score is not reported and EPSS information is unavailable, indicating uncertainty about the current exploitation prevalence. The absence from the CISA KEV catalog suggests no known large-scale exploits. Nonetheless, the nature of the flaw as a reference leak presents a moderate to high risk in environments that frequently perform netfs write operations, as it can gradually consume kernel memory resources. Exploitation would require the ability to trigger many zero‑length I/O iterators, likely requiring local or privileged access to the target system.
OpenCVE Enrichment