Vulnerable Application
The auxiliary/gather/ldap_esc_vulnerable_cert_finder
module allows users to query a LDAP server for vulnerable certificate templates and will print these certificates out in a table along with which attack they are vulnerable to and the SIDs that can be used to enroll in that certificate template.
Additionally the module will also print out a list of known certificate servers along with info about which vulnerable certificate templates the certificate server allows enrollment in and which SIDs are authorized to use that certificate server to perform this enrollment operation.
Currently the module is capable of checking for certificates that are vulnerable to ESC1, ESC2, ESC3, ESC13, and ESC15. The module is limited to checking for these techniques due to them being identifiable remotely from a normal user account by analyzing the objects in LDAP.
Installing AD CS
- Install AD CS on either a new or existing domain controller
- Open the Server Manager
- Select Add roles and features
- Select “Active Directory Certificate Services” under the “Server Roles” section
- When prompted add all of the features and management tools
- On the AD CS “Role Services” tab, leave the default selection of only “Certificate Authority”
- Completion the installation and reboot the server
- Reopen the Server Manager
- Go to the AD CS tab and where it says “Configuration Required”, hit “More” then “Configure Active Directory Certificate…”
- Select “Certificate Authority” in the Role Services tab
- Keep all of the default settings, noting the “Common name for this CA” value on the “CA Name” tab.
- Accept the rest of the default settings and complete the configuration
Setting up a ESC1 Vulnerable Certificate Template
- Open up the run prompt and type in
certsrv
. - In the window that appears you should see your list of certification authorities under
Certification Authority (Local)
. - Right click on the folder in the drop down marked
Certificate Templates
and then clickManage
. - Scroll down to the
User
certificate. Right click on it and selectDuplicate Template
. - From here you can refer to https://github.com/RayRRT/Active-Directory-Certificate-Services-abuse/blob/3da1d59f1b66dd0e381b2371b8fb42d87e2c9f82/ADCS.md for screenshots.
- Select the
General
tab and rename this to something meaningful likeESC1-Template
, then click theApply
button. - In the
Subject Name
tab, selectSupply in the request
and clickOk
on the security warning that appears. - Click the
Apply
button. - Scroll to the
Extensions
tab. - Under
Application Policies
ensure thatClient Authentication
,Server Authentication
,KDC Authentication
, orSmart Card Logon
is listed. - Click the
Apply
button. - Under the
Security
tab make sure thatDomain Users
group listed and theEnroll
permissions is marked as allowed for this group. - Under
Issuance Requirements
tab, ensure that underRequire the following for enrollment
that theCA certificate manager approval
box is unticked, as is theThis number of authorized signatures
box. - Click
Apply
and thenOk
- Go back to the
certsrv
screen and right click on theCertificate Templates
folder. Then clickNew
followed byCertificate Template to Issue
. - Scroll down and select the
ESC1-Template
certificate, or whatever you named the ESC1 template you created, and selectOK
. The certificate should now be available to be issued by the CA server.
Setting up a ESC2 Vulnerable Certificate Template
- Open up
certsrv
- Scroll down to
Certificate Templates
folder, right click on it and selectManage
. - Find the
ESC1
certificate template you created earlier and right click on that, then selectDuplicate Template
. - Select the
General
tab, and then name the templateESC2-Template
. Then clickApply
. - Go to the
Subject Name
tab and selectBuild from this Active Directory Information
and selectFully distinguished name
under theSubject Name Format
. The main idea of setting this option is to prevent being able to supply the subject name in the request as this is more what makes the certificate vulnerable to ESC1. The specific options here I don’t think will matter so much so long as theSupply in the request
option isn’t ticked. Then clickApply
. - Go the to
Extensions
tab and click onApplication Policies
. Then click onEdit
. - Delete all the existing application policies by clicking on them one by one and clicking the
Remove
button. - Click the
Add
button and selectAny Purpose
from the list that appears. Then click theOK
button. - Click the
Apply
button, and thenOK
. The certificate should now be created. - Go back to the
certsrv
screen and right click on theCertificate Templates
folder. Then clickNew
followed byCertificate Template to Issue
. - Scroll down and select the
ESC2-Template
certificate, or whatever you named the ESC2 template you created, and selectOK
. The certificate should now be available to be issued by the CA server.
Setting up a ESC3 Template 1 Vulnerable Certificate Template
- Follow the instructions above to duplicate the ESC2 template and name it
ESC3-Template1
, then clickApply
. - Go to the
Extensions
tab, click the Application Policies entry, click theEdit
button, and remove theAny Purpose
policy and replace it withCertificate Request Agent
, then clickOK
. - Click
Apply
. - Go to
Issuance Requirements
tab and double check that bothCA certificate manager approval
andThis number of authorized signatures
are unchecked. - Click
Apply
if any changes were made or the button is not grey’d out, then clickOK
to create the certificate. - Go back to the
certsrv
screen and right click on theCertificate Templates
folder. Then clickNew
followed byCertificate Template to Issue
. - Scroll down and select the
ESC3-Template1
certificate, or whatever you named the ESC3 template number 1 template you just created, and selectOK
. The certificate should now be available to be issued by the CA server.
Setting up a ESC3 Template 2 Vulnerable Certificate Template
- Follow the instructions above to duplicate the ESC2 template and name it
ESC3-Template2
, then clickApply
. - Go to the
Extensions
tab, click the Application Policies entry, click theEdit
button, and remove theAny Purpose
policy and replace it withClient Authentication
, then clickOK
. - Click
Apply
. - Go to
Issuance Requirements
tab and double check that bothCA certificate manager approval
is unchecked. - Check the
This number of authorized signatures
checkbox and ensure the value specified is 1, and that thePolicy type required in signature
is set toApplication Policy
, and that theApplication policy
value isCertificate Request Agent
. - Click
Apply
and then clickOK
to issue the certificate. - Go back to the
certsrv
screen and right click on theCertificate Templates
folder. - Click
New
followed byCertificate Template to Issue
. - Scroll down and select the
ESC3-Template2
certificate, and selectOK
. - The certificate should now be available to be issued by the CA server.
Module usage
- Do: Start msfconsole
- Do:
use auxiliary/gather/ldap_esc_vulnerable_cert_finder
- Do:
set BIND_DN <DOMAIN>\\<USERNAME to log in as>
- Do:
set BIND_PW <PASSWORD FOR USER>
- Do:
set RHOSTS <target IP(s)>
- Optional:
set RPORT <target port>
if target port is non-default. - Optional:
set SSL true
if the target port is SSL enabled. - Do:
run
Options
REPORT_NONENROLLABLE
If set to True
then report any certificate templates that are vulnerable but which are not known to be enrollable. If set to False
then skip over these certificate templates and only report on certificate templates that are both vulnerable and enrollable.
REPORT_PRIVENROLLABLE
If set to True
then report certificate templates that are only enrollable by the Domain and Enterprise Admins groups. If set to False
then skip over these certificate templates and only report on certificate templates that are enrollable by at least one additional user or group.
Scenarios
Windows Server 2022 with AD CS
msf6 auxiliary(gather/ldap_esc_vulnerable_cert_finder) > run
[*] Running module against 192.168.159.10
[*] Discovering base DN automatically
[!] Couldn't find any vulnerable ESC13 templates!
[+] Template: ESC1-Test
[*] Distinguished Name: CN=ESC1-Test,CN=Certificate Templates,CN=Public Key Services,CN=Services,CN=Configuration,DC=msflab,DC=local
[*] Manager Approval: Disabled
[*] Required Signatures: 0
[+] Vulnerable to: ESC1
[*] Notes: ESC1: Request can specify a subjectAltName (msPKI-Certificate-Name-Flag)
[*] Certificate Template Enrollment SIDs:
[*] * S-1-5-21-3978004297-3499718965-4169012971-512 (Domain Admins)
[*] * S-1-5-21-3978004297-3499718965-4169012971-513 (Domain Users)
[*] * S-1-5-21-3978004297-3499718965-4169012971-519 (Enterprise Admins)
[+] Issuing CA: msflab-DC-CA (DC.msflab.local)
[*] Enrollment SIDs:
[*] * S-1-5-11 (Authenticated Users)
[*] * S-1-5-21-3978004297-3499718965-4169012971-519 (Enterprise Admins)
[*] * S-1-5-21-3978004297-3499718965-4169012971-512 (Domain Admins)
[+] Template: ESC2-Test
[*] Distinguished Name: CN=ESC2-Test,CN=Certificate Templates,CN=Public Key Services,CN=Services,CN=Configuration,DC=msflab,DC=local
[*] Manager Approval: Disabled
[*] Required Signatures: 0
[+] Vulnerable to: ESC2
[*] Notes: ESC2: Template defines the Any Purpose OID or no EKUs (PkiExtendedKeyUsage)
[*] Certificate Template Enrollment SIDs:
[*] * S-1-5-21-3978004297-3499718965-4169012971-512 (Domain Admins)
[*] * S-1-5-21-3978004297-3499718965-4169012971-513 (Domain Users)
[*] * S-1-5-21-3978004297-3499718965-4169012971-519 (Enterprise Admins)
[+] Issuing CA: msflab-DC-CA (DC.msflab.local)
[*] Enrollment SIDs:
[*] * S-1-5-11 (Authenticated Users)
[*] * S-1-5-21-3978004297-3499718965-4169012971-519 (Enterprise Admins)
[*] * S-1-5-21-3978004297-3499718965-4169012971-512 (Domain Admins)
[*] Auxiliary module execution completed