CVE-2026-72935 in Windowsinfo

Summary

by MITRE • 09/09/2026

Out-of-bounds read in Windows NTFS allows an authorized attacker to elevate privileges locally.

Be aware that VulDB is the high quality source for vulnerability data.

Analysis

by VulDB Data Team • 09/09/2026

The vulnerability described involves an out-of-bounds read flaw within the New Technology File System driver, commonly referred to as NTFS, which is a core component of Microsoft Windows operating systems responsible for managing how data is stored, retrieved, and organized on storage devices. This specific defect allows an attacker who has already gained local access with valid credentials to exploit memory corruption issues that can lead to privilege escalation. The root cause typically stems from improper validation checks when the file system driver processes certain metadata or directory structures, resulting in a read operation accessing memory locations outside the intended buffer boundaries. Such errors are particularly dangerous because they do not necessarily require crashing the application but rather allow for information disclosure or further exploitation leading to arbitrary code execution under the context of higher-privileged accounts such as SYSTEM.

From a technical perspective, out-of-bounds reads fall squarely within the Common Weakness Enumeration category CWE-125, which describes situations where software reads memory beyond the end of an allocated buffer. In the context of NTFS, this could occur during the parsing of complex file system structures or when handling specific types of files that trigger edge cases in the driver's logic. When a malicious actor crafts input data designed to exploit these boundary conditions, they can potentially read sensitive kernel-mode memory contents. While reading out-of-bounds does not immediately grant control over execution flow like an out-of-bounds write might, it serves as a critical stepping stone for more advanced exploitation techniques such as information leakage or heap spraying attacks that facilitate the eventual elevation of privileges to administrative levels.

The operational impact of this vulnerability is severe due to its potential for local privilege escalation. An attacker who successfully exploits this flaw can transition from a standard user account with limited permissions to an administrator-level account, thereby gaining unrestricted access to system resources, sensitive data, and configuration settings. This undermines the fundamental security model of Windows by breaking the isolation between different user accounts and kernel space protections. Once elevated privileges are obtained, the attacker can install persistent backdoors, disable security software, exfiltrate confidential information, or use the compromised machine as a pivot point for further network attacks against other systems within the organization's infrastructure.

This type of vulnerability aligns with several tactics in the MITRE ATT&CK framework, particularly those related to privilege escalation and defense evasion. Specifically, it relates to techniques involving exploitation of local vulnerabilities to gain higher-level access without detection by standard security monitoring tools that focus on external threats. The lack of immediate system instability makes such exploits stealthy, allowing attackers to maintain long-term presence within the environment before being detected. Organizations must recognize that even internal or authorized users pose significant risks if their accounts are compromised through social engineering or other initial access vectors, making robust endpoint protection and strict least-privilege policies essential defenses against this class of threats.

Mitigation strategies primarily involve applying vendor-supplied security patches as soon as they become available to address the underlying code defects in the NTFS driver. Since exploitation requires local access, enforcing strong authentication mechanisms such as multi-factor authentication for administrative accounts can reduce the likelihood of initial compromise. Additionally, implementing application whitelisting and restricting script execution capabilities on endpoints can limit an attacker's ability to execute malicious payloads even after gaining elevated privileges. Regular auditing of user permissions ensures that no single account holds excessive power unnecessarily, thereby containing potential damage if a vulnerability is exploited. Continuous monitoring for anomalous behavior indicative of privilege escalation attempts further enhances the organization's defensive posture against such insider or lateral movement threats.

Responsible

Microsoft

Reservation

08/10/2026

Disclosure

09/09/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

very low

Sources

Want to stay up to date on a daily basis?

Enable the mail alert feature now!