GKRootWire
AI Google Adds 'Preferred Source' Button to Help Publishers Fight AI Traffic LossesGadgets Linkdaze Launches a Smart Calendar Aimed at Running Your Whole HouseholdSecurity Popular Rust Crate arrayref Hijacked to Spread Infostealer MalwareCloud & Sysadmin GitHub Details Cause of August 17 Outage, Outlines Reliability FixesDev Tools Show HN: 'Huzzah' Proposes a Fresh Take on AI-Assisted CodingCloud & Sysadmin The Weird Science of Cooling Data Centers With UrineAI Google Adds 'Preferred Source' Button to Help Publishers Fight AI Traffic LossesGadgets Linkdaze Launches a Smart Calendar Aimed at Running Your Whole HouseholdSecurity Popular Rust Crate arrayref Hijacked to Spread Infostealer MalwareCloud & Sysadmin GitHub Details Cause of August 17 Outage, Outlines Reliability FixesDev Tools Show HN: 'Huzzah' Proposes a Fresh Take on AI-Assisted CodingCloud & Sysadmin The Weird Science of Cooling Data Centers With Urine
Security

New Flaw Lets Ordinary Users Hijack Windows Certificate Authorities

CVE-2026-54121 shows how a misconfigured Enterprise CA can be escalated by a standard domain account into full Domain Controller-level access.

A newly disclosed vulnerability, tracked as CVE-2026-54121 and nicknamed "Certighost," targets Active Directory Certificate Services (AD CS). Researchers found that under common configurations, a low-privileged domain user can abuse certificate enrollment and template logic to escalate all the way to Domain Controller privileges.

The bug isn't just a coding error to patch and forget. It highlights that certificate authorities function as Tier 0 identity infrastructure, on par with domain controllers themselves, yet are frequently deployed with default or loosely audited permissions. Because certificates can be used to authenticate as any account, a compromised CA effectively hands over the keys to the entire domain.

Microsoft has issued a patch, but security teams are being urged to also review CA templates, enrollment permissions, and standing access rights rather than treating this as a simple update-and-move-on fix.

Why it matters: AD CS attacks have quietly become one of the most reliable domain-takeover paths in enterprise environments, yet PKI infrastructure rarely gets the same scrutiny as domain controllers. This flaw is a reminder that patching alone won't fix architectural over-trust — organizations need to audit certificate template permissions and enforce least privilege on CA enrollment rights.

Sources: BleepingComputer