Impact
The kernel’s free‑cluster count routine in the NTFS driver allocates a temporary readahead structure. When that allocation fails the routine exits without setting a flag or waking the wait‑queue, causing any caller waiting for the pre‑computed free‑cluster count to block forever. This can lead to a denial of service by stalling system operations that depend on free‑cluster information.
Affected Systems
All Linux systems that use the kernel module for NTFS file systems are affected, regardless of distribution or specific kernel release, as the vulnerability concerns the generic Linux kernel driver and not a vendor‑specific product.
Risk and Exploitability
Based on the description, it is inferred that the vulnerability requires kernel‑level access to trigger, implying that only local or privileged attackers can exploit it. The EPSS score is <1%, indicating a low probability of exploitation, while a CVSS score of 7.5 reflects high severity. The issue is not listed in the CISA KEV catalog, but the potential for indefinite blocking makes it high risk. Without the patch, a failed allocation path can cause processes to hang while waiting for free‑cluster updates, leading to service disruption.
OpenCVE Enrichment