ToolShell Exploits: Inside CVE-2025-53770 And CVE-2025-53771’s Critical Threat To SharePoint

Critical vulnerabilities CVE-2025-53770 and CVE-2025-53771, has been collectively dubbed “ToolShell” due to its ability to grant attackers significant control over compromised systems. These vulnerabilities represent a severe risk, allowing unauthenticated remote code execution (RCE) and authentication bypass, making them a top priority for organizations globally. The active exploitation of these flaws underscores the continuous ingenuity of threat actors in bypassing previously implemented security measures, posing a direct threat to sensitive data and critical infrastructure.

The “ToolShell” vulnerabilities are not isolated incidents but rather an evolution of earlier, partially mitigated flaws (CVE-2025-49704 and CVE-2025-49706). This progression highlights a crucial aspect of modern cyber threats: the continuous cat-and-mouse game between defenders and attackers, where incomplete remediations can lead to more sophisticated bypasses. Understanding the mechanics of these vulnerabilities and the tactics employed by threat actors is paramount for effective defense

Breaking Down the Vulnerabilities: What Is ToolShell?

The “ToolShell” campaign primarily leverages two critical vulnerabilities within Microsoft SharePoint:

CVE-2025-53770: The Remote Code Execution Pathway

CVE-2025-53770 is a severe remote code execution (RCE) vulnerability, stemming from unsafe deserialization of untrusted data within SharePoint. With a staggering CVSS score of 9.8, this vulnerability allows attackers to execute arbitrary code on vulnerable servers without any form of authentication. The core of this flaw lies in how SharePoint processes certain crafted HTTP requests, particularly those targeting the /ToolPane.aspx endpoint. By manipulating these requests, attackers can inject malicious code that the server then deserializes and executes, effectively granting them full control over the compromised system. This can lead to a complete system takeover, data exfiltration, or the deployment of additional malicious payloads like ransomware

 

CVE-2025-53771: The Authentication Bypass Enabler

Complementing CVE-2025-53770, CVE-2025-53771 is an authentication bypass vulnerability. While CVE-2025-53770 facilitates code execution, CVE-2025-53771 often serves as an initial foothold or a mechanism to amplify the attack. This flaw allows threat actors to bypass security measures and access SharePoint as an unauthenticated user, effectively spoofing identities or evading detection. When chained with CVE-2025-53770, this authentication bypass enables attackers to achieve RCE without needing legitimate credentials, making the attack surface significantly broader and the threat more potent. The ability to gain unauthorized access allows attackers to establish initial presence, perform reconnaissance, and prepare the ground for the subsequent RCE

 

A Recurring Pattern: Patch Bypasses of Older CVEs

Both CVE-2025-53770 and CVE-2025-53771 are considered patch bypasses for earlier vulnerabilities, specifically CVE-2025-49704 and CVE-2025-49706. This means that even organizations that applied patches for the previous flaws may still be vulnerable if they haven’t implemented the latest emergency updates. This highlights the sophisticated nature of these attacks, where threat actors analyze and reverse-engineer patches to find new ways to exploit underlying weaknesses

Affected Versions: Who Is at Risk?

The ToolShell vulnerabilities impact multiple versions of Microsoft SharePoint:

  • SharePoint Server Subscription Edition
  • SharePoint Server 2019
  • SharePoint Server 2016
  • SharePoint Server 2010 and 2013

Important Note: SharePoint Online in Microsoft 365 is not impacted by these vulnerabilities.

However, self-managed SharePoint instances, even if hosted in cloud environments such as Azure, AWS, or GCP, are still vulnerable unless patched

How ToolShell Is Exploited

Threat actors employing the “ToolShell” exploits exhibit sophisticated and methodical approaches, often chaining CVE-2025-53771 (authentication bypass) with CVE-2025-53770 (RCE) to achieve comprehensive control over target systems

Their campaigns are characterized by several key stages and techniques:

Initial Access and Foothold

The attack often begins with reconnaissance to identify vulnerable on-premises SharePoint instances. Once a target is identified, attackers send specially crafted HTTP POST requests to the /_layouts/15/ToolPane.aspx endpoint. These requests often include a forged Referer header, such as /_layouts/SignOut.aspx, which tricks SharePoint into processing the malicious payload as if it were a legitimate, authenticated request, bypassing authentication mechanisms (leveraging CVE-2025-53771)

Remote Code Execution

Upon successful authentication bypass, the malicious payload is injected into the request, exploiting the unsafe deserialization vulnerability (CVE-2025-53770). This payload typically contains encoded PowerShell commands or loaders designed to execute arbitrary code on the server. The execution often occurs with high privileges, sometimes under the NT AUTHORITY\System account, granting attackers extensive control over the system. A common observed activity is the upload of malicious scripts, such as spinstall0.aspx, which serve as web shells for persistent access

Post-Exploitation Activities

Once RCE is achieved, threat actors engage in various post-exploitation activities to solidify their presence and achieve their objectives. These activities include:

  • Establishing Persistence: Deploying web shells like “ToolShell” to maintain a backdoor for ongoing access
  • Data Exfiltration: Stealing sensitive data, configuration files, and cryptographic secrets
  • Lateral Movement: Mapping Active Directory structures and moving laterally within the network to expand their control
  • Ransomware Deployment: In some cases, deploying ransomware to encrypt critical data and demand payment
  • Harvesting Credentials: Gaining access to user credentials and enterprise configurations

Adversaries Behind ToolShell: Who’s Exploiting It?

According to intelligence from the U.S. Cybersecurity and Infrastructure Security Agency (CISA) and other security vendors, ToolShell has been weaponized by nation-state actors, including:

  • Linen Typhoon (China)
  • Violet Typhoon (China)
  • Storm-2603

These groups are targeting a broad range of sectors, including:

  • Finance
  • Healthcare
  • Education
  • Energy

Their involvement underscores the global and strategic nature of the campaign.

of these exploits

Organizational Impact: Why ToolShell Demands Urgent Attention

Key Consequences of Successful Exploitation:

 

Area Impact
System Control Full compromise of SharePoint servers
Data Loss Theft of sensitive user data and credentials
Operational Downtime Ransomware can shut down critical systems
Network Spread Attackers can pivot into Office, Teams, and OneDrive
Reputation Risk Breaches can lead to legal, regulatory, and brand damage

Mitigation: What Organizations Must Do Now

Industry Impact and Targeted Sectors

The widespread nature of the “ToolShell” exploitation campaigns means that various sectors have been targeted. This bar chart highlights the primary industries observed to be affected by these SharePoint vulnerabilities, offering a perspective on the breadth of the threat

Indicators of Compromise (IOCs)

Microsoft has released a set of IOCs tied to the ToolShell campaign. These include malicious file names, IPs, and behavior signatures.

 

Indicator Type Description
Spinstall0.aspx File name Web shell used by threat actors   Actors have also modified the file name in a variety of ways – such as spinstall.aspx, spinstall1.aspx, spinstall2.aspx
IIS_Server_dll.dll File name Storm-2603 IIS Backdoor
SharpHostInfo.x64.exe File Name Pentest tool observed during attack that is used to collect host information using NetBIOS, SMB, and WMI
xd.exe File Name Fast reverse proxy tool used to connect to C2 IP 65.38.121[.]198
debug_dev.js File name File containing web config data, including MachineKey data
\1[5-6]\TEMPLATE\LAYOUTS\debug_dev.js File path File path for stolen web configs
92bb4ddb98eeaf11fc15bb32e71d0a63256a0ed826a03ba293ce3a8bf057a514 SHA-256 Hash of spinstall0.aspx
24480dbe306597da1ba393b6e30d542673066f98826cc07ac4b9033137f37dbf SHA-256 Web shell that leverages http & curl to receive and execute commands from Storm-2603 C2 “update[.]updatemicfosoft[.]com”
b5a78616f709859a0d9f830d28ff2f9dbbb2387df1753739407917e96dadf6b0 SHA-256 Web shell that leverages sockets & DNS to receive and execute commands from Storm-2603 C2 “update[.]updatemicfosoft[.]com”
c27b725ff66fdfb11dd6487a3815d1d1eba89d61b0e919e4d06ed3ac6a74fe94 SHA-256 Web shell that leverages sockets & DNS to receive and execute commands from Storm-2603 C2 “update[.]updatemicfosoft[.]com”
1eb914c09c873f0a7bcf81475ab0f6bdfaccc6b63bf7e5f2dbf19295106af192 SHA-256 Web shell that leverages sockets & DNS to receive and execute commands from Storm-2603 C2 “update[.]updatemicfosoft[.]com”
4c1750a14915bf2c0b093c2cb59063912dfa039a2adfe6d26d6914804e2ae928 SHA-256 Observed hash for IIS_Server_dll.dll (Storm-2603 IIS Backdoor)
83705c75731e1d590b08f9357bc3b0f04741e92a033618736387512b40dab060 SHA-256 Observed hash for IIS_Server_dll.dll (Storm-2603 IIS Backdoor)
f54ae00a9bae73da001c4d3d690d26ddf5e8e006b5562f936df472ec5e299441 SHA-256 Observed hash for IIS_Server_dll.dll (Storm-2603 IIS Backdoor)
b180ab0a5845ed619939154f67526d2b04d28713fcc1904fbd666275538f431d SHA-256 Observed hash for IIS_Server_dll.dll (Storm-2603 IIS Backdoor)
6753b840cec65dfba0d7d326ec768bff2495784c60db6a139f51c5e83349ac4d SHA-256 Observed hash for IIS_Server_dll.dll (Storm-2603 IIS Backdoor)
7ae971e40528d364fa52f3bb5e0660ac25ef63e082e3bbd54f153e27b31eae68 SHA-256 Observed hash for IIS_Server_dll.dll (Storm-2603 IIS Backdoor)
567cb8e8c8bd0d909870c656b292b57bcb24eb55a8582b884e0a228e298e7443 SHA-256 Observed hash for IIS_Server_dll.dll (Storm-2603 IIS Backdoor)
445a37279d3a229ed18513e85f0c8d861c6f560e0f914a5869df14a74b679b86 SHA-256 Observed hash for IIS_Server_dll.dll (Storm-2603 IIS Backdoor)
ffbc9dfc284b147e07a430fe9471e66c716a84a1f18976474a54bee82605fa9a SHA-256 Observed hash for IIS_Server_dll.dll (Storm-2603 IIS Backdoor)
6b273c2179518dacb1218201fd37ee2492a5e1713be907e69bf7ea56ceca53a5 SHA-256 Observed hash for IIS_Server_dll.dll (Storm-2603 IIS Backdoor)
c2c1fec7856e8d49f5d49267e69993837575dbbec99cd702c5be134a85b2c139 SHA-256 Observed hash for IIS_Server_dll.dll (Storm-2603 IIS Backdoor)
6f6db63ece791c6dc1054f1e1231b5bbcf6c051a49bad0784569271753e24619 SHA-256 Observed hash for IIS_Server_dll.dll (Storm-2603 IIS Backdoor)
d6da885c90a5d1fb88d0a3f0b5d9817a82d5772d5510a0773c80ca581ce2486d SHA-256 Hash for SharpHostInfo.x64.exe
62881359e75c9e8899c4bc9f452ef9743e68ce467f8b3e4398bebacde9550dea SHA-256 Hash for xd.exe
c34718cbb4c6.ngrok-free[.]app/file.ps1 URL Ngrok tunnel delivering PowerShell to C2
msupdate[.]updatemicfosoft[.]com URL C2 domain for Storm-2603
131.226.2[.]6 IP Post exploitation C2
134.199.202[.]205 IP IP address exploiting SharePoint vulnerabilities
104.238.159[.]149 IP IP address exploiting SharePoint vulnerabilities
188.130.206[.]168 IP IP address exploiting SharePoint vulnerabilities
65.38.121[.]198 IP Post-exploitation C2 for Storm-2603

Conclusion: The ToolShell Wake-Up Call

The ToolShell vulnerabilities—CVE-2025-53770 and CVE-2025-53771—are a vivid example of how incomplete patching and evolving tactics can result in highly effective attack chains. With unauthenticated RCE now a reality for vulnerable SharePoint instances, the need for swift action is non-negotiable

Organizations must treat this as a critical incident:

  • Patch immediately
  • Strengthen monitoring
  • Educate staff
  • Harden network defenses

As exploitation campaigns continue to evolve, proactive cybersecurity posture and timely remediation remain the best defense

How Wizard Cyber Can Help

At Wizard Cyber, we offer proactive protection and incident response to mitigate threats like these:

Our Services Include:

Our global SOC team works around the clock to monitor for dark web activity, detect breaches early, and help you harden your identity and access security.

CYBERSECURITY READINESS

Strengthen Your Cyber Defences Today

As cyber threats grow more complex, proactive detection is no longer optional.

With Wizard Cyber’s Microsoft expertise, organizations can transform their security posture and gain real-time visibility across all endpoints.

Start your journey to smarter, faster cybersecurity today.

EXPLORE MORE

Related Blogs & Insights

Discover blogs that deepen your knowledge and accelerate your security strategy.

ABOUT THE AUTHOR
Mohammad A'mir
Incident Response & Threat Intelligence Analyst

Mohammad specialises in cyber threat intelligence, incident response, malware analysis, and threat actor profiling. He supports intelligence-led investigations by correlating threat intelligence with security incidents to improve detection and response. He holds Microsoft SC-200, AZ-500, and SC-300 certifications

 

Certifications: SC-200, AZ-500, SC-300

Cyber Shield Intelligence (CSI) Team

Cyber Shield Intelligence (CSI) Team

Wizard Cyber’s first line of defense in proactive threat intelligence. CSI is dedicated to the identification, monitoring, and analysis of emerging cyber threats, including activity across the dark web, underground forums, and threat actor infrastructure. Leveraging advanced threat intelligence platforms, OSINT tools, and adversary tracking methodologies, the team provides actionable intelligence to anticipate attacks before they occur. With expertise in threat actor profiling, TTP mapping (aligned with the MITRE ATT&CK framework), and IOC enrichment, CSI equips clients with the critical insights needed to fortify defenses, mitigate risk, and stay ahead of evolving threat landscapes.

WIZARD CYBER
Headquarters
Providing enterprises with bespoke & powerful managed solutions to protect against all forms of cybercrime
OUR LOCATIONS
Where to find us?
world map
GET IN TOUCH
Latest Updates
Stay up to date with the latest news from Wizard Cyber and the cybersecurity industry
https://wizardcyber.com/wp-content/uploads/2026/04/ISO-QSL-Cert-ISO-27001-scaled.png
https://wizardcyber.com/wp-content/uploads/2026/04/ISO-QSL-Cert-ISO-9001-scaled.png
WIZARD CYBER
Headquarters
Providing enterprises with bespoke & powerful managed solutions to protect against all forms of cybercrime
OUR LOCATIONS
Where to find us?
world map
GET IN TOUCH
Latest Updates
Stay up to date with the latest news from Wizard Cyber and the cybersecurity industry

Copyright by Wizard Cyber. All rights reserved.

Copyright by Wizard Cyber. All rights reserved.

Contact Us
×
Contact Us
Need Cybersecurity Guidance? Get in touch with us!

Our experts are ready to help with your cybersecurity questions—book a conversation with us by clicking the button.

Book a Meeting
Funded Workshops
×
Funded Workshops
Explore Our Funded Microsoft Security Workshops

Click to learn more about each Microsoft-supported engagement

Book a Consultation