Active Directory - Common Vulnerabilities
Microsoft Active Directory (AD) underpins identity and access management for most enterprise networks. Because it is tightly coupled with Windows authentication, Group Policy, and infrastructure services, a single misconfiguration can enable rapid lateral movement or full domain compromise. This section catalogues the vulnerabilities and abuse primitives most frequently exploited during Active Directory penetration tests so that defenders can prioritise detection and hardening work.
How To Use This Section
- Attack surface awareness – Understand the trust relationships, delegation settings, and service accounts that attackers target first.
- Detection cues – Each subchapter outlines indicators that blue teams can monitor for, ranging from unusual Kerberos ticket requests to ACE modifications.
- Mitigation strategies – Every issue includes concrete remediation guidance, aligned with Microsoft security baselines and modern identity protections such as tiered administration, managed identities, and privileged access workstations.
Review the following vulnerabilities, validate whether they apply to your environment, and integrate the recommended mitigations into your Active Directory hardening roadmap.
In this section
- Weak Password PoliciesFlat or outdated password policies enable attackers to obtain initial access via password spraying and…
- KerberoastingKerberoasting targets service accounts by requesting Kerberos service tickets (TGS) that are encrypted with…
- AS-REP RoastingAS‑REP roasting targets users with “Do not require Kerberos preauthentication” enabled.
- Unconstrained DelegationUnconstrained delegation allows a service to impersonate any user after they authenticate to it.
- Constrained Delegation AbuseConstrained delegation limits which services a principal can impersonate to, but misconfigurations still enable privilege escalation.
- Resource-Based Constrained DelegationRBCD lets the target resource specify who can delegate to it by controlling the msDS-AllowedToActOnBehalfOfOtherIdentity attribute.
- AD CS (ESC1) Misconfiguration509 certificates for logon, TLS, and mutual authentication.
- DCSync Permissions AbuseDCSync abuses directory replication privileges to request password data directly from domain controllers via the DRSUAPI/DRS protocol.
- NTLM Relay and Signing GapsIf NTLM signing (SMB) and LDAP signing/channel binding are not enforced, attackers can capture NTLM…
- Privileged Group Sprawl and Tier-0 BleedPrivileged group sprawl occurs when powerful Active Directory groups (such as Domain Admins, Enterprise…
- AdminSDHolder and Protected Groups Abuse, Domain Admins, Enterprise Admins, Schema Admins).
- Group Policy Preferences (GPP) Passwords in SYSVOLLegacy Group Policy Preferences (GPP) allowed administrators to configure local users, services, and scheduled…
- Insecure Domain and Forest TrustsDomain and forest trusts connect separate AD environments and can expand the blast radius of a compromise.
Last updated