By NHI Mgmt Group Editorial TeamPublished 2026-06-04Domain: EventsSource: Netwrix

TL;DR: Active Directory Certificate Services misconfigurations can let attackers forge identities and escalate to Domain Admin through abused certificate templates, including SAN abuse, Certificate Request Agent misuse, and overly permissive templates, according to Netwrix. The governance gap is not certificate technology itself, but identity trust encoded into templates and account integration that defenders often under-review.


At a glance

What this is: This webinar examines how Active Directory Certificate Services misconfiguration turns routine certificate issuance into identity escalation and domain compromise.

Why it matters: It matters because AD CS sits inside identity control planes, so template governance, certificate trust, and privilege boundaries affect both human and non-human access paths.

By the numbers:

👉 Register for Netwrix's webinar on AD CS escalation paths and domain compromise


Context

Active Directory Certificate Services, or AD CS, is the enterprise PKI layer that issues and manages certificates for identities, devices, and services. In practice, it becomes part of the identity stack, not just the encryption stack, because certificate templates can encode trust, authentication, and privilege.

The governance problem is that certificate templates often inherit deep integration with Active Directory, group policy, and account mapping while still receiving weaker review than passwords or MFA policy. Once a template can be abused to mint a trusted identity, an ordinary request can become a path to privilege escalation.

That makes AD CS a familiar but under-governed control plane for identity security teams. The starting posture described in the source article is typical, not unusual, which is exactly why the risk is easy to miss.


Key questions

Q: What breaks when AD CS certificate templates are too permissive?

A: Permissive templates let an attacker turn certificate enrolment into identity escalation. If subject, SAN, or delegation settings are not tightly controlled, the certificate becomes a trusted authentication artifact that can bypass ordinary credential protections and reach privileged Active Directory access.

Q: Why do certificate-based identity paths create escalation risk in Active Directory?

A: Certificate-based identity paths are powerful because they can satisfy authentication without exposing a password. When template governance is weak, that trust can be redirected to the wrong identity, letting a request turn into elevated access instead of a routine issuance.

Q: How can security teams tell whether AD CS is becoming an attack path?

A: Look for templates that allow caller influence over identity fields, broad enrolment rights, or delegated requests that are not tightly justified. If those controls are present, the environment is already exposing a privilege path rather than a neutral certificate service.

Q: Who should be accountable when certificate abuse leads to domain compromise?

A: Accountability should sit with the teams that govern identity trust, template policy, and privileged enrolment, not only with Windows administrators. AD CS compromise is an identity governance failure because it converts a certificate decision into domain-level authority.


Background and context

How certificate templates become identity trust rules

Certificate templates are not just issuance templates. They define who can request a certificate, what identity fields are embedded, and which authentication purposes the resulting certificate can satisfy. In an Active Directory environment, those fields can map directly into user or machine identity assertions. If a template allows unsafe subject or SAN population, the certificate can be used to present a higher-privilege identity than the requester should ever control. That turns template governance into an authentication control, not merely a PKI admin task.

Practical implication: review template permissions and identity-mapping logic as part of access governance, not only PKI administration.

Why SAN abuse, request agent abuse, and template overreach escalate privileges

The escalation patterns in AD CS usually hinge on three mechanics. First, Subject Alternative Name misconfiguration can let the requester influence the identity bound to the certificate. Second, a Certificate Request Agent can request on behalf of another identity if delegation is too broad. Third, a permissive template can expose a certificate path that maps to elevated rights without tight enrolment controls. In each case, the attacker is not breaking crypto. They are abusing identity trust decisions that were embedded into the certificate workflow.

Practical implication: restrict who can enrol, who can request on behalf of others, and which identity attributes can be caller-controlled.

Why AD CS misconfiguration creates domain compromise paths

AD CS becomes dangerous when certificate-based authentication is treated as a technical utility rather than a privilege-bearing identity control. Once a certificate can authenticate to Active Directory with trust comparable to a password or token, a forged or misissued certificate can bypass normal credential protections. That is why AD CS issues often collapse into domain compromise: the attacker moves from a single misconfigured template to a trusted authentication artifact, then into administrative control. The attack surface is structural, not incidental.

Practical implication: validate certificate-to-identity mappings and audit whether any template can mint an authentication artifact with elevated trust.


NHI Mgmt Group analysis

Certificate template governance is an identity control, not a PKI side issue. AD CS templates decide who can request, what can be requested, and how identity is asserted when the certificate is used. That means a misconfigured template is not just a misrouted request path, it is a privilege decision embedded inside authentication plumbing. Practitioners should treat template review as part of identity governance, not a separate infrastructure exercise.

AD CS exposes a standing trust problem disguised as episodic issuance. The attacker does not need to own the whole authentication stack. They only need one template that turns a routine request into a reusable trust artifact. The field-level lesson is that certificate lifecycles can outlast the assumptions behind them, so trust review must be continuous, not event-based.

Implicit identity mapping is the failure mode this webinar surfaces. When certificate identity fields, group policy, and account trust are tightly coupled, the programme assumes the bound identity is the intended identity. That assumption fails as soon as template settings let the requester influence subject, SAN, or delegated request behaviour. The implication is that identity assurance built into certificates must be interrogated as a governable premise, not accepted as inherited truth.

Domain escalation in AD CS is a governance gap that crosses human and machine identity boundaries. Certificate templates can authenticate people, service accounts, and systems, so the blast radius is broader than a single user compromise. That makes AD CS one of the places where IAM, PKI, and NHI governance need to meet. Practitioners should expect certificate abuse to become an enterprise identity issue, not a niche Windows issue.

From our research:

  • 97% of NHIs carry excessive privileges, increasing unauthorised access and broadening the attack surface, according to Ultimate Guide to NHIs.
  • Only 5.7% of organisations have full visibility into their service accounts, which leaves privilege review blind spots that certificate abuse can exploit.
  • Pair this with 52 NHI Breaches Analysis to see how identity trust failures turn into real compromise patterns.

What this signals

Identity trust embedded in certificates needs the same scrutiny as privileged access. AD CS issues should be reviewed as part of governance, not left to platform maintenance. If a certificate can authenticate with elevated trust, then template permissions, mapping rules, and delegation rights belong in the same control conversation as PAM and access certification.

With 80% of identity breaches involving compromised non-human identities such as service accounts and API keys, according to Ultimate Guide to NHIs, certificate-based identity paths should be treated as part of the machine identity attack surface. The practical shift is to test whether your review process actually reaches the controls that mint trusted identities, not just the identities that consume them.

Template-led privilege is the concept to watch. If a routine request can produce a certificate that behaves like elevated identity, then the organisation has encoded privilege into issuance logic. Teams should map those pathways now, before certificate abuse becomes a standing path to domain compromise.


For practitioners

  • Inventory certificate templates with privileged authentication paths Identify every template that can authenticate to Active Directory, map who can enrol, and flag any template that can influence subject, SAN, or delegate-on-behalf request behaviour. The goal is to find trust-bearing templates before an attacker does.
  • Remove requester control over identity assertions Block user-supplied subject and SAN values wherever they are not strictly required, and tighten approval paths for templates that can issue certificates usable for authentication. Treat caller-controlled identity fields as escalation primitives.
  • Review Certificate Request Agent delegation and enrollment rights Limit request-against-another-identity capability to named administrative workflows, then recertify those rights on a fixed schedule. Broad request agent delegation turns certificate issuance into a proxy escalation channel.
  • Test for domain compromise through certificate abuse Use adversary emulation to validate whether a compromised low-privilege account can reach administrative trust through certificate issuance, then track the exact template and policy failures that made the path possible.

Key takeaways

  • AD CS misconfiguration becomes an identity escalation problem when certificate templates can influence trusted authentication outcomes.
  • The evidence pattern is clear: attackers exploit subject, SAN, Request Agent, and template permissions to turn a routine request into domain compromise.
  • The control that matters most is governance over template trust, identity mapping, and delegated enrolment, because those are the points where the attack path starts.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-01Template abuse exposes trusted non-human identity issuance paths.
NIST CSF 2.0PR.AC-4Certificate trust and enrollment rights are access-control decisions.
NIST Zero Trust (SP 800-207)AC-6AD CS trust paths can bypass assumed zero-trust boundaries.

Treat certificate-based authentication as a privileged access path and continuously verify template trust rules.


Key terms

  • Active Directory Certificate Services: Microsoft's enterprise certificate authority service for issuing and managing certificates used in authentication and encryption. In identity terms, it can become part of the trust fabric that authorises access, which is why template governance and enrollment rights carry security significance beyond PKI administration.
  • Certificate template: A certificate template defines who can request a certificate, what identity data it can contain, and how the certificate may be used. In AD CS, templates can effectively encode trust decisions, so weak template design can turn normal issuance into an escalation path.
  • Subject Alternative Name: Subject Alternative Name, or SAN, is a certificate field that can hold additional identities beyond the primary subject. If users can influence SAN values in unsafe ways, the certificate may authenticate as a different or more privileged identity than intended.
  • Certificate Request Agent: A Certificate Request Agent is a delegated identity allowed to request certificates on behalf of another subject under specific policy rules. If delegation is too broad, it can become a proxy mechanism for privilege escalation rather than a controlled administrative workflow.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.

This post draws on content published by Netwrix: Active Directory Certificate Services: The Stealthy Escalation Path Hiding in Plain Sight. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-06-04.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org