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


