Start with Identity

CVE-2022-26923Certifried, AD CS certificate mapping privilege escalation

high · CVSS 8.8
Product: Active Directory Certificate ServicesVendor: MicrosoftDisclosed: 2022-05-10Status: PatchedNVD ↗

What broke

CVE-2022-26923 ("Certifried") lets a low-priv user obtain a certificate that AD will map to a more privileged computer or user account. Microsoft patched it in 2022 and later shipped strong certificate mapping (KB5014754). Rapid7 and Unit 42 still report it in 2025 incident response. CVSS 8.8.

Why it matters

This is the historical CVE we keep in a 2025-2026 identity catalog because the control is still missing in a lot of forests. The patch without enforcement mode is how Certifried stays a live path next to ESC15 and PKINIT.

What to do

  • Confirm KB5014754 is in enforcement, not compatibility.
  • Hunt for certificate logons whose SAN does not match the account they mapped to.
  • Treat AD CS as tier-zero. The CA, the templates, and the NTAuth store belong on the same review as Domain Admins.

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

Last reviewed By SWI Community TeamSuggest a correctionHow we research

Technique

This CVE is an instance of AD CS certificate template abuse. A certificate template with permissive enrollment rights or a misconfigured extension turns Active Directory Certificate Services into a path to domain compromise, no password or Kerberos ticket required.

Know a primary source we should add, or a patch status that has changed? Email community@startwithidentity.com. See all briefs in the identity CVE catalog, or volunteer as a CVE Analyst.
Compiled from vendor advisories, NVD, CISA KEV, and public research. CVSS figures can disagree across NVD and the CNA. Confirm affected versions against the vendor advisory before you patch. Independent, community-driven analysis. See the disclaimer.