CVE-2026-72207
Linux · Kernel
A flaw in the Linux kernel NTFS driver allows improper conversion of resident attributes, potentially leading to filesystem corruption or other impacts.
Executive summary
A critical vulnerability in the Linux kernel NTFS driver could lead to severe filesystem corruption and potential system instability if left unpatched.
Vulnerability
The vulnerability exists in the ntfs_resident_attr_resize function, which incorrectly attempts to convert zero-length resident $DATA attributes to non-resident. This logic error can be triggered by an attacker, leading to file system inconsistencies that are flagged as corruptions by fsck.
Business impact
Successful exploitation of this vulnerability poses a significant risk to data integrity and system availability. Because the Linux kernel is a foundational component of most enterprise environments, corruption of the underlying NTFS filesystem can result in permanent data loss, service outages, and the need for time-consuming recovery efforts. The CVSS score of 9.8 reflects the high potential for full system compromise and loss of data availability.
Remediation
Immediate Action: Update the Linux kernel to version 7.1.5 or later to incorporate the necessary logic fixes for attribute resizing.
Proactive Monitoring: Monitor system logs for kernel-level errors related to NTFS or MFT (Master File Table) operations, which may indicate attempted exploitation or pre-existing corruption.
Compensating Controls: Restrict access to systems utilizing NTFS partitions to trusted users only and ensure that regular, verified backups are maintained to mitigate the impact of potential filesystem corruption.
Exploitation status
Public Exploit Available: No (there is no confirmed public exploit in the available data).
Analyst recommendation
Given the critical nature of this kernel-level vulnerability, organizations should prioritize the deployment of the 7.1.5 kernel update across all affected Linux environments. Failure to address this flaw could lead to unrecoverable filesystem corruption and significant operational downtime. Ensure that testing is performed in a staging environment before widespread production deployment.