The clearest signs are servers configured for delegation to any service, privileged accounts that can still be delegated, and incoming trusts that permit TGT delegation. Security event logs can also show Kerberos ticket activity tied to those paths. If service owners cannot clearly explain which front end systems can reach which back end resources, the delegation model is too broad.
What Unconstrained Delegation Exposes in Active Directory
Unconstrained delegation is risky because it lets a server receive and reuse Kerberos forwardable tickets for users who authenticate to it. That turns the server into a trust pivot: if the host is compromised, an attacker may impersonate users who touched it and move toward higher-value services. The issue is not simply that delegation exists, but that it is broad enough to make the trust boundary unclear and the blast radius hard to control.
The most practical warning sign is that administrators cannot explain the exact front end to back end path that delegation is meant to support. A second sign is privilege creep, where service accounts, tiered admin accounts, or interactive accounts remain eligible for delegation even though they no longer need it. Security teams should also watch for domain trusts and service configurations that allow ticket forwarding in ways that exceed the application’s real workflow. For background on how identity sprawl becomes a control problem, NHIMG’s Guide to the Secret Sprawl Challenge is a useful companion read, even though it focuses on secrets more broadly. In practice, unconstrained delegation is usually discovered only after defenders review why a “temporary” exception became the default operating model.
How to Recognise It in Logs, Configurations, and Trust Boundaries
Detection starts with configuration review, not packet inspection. In active directory, you want to identify systems marked for unconstrained delegation, then trace which accounts can authenticate to those systems and what downstream services those tickets can reach. A clean model has a narrow, documented set of front ends, a limited set of back ends, and clear ownership for each path. A weak model has vague service ownership, multiple inherited exceptions, and no reliable answer to which user classes can be delegated.
Operationally, the signals tend to show up in three places. First, directory and host configuration will reveal systems that are trusted for delegation without a bounded service list. Second, security event logs can show Kerberos activity that indicates ticket forwarding or service ticket use across those paths. Third, access review evidence often exposes privileged principals that are still usable through a delegated server even after the original business need disappeared. The security concern is not just exposure at rest; it is the ability to turn one authenticated session into a reusable trust bridge.
- Review computers and service accounts for delegation settings that are broader than the application flow requires.
- Check whether privileged users or administrative groups can still authenticate to systems that should never receive their tickets.
- Trace trusts and application dependencies to see whether one server can act on behalf of users for unrelated back ends.
- Correlate Kerberos ticket events with the systems that are supposed to terminate, not reuse, user credentials.
For the identity control pattern behind this exposure, NIST’s Security and Privacy Controls remains relevant because it frames access restriction, auditing, and account management as linked controls. These controls tend to break down when legacy application dependencies force administrators to preserve delegation exceptions after the original service architecture has changed.
Common Failure Patterns and What They Usually Mean
Tighter delegation boundaries often increase application refactoring effort, so organisations sometimes leave unconstrained delegation in place as a convenience workaround. That tradeoff is understandable, but it becomes dangerous when the delegation scope outlives the service that justified it. The result is usually a mix of technical debt and ambiguous accountability, not a single obvious misconfiguration.
One common failure pattern is “temporary” delegation on a server that later becomes business critical. Another is using highly privileged service accounts where a lower-privilege, purpose-built account would have been sufficient. A third is assuming that lack of obvious abuse means lack of exposure; in reality, unconstrained delegation can sit dormant until a compromised host or stolen admin session turns it into a credential exposure path. Organisations that support many integrated applications should expect the review burden to rise over time, because every new dependency creates another opportunity for an overbroad trust relationship.
When the environment has multiple forests, inherited trusts, or older service tiers that were built before modern privilege boundaries, the problem is often harder to unwind because owners no longer know which dependency still needs it and which one merely inherited it.
Risk and Threat Considerations
Unconstrained delegation creates a high-value trust abuse condition because a compromised delegated server can be used to capture or replay user tickets that should never have been reusable outside the intended application path. The exposure becomes more serious when privileged accounts, service accounts, or cross-domain trust paths are allowed through the same boundary.
Failure mechanism: The security model fails when a server trusted to receive user tickets is compromised, misused, or left overbroad after a business exception. At that point, the delegated host can become a credential bridge, allowing attackers to impersonate authenticated users and move laterally to services that trust those tickets.
Impact: The concrete consequence is expanded blast radius: one breached server can expose multiple identities, enable privilege escalation, and make it difficult to prove which actions were performed by a user versus by an attacker using delegated access.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0, CIS Controls v8, NIST SP 800-63 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AC — Identity Management, Authentication, and Access Control | Unconstrained delegation is an access-control and trust-boundary weakness. |
| Recommendation — Restrict delegated access paths and enforce least privilege across identity trust relationships. | ||
| CIS Controls v8 | 6 — Access Control Management | Delegation exposure reflects excessive or poorly governed access rights. |
| Recommendation — Review and remove unnecessary delegation permissions and privileged account access. | ||
| MITRE ATT&CK | T1134 — Access Token Manipulation | Delegation abuse enables attackers to reuse tickets and impersonate users. |
| Recommendation — Monitor for token and ticket abuse on delegated systems and investigate abnormal reuse. | ||
| NIST SP 800-63 | AAL — Authentication Assurance Level | Delegation exposure weakens assurance around authenticated user sessions. |
| Recommendation — Raise assurance requirements where delegated sessions can affect high-value services. | ||
| NIST Zero Trust (SP 800-207) | SC-7 — Boundary Protection | Unconstrained delegation collapses the intended boundary between front end and back end. |
| Recommendation — Segment trust zones so delegated hosts cannot act as universal conduits. | ||
Practitioner Guidance
What to prioritise: Start with any delegated server that can reach privileged users or tier-0 adjacent services. If the host can receive tickets from accounts that would materially change your incident scope, treat it as an urgent boundary review rather than a routine hardening task.
What to verify: Confirm that every delegation path is tied to a specific business workflow, has a named owner, and excludes administrative principals unless there is a formally approved exception. If the justification is “it has always been that way,” the control is not really controlled.
Decision rule: If you cannot map the front end, the back end, and the exact account classes that are supposed to flow through the trust, assume the delegation boundary is too broad and narrow it before you trust the environment.
Practitioner takeaway: The key judgement is not whether delegation exists, but whether every delegated path is narrow enough that a compromised host cannot become an identity pivot for the rest of the domain.
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on September 9, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org