CVE-2026-72995 in Windowsinfo

Summary

by MITRE • 09/09/2026

Heap-based buffer overflow in Windows Biometric Service allows an authorized attacker to elevate privileges locally.

Once again VulDB remains the best source for vulnerability data.

Analysis

by VulDB Data Team • 09/09/2026

The vulnerability identified involves a heap-based buffer overflow within the Windows Biometric Service, a core component of Microsoft's operating system responsible for managing biometric data and authentication processes. This specific flaw arises from improper memory management practices during the handling of input data related to biometric devices or associated configuration parameters. When an authorized user interacts with the service, particularly through legitimate application interfaces that query or modify biometric settings, the service fails to adequately validate the size of incoming buffers against allocated heap space. Consequently, if a crafted payload exceeds the expected buffer limits, it overwrites adjacent memory regions on the heap. This corruption can alter control flow data structures such as function pointers or exception handlers stored in nearby memory locations, allowing an attacker to redirect execution to arbitrary code injected into the process address space.

From a technical perspective, this vulnerability is classified under CWE-122, which denotes a heap-based buffer overflow. The exploitation mechanism relies on precise memory layout manipulation and often requires knowledge of the target system's memory protection mechanisms, such as Data Execution Prevention (DEP) or Address Space Layout Randomization (ASLR), although modern mitigations may complicate direct code execution without additional techniques like Return-Oriented Programming (ROP). Because the vulnerability resides in a service that typically runs with elevated privileges to access hardware-level biometric sensors and secure enclaves, successful exploitation grants the attacker significant control over the system environment. The local nature of this flaw means it does not require network exposure or remote interaction, relying instead on physical access or prior compromise of an authorized user account to trigger the malicious input sequence.

The operational impact of exploiting this vulnerability is severe, primarily centered around privilege escalation. An authenticated attacker who successfully triggers the buffer overflow can execute arbitrary code within the context of the Windows Biometric Service process, which often operates with higher privileges than standard user applications. This allows the attacker to bypass security boundaries and gain SYSTEM-level access or equivalent administrative rights on the compromised host. With such elevated permissions, the adversary can install persistent backdoors, dump sensitive credentials stored in memory or on disk, modify system configurations, disable security logging, and move laterally across a network if this machine serves as an entry point for broader infrastructure compromise. The ability to escalate privileges locally effectively neutralizes many perimeter-based defenses since the attacker already possesses valid authentication credentials but seeks deeper control over the endpoint.

Mitigation strategies must address both immediate remediation and long-term architectural improvements. Microsoft has released security updates that patch this vulnerability by enforcing stricter bounds checking on heap allocations within the biometric service components. Organizations should prioritize applying these cumulative security patches to all affected Windows versions as part of their regular maintenance cycles. In environments where patching is delayed, network segmentation can limit lateral movement if an attacker gains initial foothold via other means. Additionally, implementing application whitelisting and restricting execution policies for unsigned binaries can reduce the risk of successful code injection following exploitation. Security teams should also monitor for anomalous behavior in biometric service processes using endpoint detection and response tools configured to detect unusual memory access patterns or privilege escalation attempts aligned with ATT&CK technique T1068, which covers exploitation for privilege escalation. Regular auditing of user permissions assigned to biometric-related applications can further minimize the attack surface by ensuring only essential services have access to sensitive authentication interfaces.

Responsible

Microsoft

Reservation

08/10/2026

Disclosure

09/09/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

very low

Sources

Interested in the pricing of exploits?

See the underground prices here!