Unsigned endpoints
Last updated
Was this helpful?
Last updated
Was this helpful?
In , and found a domain escalation vector based on web endpoints vulnerable to . The escalation vector was dubbed .
AD CS supports several HTTP-based enrollment methods via additional server roles that administrators can optionally install [(The certificate enrollment web interface, Certificate Enrollment Service (CES), Network Device Enrollment Service (NDES)).]
[...]
These HTTP-based certificate enrollment interfaces are all vulnerable to NTLM relay attacks. Using NTLM relay, an attacker can impersonate an inbound-NTLM-authenticating victim user. While impersonating the victim user, an attacker could access these web interfaces and request a client authentication certificate based on the "User" or "Machine" certificate templates.
()
Following this, from Compass Security has found a similar vulnerability on the AD CS RPC enrollment endpoint. As described in , each RPC interface checks the NTLM signature independently.
For certificate request purposes, the MS-ICPR
(ICertPassage Remote Protocol) RPC interface is used. According to the , packet privacy is enabled if the IF_ENFORCEENCRYPTICERTREQUEST
flag is set (default configuration), meaning that NTLM relay attacks are not possible.
These attacks, like all , require a victim account to authenticate to an attacker-controlled machine. An attacker can coerce authentication by many means, see . Once the incoming authentication is received by the attacker, it can be relayed to an AD CS web endpoint.
Once the relayed session is obtained, the attacker poses as the relayed account and can request a client authentication certificate. The certificate template used needs to be configured for authentication (i.e. EKUs like Client Authentication, PKINIT Client Authentication, Smart Card Logon, Any Purpose (OID 2.5.29.37.0
), or no EKU (SubCA
)) and allowing low-priv users to enroll can be abused to authenticate as any other user/machine/admin.
The default User and Machine/Computer templates match those criteria and are very often enabled.
This allows for lateral movement, account persistence, and in some cases privilege escalation if the relayed user had powerful privileges (e.g., domain controllers or Exchange servers, domain admins etc.).
1 - Setting up the relay servers
From UNIX-like systems, 's (Python) can be used to conduct the ESC8 escalation scenario.
(Python) can be used to enumerate information regarding the certificate templates (EKUs allowing for authentication, allowing low-priv users to enroll, etc.) and identify enabled HTTP endpoint ().
2 - Authentication coercion
Just like any other NTLM relay attack, once the relay servers are running and waiting for incoming NTLM authentications, authentication coercion techniques can be used (e.g. , , ) to force accounts/machines to authenticate to the relay servers.
3 - Loot
Once incoming NTLM authentications are relayed and authenticated sessions abused, base64-encoded PFX certificates will be obtained and usable with to obtain a TGT and authenticate.
1 - Setting up the relay servers
From UNIX-like systems, 's (Python) can be used to conduct the ESC11 escalation scenario.
(Python) can be used to enumerate information regarding the certificate templates (EKUs allowing for authentication, allowing low-priv users to enroll, etc.) and identify a vulnerable RPC endpoint ().
2 - Authentication coercion
Just like any other NTLM relay attack, once the relay servers are running and waiting for incoming NTLM authentications, authentication coercion techniques can be used (e.g. , , ) to force accounts/machines to authenticate to the relay servers.
3 - Loot
Once incoming NTLM authentications are relayed and authenticated sessions abused, base64-encoded PFX certificates will be obtained and usable with to obtain a TGT and authenticate.