Cyber Security News

SharpSuccessor: PoC for Exploiting BadSuccessor Vulnerability in Windows Server 2025

A proof-of-concept exploit tool called SharpSuccessor that weaponizes the recently discovered BadSuccessor vulnerability in Windows Server 2025’s delegated Managed Service Account (dMSA) feature. 

The .NET-based tool, developed by Logan Goins, demonstrates how attackers with minimal Active Directory permissions can escalate privileges to the domain administrator level, raising serious concerns about the unpatched vulnerability affecting enterprise environments worldwide.

Exploiting dMSA Architecture

The BadSuccessor vulnerability, initially discovered by Akamai researcher Yuval Gordon, exploits the dMSA migration mechanism by manipulating two critical attributes: msDS-ManagedAccountPrecededByLink and msDS-DelegatedMSAState. 

SharpSuccessor automates this attack vector by creating a malicious dMSA object and setting it to impersonate any target account, including highly privileged Domain Administrator accounts.

The tool requires only CreateChild permissions over any Organizational Unit (OU) in the Active Directory domain to function. 

Attackers can execute the initial payload using the command: SharpSuccessor.exe add /impersonate:Administrator /path:”ou=test,dc=lab,dc=lan” /account:jdoe /name:attacker_dMSA. 

This command creates a weaponized dMSA that inherits all permissions from the targeted account without requiring direct access to the original user object.

Multi-Stage Kerberos Authentication Chain

SharpSuccessor implements a sophisticated multi-stage attack chain leveraging Kerberos authentication protocols. 

After creating the malicious dMSA, attackers must first obtain a Ticket Granting Ticket (TGT) using Rubeus with the command Rubeus.exe tgtdeleg /nowrap. This initial authentication establishes the foundation for subsequent privilege escalation.

The second stage involves impersonating the dMSA account through the command Rubeus.exe asktgs /targetuser:attacker_dmsa$ /service:krbtgt/lab.lan /opsec /dmsa /nowrap /ptt /ticket:[base64_ticket]. 

This operation grants the attacker a service ticket with the target user’s privileges, effectively bypassing traditional Active Directory security controls. 

The final step enables access to domain controllers using Rubeus.exe asktgs /user:attacker_dmsa$ /service:cifs/[DC_FQDN] /opsec /dmsa /nowrap /ptt, providing SMB access for post-exploitation activities.

Research indicates that 91% of examined Active Directory environments contain non-administrative users with sufficient permissions to execute the BadSuccessor attack. 

This extensive exposure stems from the vulnerability’s reliance on commonly granted OU permissions rather than high-privilege account access. 

The attack remains viable even in environments not actively using dMSAs, provided at least one Windows Server 2025 domain controller exists in the domain.

Microsoft has acknowledged the vulnerability but classified it as “moderate severity,” determining it does not meet the threshold for immediate patching. 

This decision leaves organizations vulnerable until an official fix becomes available. Security experts recommend implementing Akamai’s detection script Get-BadSuccessorOUPermissions.ps to identify at-risk organizational units and restricting dMSA creation permissions to trusted administrators only.

The release of SharpSuccessor underscores the critical need for proactive security measures, as the tool transforms a complex privilege escalation technique into an easily deployable attack vector accessible to less sophisticated threat actors.

Find this News Interesting! Follow us on Google NewsLinkedIn, & X to Get Instant Updates!

Guru Baran

Gurubaran KS is a cybersecurity analyst, and Journalist with a strong focus on emerging threats and digital defense strategies. He is the Co-Founder and Editor-in-Chief of Cyber Security News, where he leads editorial coverage on global cybersecurity developments.

Recent Posts

Hackers Target AI Infrastructure With RCE, Prompt Injection and API Key Theft

Hackers are actively probing AI systems, turning exposed gateways and agent tools into routes for…

4 hours ago

Hackers Make Phishing Pages Change Their Code Every Time Someone Opens Them

Hackers are making some phishing pages harder to track by changing the code delivered to…

4 hours ago

Iran-Linked Hackers Reportedly Knock UK Power Plant Offline for Four Days

A cyber incident reportedly forced a British power plant to halt operations for about four…

5 hours ago

Russian Hackers Use New HOOKEDGE Malware to Spy on European Defense and Diplomatic Targets

Russian hackers have used a new backdoor called HOOKEDGE to target defense manufacturers, government bodies,…

6 hours ago

Ransomware Gang Claims AI Can Analyze 700GB of Stolen Data Every Hour

TITAN ransomware is pairing file encryption with an ambitious claim: artificial intelligence that can sort…

6 hours ago

Hackers Compromise Hundreds of WordPress Sites to Deploy Amatera Stealer via ClickFix

A fake student resume is being used to place a remote-access tool on researchers’ Windows…

7 hours ago