CVE-2026-80672

8.8

Linux · Kernel

A integer truncation vulnerability in the Linux kernel NTFS driver allows local attackers to trigger an out of bounds read via a crafted NTFS image.

Executive summary

A high severity out of bounds read vulnerability in the Linux kernel NTFS driver, exploitable by a local user with an attacker controlled NTFS image, could lead to system compromise.

Vulnerability

The vulnerability exists in the ntfs_check_restart_area function, where an integer truncation occurs during the validation of the log client record array length. This allows the kernel to bypass size checks and perform out of bounds reads when processing a specially crafted NTFS image, which is reachable by a local user with privileges to mount filesystems.

Business impact

The vulnerability carries a CVSS score of 8.8, reflecting its potential for severe impact. Because the flaw occurs within the kernel, a successful exploit could result in unauthorized memory access, information disclosure, or potential escalation of privileges. This represents a significant risk for systems that support the mounting of untrusted or external storage media, as the flaw can be triggered during the mount process.

Remediation

Immediate Action: Update the Linux kernel to version 7.1.5 or later, which contains the upstream fix for this integer truncation flaw.

Proactive Monitoring: Monitor system logs for kernel oops or crash reports associated with filesystem mount operations, as these may indicate an attempt to trigger the vulnerability.

Compensating Controls: Restrict the ability to mount removable media or untrusted filesystems to authorized personnel only, utilizing kernel module blacklisting if the NTFS driver is not required for production workflows.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the severity of this kernel level vulnerability, security teams should prioritize patching affected systems. While the vector requires local access, the nature of the flaw makes it a critical target for privilege escalation, necessitating an immediate transition to the patched kernel version to ensure system integrity.

More Linux CVEs

Sources