CVE-2026-20849Windows Kerberos elevation of privilege
What broke
Microsoft patched a Windows Kerberos elevation of privilege as CVE-2026-20849. High severity. Public write-ups are thinner than KerberLoss or ResetNightmare. Treat it as part of the same 2026 KDC patch train.
Why it matters
Kerberos EoP on a DC is never a workstation-only ticket. If you are already bundling CVE-2026-25177 and CVE-2026-27912, add this ID so change-management does not split the train.
What to do
- Deploy the named Microsoft update on every DC.
- Confirm with
Get-HotFix/ your patch report, not with "we did February." - After patching, watch for unusual TGT / TGS patterns. KDC bugs sometimes leave noisy exploit attempts in the security log.
After you patch
Active Directory compromise is not contained by patching, because the artifacts an attacker creates outlive the vulnerability.
- Rotate the krbtgt account twice, with the replication interval between rotations, if there is any indication of ticket forgery. One rotation is not enough.
- Audit AD CS certificate templates for enrolment and enrollee-supplied-subject permissions, which are the most common escalation path left behind. See certificate lifecycle.
- Review privileged group membership and delegation rights (Domain Admins, DnsAdmins, constrained and resource-based constrained delegation) for changes during the window.
- Hunt for tickets with anomalous lifetimes or encryption types, and for authentications to services that identity never touches.
- Treat any issued certificate as a durable credential: revoking a user's password does not revoke a certificate that authenticates as them. See privilege escalation and lateral movement.
Sources
Related identity CVEs
Related on Start with Identity
- CVEWindows Kerberos information disclosure
A medium-severity Kerberos information-disclosure in Windows. Not a domain-compromise bug on its own, but it sits in the same 2025 Kerberos patch train as the S
- CVEWindows Kerberos PAC validation in cross-forest scenarios
The forest-trust sibling of CVE-2024-26248. PAC validation could be skipped across a trust. Same April 2024 patch train, same staged enforcement.
- CVEWindows Kerberos PAC validation spoof, KB5020805 bypass
A process could spoof the PAC signature and skip the CVE-2022-37967 checks Microsoft added in KB5020805. April 2024. Enforcement is staged: both DCs and clients
- BlogKerberLoss: invisible Unicode lets an attacker twin a Kerberos SPN
CVE-2026-25177, CVSS 8.8. Active Directory treated look-alike SPNs as unique. Semperis and Shai Laron showed how that becomes service hijack and NTLM downgrade.
- RankingBest ITDR for Active Directory: Top 5 AD Security Platforms
The best ITDR platforms for Active Directory in 2026: Semperis, Microsoft Defender for Identity, Silverfort, Cayosoft, and Quest Change Auditor. Ranked for AD t
- GuideIAM Cloud Migration Guide: From On-Prem Active Directory to Cloud Identity
A practical guide to migrating from on-premises Active Directory to cloud IAM, covering hybrid identity architecture, migration phases, coexistence strategies,