Impact
In the Linux kernel, the ext4 file system incorrectly sets a conversion flag when splitting an unwritten extent during direct I/O or writeback with dioread_nolock enabled. This causes the on‑disk extent to be marked as written while the extent status tree still references it as unwritten, leaving stale data in the buffer cache if the physical write subsequently fails. An attacker who can influence DIO writes may read this stale data, resulting in data integrity loss or sensitive information disclosure.
Affected Systems
All Linux kernels that use the ext4 filesystem are potentially affected. No specific kernel version is listed, so any installation that has this ext4 bug remains at risk until corrected by a kernel update.
Risk and Exploitability
The CVSS score is not provided, the EPSS score is unavailable, and the vulnerability is not listed in the CISA KEV catalog. The flaw requires the attacker to trigger a direct I/O write that spans an unwritten extent and then cause that write to fail. Because the bug is in core kernel filesystem code, local or privileged access is the most likely attack vector, potentially giving an attacker significant impact on data integrity and confidentiality.
OpenCVE Enrichment