Certighost Abusing the AD CS Chase Fallback to Impersonate a...#2551
Closed
carlospolop wants to merge 1 commit into
Closed
Certighost Abusing the AD CS Chase Fallback to Impersonate a...#2551carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://gist.github.com/H0j3n/a5ef2609b5f2944ac2390a191a534c26 Content Categories: Based on the analysis, this content was categorized under "Windows Hardening > Active Directory Methodology > AD Certificates > AD CS Domain Escalation, as a dedicated Certighost / AD CS Chase Fallback identity-substitution page". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview
Certighost (CVE-2026-54121) is an Active Directory Certificate Services (AD CS) enrollment vulnerability documented by @H0j3n and @aniqfakhrul on July 24, 2026. In the tested configuration, a low-privileged Domain Users account could make an Enterprise Certification Authority obtain identity information from an attacker-controlled host, issue a CA-signed certificate representing a Domain Controller, and allow...
🔧 Technical Details
Redirecting trusted backend identity resolution: When a certificate or identity service accepts requester-controlled fields that separately select a lookup endpoint and a target principal, test whether the endpoint can be redirected to attacker-controlled infrastructure. In this technique,
cdcselects the remote host whilermdselects the principal to resolve. If the server contacts the selected endpoint without proving that it is authoritative for the requested identity, the lookup can become an identity-substitution primitive.Turning an outbound connection into signed identity forgery: A server-side connection is significantly more dangerous when the vulnerable service consumes the response as trusted identity data. Rogue LDAP/LSA services can return a victim's attributes, such as
objectSidanddNSHostName, causing a CA to place attacker-selected mapping information into a legitimately sig...🤖 Agent Actions
Done — I updated:
src/windows-hardening/active-directory-methodology/ad-certificates/domain-escalation.mdAdded a new section for the AD CS chase-fallback identity-substitution technique behind Certighost (CVE-2026-54121), including:
cdc+rmdabuse flowms-DS-MachineAccountQuotamachine-account bridgeI kept it to a single file and verified the markdown structure afterward.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.