Impact
The flaw in the Linux kernel’s ext4 file system prevents proper caching of extents during the split operation. When an unwritten extent is divided, the status tree can be left with a hole that is not corrected, and subsequent delayed buffer writes may re‑insert the wrong extent data. This mismatch silently corrupts the file system’s space accounting, potentially leading to data loss, corrupted files, or unexpected file system behavior. The weakness stems from improper handling of cached extents and can compromise file integrity and availability.
Affected Systems
This vulnerability affects all Linux kernel builds containing the ext4 filesystem, as indicated by the generic Linux kernel CPE. Any system running a kernel version that has not yet incorporated the patch from commit 4c2d9dac4d328244f9365b0a1fa27ec802821820 and related fixes is susceptible.
Risk and Exploitability
Although a CVSS score is not listed, the defect allows an attacker with the ability to write files to the underlying ext4 volume to cause subtle metadata corruption. The EPSS score is not available and the issue is not listed in the CISA KEV catalog, suggesting limited public exploitation data at the time of reporting. Nonetheless, the bug can be triggered by normal file write operations (including DIO writes) and can cause denial‑of‑service or data integrity problems if not addressed.
OpenCVE Enrichment