Sceawere
Vulnerability Detail
CVE-2026-62818UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
AD CS Use After Free Vulnerability
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 8.8
- Creation Date
- 7h ago
- Vendor
- Microsoft
- Product
- Windows 10 Version 1607
- Attack Type
- CWE-416: Use After Free
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Attack Complexity
- LOW
Narrative and Response
Description
Use after free in Active Directory Certificate Services (AD CS) allows an authorized attacker to execute code over a 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": "8.8",
"pubDate": "2026-08-11T17:18:35.797Z",
"pubdate": "2026-08-11T17:18:35.797Z",
"executiveSummary": "This vulnerability is classified as a Use After Free (UAF) memory corruption flaw affecting Active Directory Certificate Services (AD CS). The vulnerability allows an authorized remote attacker to achieve arbitrary code execution over the network against targeted systems running the affected component. The security implications are severe, as successful exploitation compromises the confidentiality, integrity, and availability of the certificate authority infrastructure.\nThe attacker capabilities required to exploit this vulnerability include network access and valid authorization within the domain environment. Exploitation hinges on manipulating object lifecycles within memory management routines of the vulnerable service. When the application accesses a memory address after it has been deallocated, an attacker who has successfully manipulated the heap layout can achieve arbitrary code execution within the context of the running service account, potentially leading to full domain compromise given the critical nature of AD CS servers.",
"technicalDetails": "The vulnerability resides in the memory management handling of Active Directory Certificate Services (AD CS). Specifically, the flaw is a Use After Free (UAF) condition where a pointer to a dynamically allocated memory object is not properly nullified or managed after the underlying memory is freed. This creates a dangling pointer condition within the vulnerable component.\nExploitation of this vulnerability requires the attacker to have network connectivity to the AD CS endpoint and appropriate authorization. The attack flow begins with the attacker interacting with the service using specific protocol requests designed to allocate and subsequently deallocate the targeted memory object. Through precise heap grooming and manipulation techniques, the attacker forces the application to reallocate the freed memory location with attacker-controlled data, such as a crafted payload or fake object structure.\nWhen the service subsequently attempts to access the dangling pointer, it references the attacker-controlled data as if it were the original legitimate object. This anomalous dereference leads to control flow hijacking. Because AD CS typically operates with high privileges within the Windows domain architecture, executing arbitrary code via this memory corruption vector allows the attacker to execute instructions in the security context of the service, facilitating extensive post-exploitation activities and lateral movement across the network."
}