CVE-2026-72200
Linux · Kernel
A signed integer overflow vulnerability exists in the Linux kernel NTFS mapping-pairs parser, which may allow attackers to corrupt memory or gain unauthorized access to physical clusters.
Executive summary
A critical signed integer overflow flaw in the Linux kernel NTFS driver could lead to unauthorized memory access and system compromise.
Vulnerability
The vulnerability exists in the NTFS mapping-pairs parser, which fails to correctly validate LCN accumulator overflows. This allows an unauthenticated attacker to trigger undefined behavior by providing a specifically crafted runlist, leading to memory corruption.
Business impact
The potential impact of this vulnerability is severe, as it allows for unauthorized memory access, data integrity compromise, and potential system crashes. Given the CVSS score of 9.8, this flaw represents a critical risk to the confidentiality, integrity, and availability of any system utilizing the NTFS filesystem driver. Organizations relying on Linux kernels should prioritize remediation to prevent potential exploitation of this kernel-level flaw.
Remediation
Immediate Action: Update the Linux kernel to version 6.9 or 7.1.5 or later to apply the necessary overflow checks.
Proactive Monitoring: Monitor system logs for unusual kernel panic events or unexpected filesystem errors that may indicate attempts to trigger this overflow.
Compensating Controls: If patching is not immediately feasible, restrict the mounting of untrusted or external NTFS-formatted media to reduce the attack surface.
Exploitation status
Public Exploit Available: No (exploit_available unknown).
Analyst recommendation
This vulnerability is critical due to its potential for kernel-level exploitation from an unauthenticated vector. Administrators must verify their current kernel versions and apply the provided security updates immediately to protect against memory corruption attacks. Given the nature of kernel vulnerabilities, testing the update in a staging environment prior to deployment is advised to ensure compatibility.