Impact
The flaw is a logic bug in the ext4 filesystem that leaves queued discard operations pending when a filesystem is remounted from discard to nodiscard. Because the pending discard work is not cancelled or flushed, deleted data may remain on storage, potentially exposing sensitive data. This weakness corresponds to CWE-772.
Affected Systems
It affects all Linux kernel releases that contain ext4 before the patch that forces discard work to drain on unmount. All distributions shipping those kernel versions are impacted.
Risk and Exploitability
The CVSS score is 5.5 and the EPSS score is <1%. The solution is not listed in CISA KEV. The attack vector is inferred to be local; it requires an attacker to control the machine, mount and remount the ext4 volume with specific options, delete files, and unmount before the kernel can drain the discard queue. Because the required sequence is complex and requires direct volume management, the exploitation likelihood is low.
OpenCVE Enrichment