Certighost Exploit for AD CS Flaw CVE-2026-54121 Released

PoC Exploit 'Certighost' for Critical AD CS Flaw Now Public

CRITICAL
July 24, 2026
5m read
VulnerabilitySecurity Operations

Related Entities

Organizations

Products & Tech

Active Directory Certificate ServicesActive DirectoryKerberos

Other

CVE Identifiers

CVE-2026-54121
HIGH
CVSS:8.8

Full Report

Executive Summary

Security researchers have publicly released a proof-of-concept (PoC) exploit for a critical vulnerability in Microsoft's Active Directory Certificate Services (AD CS). The vulnerability, dubbed "Certighost" and tracked as CVE-2026-54121, has a CVSS score of 8.8. The exploit allows a low-privileged domain user to obtain a certificate for a Domain Controller (DC), enabling them to authenticate as the DC and compromise the entire Active Directory domain. The attack abuses a fallback mechanism in the AD CS enrollment process. Microsoft patched the flaw in its July 2026 security updates, but the release of a functional PoC dramatically increases the urgency for organizations to apply the patch to their Certificate Authority servers.


Vulnerability Details

The Certighost vulnerability lies in a specific AD CS enrollment process known as a "chase." It allows a low-privileged attacker to manipulate the certificate request process to impersonate a high-privilege machine, such as a Domain Controller.

  • CVE ID: CVE-2026-54121
  • CVSS Score: 8.8 (High)
  • Attack Vector: Network
  • Attack Complexity: Low
  • Privileges Required: Low (Standard Domain User)
  • User Interaction: None

Attack Chain:

  1. An attacker with a standard domain user account crafts a specific certificate request.
  2. In the request, they supply attributes that trick the Certificate Authority (CA) into contacting an attacker-controlled server for identity information about a legitimate DC.
  3. The CA receives malicious identity data from the attacker's server.
  4. Believing the data is legitimate, the CA issues a valid certificate for the Domain Controller to the attacker.
  5. The attacker uses this certificate to authenticate as the DC (T1649 - Steal or Forge Authentication Certificates).
  6. With DC-level privileges, the attacker can perform a DCSync attack (T1003.006 - DCSync) to dump all domain credentials, including the krbtgt hash, leading to full domain compromise.

Affected Systems

  • Product: Microsoft Active Directory Certificate Services (AD CS)
  • Vulnerable Configuration: An Enterprise CA that uses the default "Machine" certificate template.
  • Operating Systems: Windows Server 2012 through 2025, and some versions of Windows 10.

Exploitation Status

As of July 24, 2026, a functional proof-of-concept exploit has been published on GitHub. While there are no public reports of in-the-wild exploitation yet, the availability of the PoC means that threat actors will likely begin incorporating it into their toolkits immediately. The risk of exploitation is now significantly elevated for any organization with a vulnerable AD CS configuration.

Impact Assessment

The impact of a successful Certighost exploit is a full compromise of the Active Directory domain. This is one of the most severe security outcomes possible in a Windows environment. An attacker with the krbtgt hash can create Golden Tickets, allowing them to impersonate any user or service in the domain indefinitely, even if passwords are changed. This provides complete, persistent, and difficult-to-detect control over the entire network. The low privilege requirement for the attacker makes this an extremely dangerous vulnerability.

Cyber Observables — Hunting Hints

The following patterns may help identify vulnerable or compromised systems:

  • Log Source: Certificate Authority logs (Event IDs 4887, 4888, 4898 on the CA server), Security logs on Domain Controllers.
  • Network Traffic: Monitor for unusual LDAP or RPC traffic from the CA server to non-DC endpoints, which could indicate the CA is being tricked into contacting an attacker's machine.
  • Certificate Templates: Audit AD CS for the use of the default "Machine" certificate template and other templates that allow for subject name to be supplied in the request.
  • Event ID: Look for Event ID 4769 (A Kerberos service ticket was requested) on Domain Controllers where the Service Name is a DC and the Client Address is not a legitimate DC or administrative host.

Detection Methods

  • Certificate Monitoring: Monitor for the issuance of certificates for Domain Controllers. Any such certificate issued to a non-DC machine or requested by a non-privileged user is a major red flag. This can be achieved by analyzing CA audit logs.
  • Log Analysis: Correlate logs between the CA and DCs. A certificate request logged on the CA for a DC should correspond with legitimate activity on that DC. Discrepancies could indicate an attack.
  • DCSync Detection: Use security tools to monitor for DCSync activity from non-authorized sources. Any machine other than a DC performing a DCSync request is a sign of compromise.

Remediation Steps

  1. Apply Security Updates: The primary remediation is to install the July 2026 Microsoft security updates on all Active Directory Certificate Services hosts. The patch adds a validation step to ensure the host in the request is a legitimate DC. This is a direct application of D3-SU: Software Update.
  2. Harden Certificate Templates: As a defense-in-depth measure, review and harden AD CS certificate templates. Disable templates that are not needed and configure those that are to require manager approval and not allow the subject name to be supplied in the request. This aligns with M1054 - Software Configuration.
  3. Restrict Enrollment: Limit which users and machines can enroll for which certificates. Standard users should not be able to request certificates that could be used for machine authentication.

Timeline of Events

1
July 14, 2026
Microsoft releases a security update patching CVE-2026-54121.
2
July 24, 2026
A proof-of-concept exploit for CVE-2026-54121, named Certighost, is publicly released.
3
July 24, 2026
This article was published

MITRE ATT&CK Mitigations

Apply the July 2026 Microsoft security updates to all AD CS servers.

Harden AD CS certificate templates to prevent them from being abused.

Audit and monitor for high-risk certificate issuance and unauthorized DCSync activity.

Audit

M1047enterprise

Enable and collect advanced audit logs from Certificate Authority servers for analysis.

Timeline of Events

1
July 14, 2026

Microsoft releases a security update patching CVE-2026-54121.

2
July 24, 2026

A proof-of-concept exploit for CVE-2026-54121, named Certighost, is publicly released.

Sources & References

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.

Tags

CertighostCVE-2026-54121Active DirectoryAD CSDCSyncGolden TicketProof of Concept

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.