Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-54121 — CVE-2026-54121 | Kitploit
Tools/GitHubGitHub/0xblackash/cve-2026-54121
Privilege EscalationVulnerability AnalysisLearning & EducationCurated Resources
GitHub0xblackash/cve-2026-54121

CVE-2026-54121

CVE-2026-54121

View Repository
231 month agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

👻 CVE-2026-54121 — CertiGhost

ChatGPT Image Jul 25, 2026, 12_54_35 PM

Active Directory Certificate Services (AD CS) Privilege Escalation


👋 Overview

CVE-2026-54121 ("Certighost") is a high-severity privilege escalation vulnerability affecting Microsoft Active Directory Certificate Services (AD CS).

The vulnerability allows an authenticated domain user to abuse certificate enrollment behavior and obtain a certificate capable of impersonating a Domain Controller, potentially leading to full Active Directory compromise.

⚠️ This repository is intended only for authorized security research, detection engineering, and defensive testing.


✨ Features

  • 📖 Technical vulnerability explanation
  • 🔍 Detection guidance
  • 🛡️ Mitigation recommendations
  • 🧪 Indicators of Compromise (IoCs)
  • 📚 References
  • ⚡ Defensive research

📊 Vulnerability Information


🎯 Potential Impact

Successful exploitation may allow an attacker to:

  • 👤 Impersonate a Domain Controller
  • 🔑 Obtain privileged authentication certificates
  • ⚡ Perform PKINIT authentication
  • 📂 Execute DCSync attacks
  • 🔓 Dump Active Directory secrets
  • 👑 Achieve Domain Admin-level compromise

⚙️ Attack Flow

root@kitploit:~
Authenticated User
        │
        ▼
AD CS Certificate Enrollment
        │
        ▼
Authorization Bypass
        │
        ▼
Issue DC Certificate
        │
        ▼
PKINIT Authentication
        │
        ▼
DCSync
        │
        ▼
Full Active Directory Compromise

🔍 Detection

Monitor for:

  • Unexpected certificate issuance
  • Certificates issued to Domain Controllers
  • PKINIT authentication anomalies
  • DCSync activity
  • Unusual Kerberos events
  • CA enrollment spikes

🛡️ Mitigation

  • Apply Microsoft's security updates immediately.
  • Audit all AD CS templates.
  • Restrict enrollment permissions.
  • Review CA configuration.
  • Monitor Event Logs.
  • Monitor certificate issuance.
  • Enable continuous AD monitoring.

📁 Repository Structure

root@kitploit:~
CVE-2026-54121/
│
├── README.md
├── LICENSE
├── banner.png
├── docs/
│   ├── advisory.md
│   ├── detection.md
│   └── mitigation.md
├── iocs/
│   └── indicators.md
└── images/

📚 References

  • Microsoft Security Advisory
  • NIST NVD
  • Microsoft MSRC
  • Active Directory Certificate Services Documentation

⚠️ Disclaimer

This repository is provided for educational, defensive, and authorized security research purposes only.

The maintainers are not responsible for misuse or unauthorized activities performed using the information contained herein.


Made with ❤️ by the Security Research Community

Download Tool
ItemValue
CVECVE-2026-54121
CodenameCertighost
SeverityHigh
CVSS8.8
Attack VectorNetwork
Privileges RequiredLow
User InteractionNone
ScopeChanged
ImpactDomain Compromise