CVE-2026-72979 in Windowsinfo

Summary

by MITRE • 09/09/2026

Use after free in Windows DHCP Server 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 involves a use-after-free condition within the Dynamic Host Configuration Protocol server component of Microsoft Windows operating systems, specifically affecting the dhcpserver service which is responsible for managing IP address assignments and related network configurations on enterprise networks. This class of memory corruption error occurs when the software continues to use a pointer after it has been freed from its allocated memory block, leading to undefined behavior that can be exploited by malicious actors. In this specific context, an unauthorized attacker who possesses valid authentication credentials within the domain or local security authority could leverage this flaw to execute arbitrary code on the target system with elevated privileges, effectively gaining full control over the affected Windows machine through remote network interaction without requiring physical access or additional social engineering tactics beyond initial credential compromise.

From a technical perspective, use-after-free vulnerabilities are particularly dangerous because they allow attackers to manipulate memory structures in ways that can lead to arbitrary code execution, denial of service conditions, or information disclosure depending on how the freed memory is subsequently accessed and modified by the application logic. The DHCP server processes network packets containing configuration requests and responses, and if an attacker crafts a malicious packet that triggers the premature deallocation of a critical data structure while references to that structure remain active in other parts of the service, they can overwrite adjacent memory regions with controlled values. This manipulation enables the injection of shellcode or the redirection of execution flow to attacker-controlled code segments, bypassing standard security mitigations such as Data Execution Prevention and Address Space Layout Randomization under certain conditions where heap spraying techniques are employed successfully by the exploit chain.

The operational impact of this vulnerability is severe due to its potential for remote exploitation within authenticated contexts, which aligns with common attack vectors observed in advanced persistent threat campaigns targeting critical infrastructure and corporate networks. An attacker who exploits this flaw can establish a foothold deep inside the network perimeter, potentially escalating privileges further through subsequent lateral movement techniques or by modifying DHCP configurations to redirect traffic through malicious servers for man-in-the-middle attacks against other clients on the subnet. This capability undermines the integrity of network services and compromises confidentiality as sensitive data transmitted over the compromised host may be intercepted or altered, while availability is threatened if the exploitation leads to service crashes or instability in the DHCP infrastructure supporting critical business operations across multiple departments.

Industry standards classify this type of flaw under Common Weakness Enumeration identifier CWE-416 which denotes use after free errors resulting from improper management of memory lifecycles and pointer validity checks within software applications. Furthermore, the attack methodology corresponds to MITRE ATT&CK technique T1059 Command and Scripting Interpreter where attackers utilize system utilities or scripts executed via compromised services to maintain persistence and execute commands remotely, often leveraging legitimate administrative tools like PowerShell or Windows Management Instrumentation once initial code execution is achieved through vulnerabilities such as this one. Defense in depth strategies must therefore include not only patch management but also strict network segmentation policies limiting DHCP server exposure to trusted subnets only, along with enhanced logging and monitoring capabilities designed to detect anomalous packet patterns indicative of exploitation attempts against the dhcpserver service during normal business hours or off-hours when unauthorized activity might otherwise go unnoticed.

Mitigation efforts primarily involve applying vendor-provided security updates that address the underlying memory management logic errors within the DHCP server component ensuring proper validation of pointers before dereferencing them and implementing robust bounds checking mechanisms to prevent access to deallocated memory regions. Organizations should also consider deploying network intrusion detection systems configured with signatures capable of identifying malformed DHCP packets associated with known exploitation patterns for this specific vulnerability while simultaneously enforcing least privilege principles so that even if an attacker gains initial access through compromised credentials their ability to exploit the flaw is restricted by insufficient permissions required to trigger the vulnerable code paths within the service architecture. Regular audits of network configurations and continuous monitoring for signs of unauthorized configuration changes serve as additional layers of defense complementing technical controls in reducing overall risk exposure associated with this critical severity security issue affecting widely deployed Windows server environments globally.

Responsible

Microsoft

Reservation

08/10/2026

Disclosure

09/09/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

low

Sources

Might our Artificial Intelligence support you?

Check our Alexa App!