Severity by source
AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Adjacent-network vector matches DHCP protocol scope; no privileges or interaction required per the nature of DHCP; confidentiality-only impact reflects an out-of-bounds read with no write or availability consequence.
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
3DescriptionCVE.org
Integer underflow (wrap or wraparound) in Windows DHCP Server allows an unauthorized attacker to disclose information over an adjacent network.
AnalysisAI
Information disclosure in the Windows DHCP Server service allows unauthenticated attackers on adjacent network segments to read out-of-bounds server memory via a malformed DHCP request that triggers an integer underflow. Affected builds span Windows Server 2012 through Windows Server 2025, as well as Windows 10 versions 1607 and 1809, making the version footprint unusually wide for a single service-role flaw. No public exploit has been identified at time of analysis and CISA's SSVC framework rates exploitation as none with non-automatable characteristics, though the high confidentiality impact and the breadth of affected builds warrant prompt patching.
Technical ContextAI
The Windows DHCP Server service implements RFC-compliant Dynamic Host Configuration Protocol handling for address assignment across Layer 2 and Layer 3 network boundaries. The root cause is an integer underflow mapped to CWE-125 (Out-of-bounds Read): a length or offset value is decremented without a non-negative guard, wrapping to a very large unsigned integer that causes the service to read memory well beyond the intended packet buffer. This is a classic arithmetic wrap class of bug, distinct from a heap or stack overflow write - it enables memory disclosure rather than code execution, which is consistent with the CVSS impact of C:H/I:N/A:N. The CVSS attack vector of AV:A confirms exploitation is bounded to the same broadcast domain or directly adjacent subnet, matching DHCP's inherent Layer 2/3 scope. Affected builds per EUVD-2026-56636 range from Windows Server 2012 (build 6.2.9200.x) through Windows Server 2025 (build 10.0.26100.x), as well as Windows 10 releases still running the DHCP server role. The reporter is secure@microsoft.com, confirming Microsoft's own security team sourced the report.
RemediationAI
Apply Microsoft's security updates for each affected platform to reach the fixed build thresholds: Windows Server 2012 to 6.2.9200.26279 or later, Windows Server 2012 R2 to 6.3.9600.23337 or later, Windows Server 2016 to 10.0.14393.9418 or later, Windows Server 2019 to 10.0.17763.9115 or later, Windows Server 2022 to 10.0.20348.5499 or later, and Windows Server 2025 to 10.0.26100.33296 or later. The specific KB article numbers for each build should be retrieved from the MSRC advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62714. Note that Windows Server 2012 and Windows Server 2012 R2 are past standard support lifecycle and require active Extended Security Updates (ESU) entitlement to receive this patch - organizations without ESU coverage should prioritize migration. As a compensating control where immediate patching is not feasible, enforce Layer 2 segmentation using 802.1X port authentication or VLAN ACLs to restrict which hosts can reach the DHCP server's UDP ports (67/68), reducing the adjacent-network attack surface; this does not eliminate risk but raises the bar for exploitation.
More in Windows 10 1607
View allWindows MSHTML component contains a remote code execution vulnerability that allows attackers to craft malicious ActiveX
<p>A remote code execution vulnerability exists when the Windows Print Spooler service improperly performs privileged fi
Windows MSDT (Microsoft Support Diagnostic Tool) allows remote code execution when called via the ms-msdt URL protocol f
The SMBv1 server in Microsoft Windows Vista SP2; Windows Server 2008 SP2 and R2 SP1; Windows 7 SP1; Windows 8.1; Windows
The Windows VBScript engine contains a remote code execution vulnerability in object handling that allows full system co
Windows Print Spooler Remote Code Execution Vulnerability. Rated high severity (CVSS 7.8), this vulnerability is no auth
The Win32k kernel-mode driver in Windows Vista through Windows Server 2016 allows local privilege escalation, exploited
Windows Search Remote Code Execution Vulnerability. Rated high severity (CVSS 7.5), this vulnerability is remotely explo
Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour
Windows Kernel contains a TOCTOU race condition vulnerability allowing local privilege escalation, exploited by the OilR
An elevation of privilege vulnerability exists in Windows when the Win32k component fails to properly handle objects in
An elevation of privilege vulnerability exists in Windows when the Win32k component fails to properly handle objects in
Same weakness CWE-125 – Out-of-bounds Read
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-56636
GHSA-54r7-32cv-3934