Impact
In the Linux kernel, the netfs subsystem previously disabled the write‑streaming optimization when a file descriptor was opened with O_RDWR, as well as under fscache and encryption. The write‑streaming mechanism caches dirty pages that are not yet up‑to‑date, improving performance. The disabling logic was found to be incorrect because the kernel now fills gaps on read. Consequently, this oversight caused failures in the generic/522 xfstest suite. The issue is classified as CWE‑253 and receives a CVSS score of 7.3.
Affected Systems
The affected system is the Linux operating system kernel. Any kernel version prior to the commit that removes the O_RDWR check for write streaming may be impacted.
Risk and Exploitability
The vulnerability is a kernel logic error that could be exercised by any process that performs file operations via the netfs subsystem. No exploit has been publicly disclosed. With an EPSS score of less than 1 % and no listing in CISA's KEV catalog, the likelihood of real‑world exploitation is low, but the CVSS score reflects a high severity potential for performance degradation and I/O inconsistencies.
OpenCVE Enrichment
Ubuntu USN