CVE-2026-72185

Linux · Kernel

A flaw in the Linux kernel NTFS driver allows a crafted NTFS image to trigger memory corruption by incorrectly handling resident attributes as non-resident.

Executive summary

A critical vulnerability in the Linux kernel NTFS driver could allow an unauthenticated attacker to cause system instability or potential code execution via a malicious NTFS image.

Vulnerability

The vulnerability exists within the ntfs_map_runlist_nolock function, which fails to properly validate attribute types. An unauthenticated attacker can supply a crafted NTFS image containing a resident attribute where a non-resident one is expected, leading to improper memory access and potential corruption.

Business impact

The vulnerability carries a CVSS score of 9.8, indicating a critical severity level. Successful exploitation may lead to a kernel panic, causing significant system downtime and potential data corruption. In certain scenarios, such memory corruption flaws may be leveraged by sophisticated actors to achieve arbitrary code execution, posing a severe risk to system integrity and data confidentiality.

Remediation

Immediate Action: Update the Linux kernel to version 7.1.5 or later, as this release contains the necessary fix to ensure proper attribute validation.

Proactive Monitoring: Monitor system logs for kernel-level warnings or unexpected crashes during the mounting of external storage media or NTFS-formatted partitions.

Compensating Controls: Restrict the ability to mount arbitrary or untrusted external storage devices on critical production systems to prevent the introduction of malicious NTFS images.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Given the critical nature of this kernel vulnerability and the high CVSS score, immediate patching is required. Organizations should prioritize updating the Linux kernel to version 7.1.5 across all affected environments. Until patches can be applied, strict access controls regarding the attachment of external media are strongly advised to mitigate the risk of exploitation.

More Linux CVEs

Sources