Sceawere
Vulnerability Detail
CVE-2026-62720UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
Windows DHCP Server Integer Underflow
Vulnerability Metadata
- Severity
- Medium
- Score / CVSS
- 6.5
- Creation Date
- 7h ago
- Vendor
- Microsoft
- Product
- Windows 10 Version 1607
- Attack Type
- CWE-191: Integer Underflow (Wrap or Wraparound)
- Vector String
- CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
- Attack Complexity
- LOW
Narrative and Response
Description
Integer underflow (wrap or wraparound) in Windows DHCP Server allows an unauthorized attacker to disclose information over an adjacent network.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "6.5",
"pubDate": "2026-08-11T17:18:22.697Z",
"pubdate": "2026-08-11T17:18:22.697Z",
"executiveSummary": "This vulnerability involves an integer underflow, also known as a wrap or wraparound condition, residing within the Windows DHCP Server component.\nThe primary security impact of this flaw is unauthorized information disclosure, allowing an adversary to read sensitive memory contents or operational data.\nThe affected system is the Windows DHCP Server when processing specific network packets or internal state calculations.\nThe risk implications include the potential leakage of critical system memory or configuration details, which could facilitate subsequent, more severe compromise attempts.\nAn unauthorized attacker possessing positioning on an adjacent network can exploit this vulnerability without requiring authentication.\nNo specific preconditions or privileged access are explicitly stated beyond adjacency to the target network segment, enabling localized exploitation vectors against vulnerable service listeners.",
"technicalDetails": "The root cause of the vulnerability stems from an integer underflow condition within the Windows DHCP Server service.\nInteger underflows occur when an arithmetic operation attempts to decrease a numerical value below the minimum allowable limit of its data type, resulting in a wrap-around to a large positive integer or an unexpected state.\nIn the context of the Windows DHCP Server, this computational flaw likely manifests during the parsing, sizing, or boundary calculation of incoming DHCP message fields, options, or lease buffers.\nBecause the server fails to adequately validate or sanitize boundary constraints prior to performing memory allocation or buffer offset arithmetic, the resulting wrapped value misrepresents the actual size or index requirements.\nThe vulnerable component is the Windows DHCP Server network packet processing engine.\nThe attack vector requires network exposure on an adjacent network, meaning the attacker must be on the same local broadcast domain or directly connected subnet to interact with the DHCP service listener.\nAn unauthorized attacker leverages this exposure by transmitting a maliciously crafted DHCP request or sequence of packets designed to trigger the arithmetic wraparound during server-side processing.\nUpon receipt of the malformed input, the flawed parsing logic executes the vulnerable calculation, resulting in an incorrect size parameter or offset.\nWhen the Windows DHCP Server subsequently processes memory operations using this corrupted integer, it reads beyond the intended boundaries of the allocated buffer due to the miscalculated length.\nThis out-of-bounds read condition leads directly to the disclosure of adjacent memory contents, returning sensitive residual data from the heap or stack back to the attacker via protocol responses or internal logging mechanisms.\nThe authentication requirement is none, and privilege requirements are absent, as the service processes unauthenticated client traffic from the local network segment."
}