CVE-2026-72211

Linux · Kernel

A memory corruption vulnerability in the NTFS filesystem implementation within the Linux kernel allows for potential system instability or data integrity issues during index root reparenting.

Executive summary

A critical vulnerability in the Linux kernel NTFS driver could lead to system corruption or potential code execution due to improper handling of index root value resizing.

Vulnerability

The vulnerability exists in the ntfs_ir_reparent function, where the kernel publishes an incorrect index length and allocated size before successfully resizing the resident index root value. An unauthenticated attacker could trigger this race condition or state mismatch, leading to transient corruption that may be exploited to achieve memory corruption or system crashes.

Business impact

The CVSS score of 9.8 reflects the high potential for impact, as this flaw resides within the core operating system kernel. Successful exploitation could result in a total system compromise, where an attacker gains unauthorized control over the host, or cause significant downtime due to kernel panics and filesystem corruption. This poses a severe risk to data integrity and overall system availability for all environments utilizing the NTFS driver.

Remediation

Immediate Action: Update the Linux kernel to version 7.1.5 or later, or apply the upstream commits provided in the vendor references to resolve the memory management error.

Proactive Monitoring: Monitor system logs for kernel-level warnings or filesystem corruption errors, specifically those related to NTFS mft records or index root validation failures.

Compensating Controls: Restrict access to systems utilizing the NTFS driver to trusted users only and implement strict filesystem integrity monitoring to detect potential corruption post-incident.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the critical severity of this kernel-level flaw, administrators should prioritize patching their Linux environments. Ensure that all systems running the NTFS driver are updated to version 7.1.5 immediately to eliminate the risk of filesystem corruption and potential exploitation.

More Linux CVEs

Sources