CVE-2026-72987 in Windowsinfo

Summary

by MITRE • 09/09/2026

Use after free in Windows DNS allows an unauthorized attacker to execute code over a network.

If you want to get the best quality for vulnerability data then you always have to consider VulDB.

Analysis

by VulDB Data Team • 09/09/2026

The vulnerability described constitutes a critical security flaw within the Domain Name System (DNS) service operating on Microsoft Windows systems, specifically categorized as a use-after-free error. This type of memory corruption issue arises when a program continues to use a pointer after the memory it references has been reallocated or freed by the system. In the context of network services like DNS, such flaws are particularly dangerous because they can often be triggered remotely without requiring any form of user interaction or authentication. An attacker who is able to send specially crafted packets to the vulnerable Windows DNS server can exploit this race condition or logic error in memory management, leading to arbitrary code execution with the privileges of the process running the service.

From a technical perspective, use-after-free vulnerabilities typically occur when an object is deallocated but remains accessible through existing references within the application's runtime environment. When the attacker triggers the free operation and subsequently causes the program to access that same memory location before it has been properly reinitialized or protected by the operating system's security mechanisms, they gain control over how that memory is interpreted. By carefully crafting network requests that manipulate the timing and content of these memory operations, an adversary can overwrite function pointers or object headers within the freed memory block. This manipulation allows for precise control over program execution flow, effectively bypassing standard security mitigations such as Data Execution Prevention (DEP) if not fully configured or circumvented through additional exploitation techniques like Return Oriented Programming (ROP).

The operational impact of this vulnerability is severe due to its remote exploitable nature and the high privileges typically held by DNS services. If successfully exploited, an unauthorized attacker can execute arbitrary code on the affected system, potentially gaining full control over the machine. This could lead to a complete compromise of the network infrastructure, allowing for data exfiltration, installation of malware, lateral movement within the enterprise environment, or disruption of critical name resolution services essential for business operations. The ability to execute code remotely makes this vulnerability a prime target for automated scanning tools and advanced persistent threat actors seeking initial access points in hardened environments where direct user interaction is difficult.

This flaw aligns with Common Weakness Enumeration (CWE) identifier CWE-416, which defines use-after-free conditions as a significant class of memory safety errors. Furthermore, the exploitation vector corresponds to MITRE ATT&CK techniques related to remote code execution and potentially privilege escalation depending on the service context. To mitigate this risk, organizations must ensure that all Windows systems are updated with the latest security patches provided by Microsoft addressing this specific DNS vulnerability. Additionally, implementing network segmentation to restrict access to DNS servers from untrusted networks, deploying intrusion detection systems capable of identifying anomalous DNS traffic patterns associated with memory corruption attempts, and enforcing strict least-privilege principles for service accounts running critical infrastructure services are essential defensive measures. Regular auditing of system configurations and continuous monitoring for signs of exploitation activity further strengthen the security posture against such sophisticated attacks.

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!