Impact
A race condition in the Linux NTFS driver allows a concurrent FS_IOC_SETFSLABEL operation to replace an in‑memory volume_label while FS_IOC_GETTSLABEL simultaneously reads it, resulting in a use‑after‑free and memory corruption. If an attacker can trigger the race, the corrupted memory could be reused to execute arbitrary code or cause a kernel crash, leading to denial of service. This weakness matches CWE‑367.
Affected Systems
All Linux kernels containing the NTFS driver and not yet patched with the mutex protection on vol->volume_label are impacted. The vulnerability applies to every Linux installation that uses the NTFS module, across all distributions, without a specified version range in the advisory.
Risk and Exploitability
The CVSS score of 7.8 classifies the flaw as high severity. The EPSS score of <1% indicates the likelihood of exploitation is currently low. The vulnerability is not listed in CISA KEV. Based on the description, local or privileged users may trigger the race by invoking the two ioctl interfaces concurrently. Without mitigation, memory corruption could result in arbitrary code execution or a system crash.
OpenCVE Enrichment