Storm-2603 Exploits SharePoint Flaws to Deploy Warlock Ransomware on Unpatched Systems
Vulnerabilities mentionedAll →
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2025-49704 +1 in the same advisory: …49706 | Authenticated Code Injection RCE in Microsoft SharePoint CVE-2025-49704 is a code injection vulnerability (CWE-94) in Microsoft SharePoint that allows an authorized (authenticated) attacker to execute arbitrary code on the server over the network, by sending requests whose attacker-controlled input SharePoint executes as code. It can be chained with CVE-2025-49706, and Microsoft subsequently issued CVE-2025-53770 as a patch bypass of the original CVE-2025-49704 fix, meaning the CVE-2025-53770 updates provide stronger protection and should be treated as the definitive remediation. Successful exploitation yields remote code execution on the SharePoint server, and CISA added the flaw to the KEV on 2025-07-22 with known ransomware use. Organizations running on-premises SharePoint Server are affected; CISA directs owners of public-facing servers running EOL/EOS versions (SharePoint Server 2013 and earlier) to disconnect them, and operators of supported versions to apply the CISA and vendor mitigations and updates, with cloud SharePoint services governed by BOD 22-01. Exploitation is confirmed in the wild and EPSS assigns a 100% probability of exploitation within 30 days (top percentile), although no public proof-of-concept code is documented. Do: Apply Microsoft's SharePoint Server updates for CVE-2025-53770, which supersede the original CVE-2025-49704 fixes with more robust protection, prioritizing internet-facing servers. Disconnect public-facing SharePoint servers running EOL/EOS versions (SharePoint Server 2013 and earlier), and for supported versions follow the CISA and vendor mitigations, with cloud services handled per BOD 22-01. Because in-the-wild exploitation and ransomware use are confirmed, hunt for indicators of compromise and ransomware activity on exposed SharePoint servers. | 8.8 group max | 100% | KEV ransomware |
| masstens of thousands of internet-exposed SharePoint servers per public scans, within a total on-premises install base plausibly exceeding 100,000 deployments… |
Indicators of compromiseauto-extracted · verify before use · export allAll →
| Type | Indicator | Context |
|---|---|---|
| domain | asp.net | Endpoint, or equivalent solutions Rotate SharePoint Server ASP.NET machine keys Restart IIS on all SharePoint servers using ii |
Full article986 words · extracted from thehackernews.com · click to collapse
Microsoft has revealed that one of the threat actors behind the active exploitation of SharePoint flaws is deploying Warlock ransomware on targeted systems.
The tech giant, in an update shared Wednesday, said the findings are based on an "expanded analysis and threat intelligence from our continued monitoring of exploitation activity by Storm-2603."
The threat actor attributed to the financially motivated activity is a suspected China-based threat actor that's known to drop Warlock and LockBit ransomware in the past.
The attack chains entail the exploitation of CVE-2025-49706, a spoofing vulnerability, and CVE-2025-49704, a remote code execution vulnerability, targeting unpatched on-premises SharePoint servers to deploy the spinstall0.aspx web shell payload.
"This initial access is used to conduct command execution using the w3wp.exe process that supports SharePoint," Microsoft said. "Storm-2603 then initiates a series of discovery commands, including whoami, to enumerate user context and validate privilege levels."
The attacks are characterized by the use of cmd.exe and batch scripts as the threat actor burrows deeper into the target network, while services.exe is abused to turn off Microsoft Defender protections by modifying the Windows Registry.
In addition to leveraging spinstall0.aspx for persistence, Storm-2603 has been observed creating scheduled tasks and modifying Internet Information Services (IIS) components to launch what Microsoft described as suspicious .NET assemblies. These actions are designed to ensure ongoing access even if the victims take steps to plug the initial access vectors.
Some of the other noteworthy aspects of the attacks include the deployment of Mimikatz to harvest credentials by targeting the Local Security Authority Subsystem Service (LSASS) memory, and then proceeding to conduct lateral movement using PsExec and the Impacket toolkit.
"Storm-2603 is then observed modifying Group Policy Objects (GPO) to distribute Warlock ransomware in compromised environments," Microsoft said.
As mitigations, users are urged to follow the steps below -
- Upgrade to supported versions of on-premises Microsoft SharePoint Server
- Apply the latest security updates
- Ensure the Antimalware Scan Interface is turned on and configured correctly
- Deploy Microsoft Defender for Endpoint, or equivalent solutions
- Rotate SharePoint Server ASP.NET machine keys
- Restart IIS on all SharePoint servers using iisreset.exe (If AMSI cannot be enabled, it's advised to rotate the keys and restart IIS after installing the new security update)
- Implement incident response plan
The development comes as the SharePoint Server flaws have come under large-scale exploitation, already claiming at least 400 victims. Linen Typhoon (aka APT27) and Violet Typhoon (aka APT31) are two other Chinese hacking groups that have been linked to the malicious activity. China has denied the allegations.
"Cybersecurity is a common challenge faced by all countries and should be addressed jointly through dialogue and cooperation," China's Foreign Ministry Spokesperson Guo Jiakun said. "China opposes and fights hacking activities in accordance with the law. At the same time, we oppose smears and attacks against China under the excuse of cybersecurity issues."
Update
Cybersecurity firm ESET said it has observed the ToolShell exploitation activity globally, with the United States accounting for 13.3% of all attacks, according to its telemetry data. Other prominent targets include the United Kingdom, Italy, Portugal, France, and Germany.
"The victims of the ToolShell attacks include several high-value government organizations that have been long-standing targets of these groups," the Slovak company said. "Since the cat is out of the bag now, we expect many more opportunistic attackers to take advantage of unpatched systems."
Data from Check Point Research has revealed large-scale exploitation efforts underway. As of July 24, 2025, more than 4,600 compromise attempts have been detected on over 300 organizations worldwide, including government, software, telecommunications, financial services, business services, and consumer goods sectors.
"Alarmingly, we see that the attackers also leverage known Ivanti EPMM vulnerabilities throughout the campaign," Check Point Research said.
WithSecure's analysis of ToolShell attacks has also uncovered the deployment of the Godzilla web shell, suggesting that the activity may be linked to a prior campaign by an unattributed threat actor in December 2024 that weaponized publicly disclosed ASP.NET machine keys.
"One of the primary goals of the current campaign is to steal ASP.NET machine keys to maintain access to the SharePoint server even after patching," the Finnish security vendor said.
Furthermore, the attacks have led paved the way for other payloads such as follows -
- Information, to collect system data and a list of running processes
- RemoteExec, to execute commands via cmd.exe and return the responses of the execution back to the threat actor
- AsmLoader, to launch a shellcode either within the running process (IIS worker) or remote process
- A custom ASP.NET MachineKey stealer similar to spinstall0.aspx that harvests MachineKey components, along with machine name and username
- BadPotato, to escalate privileges
"The usage and implementation of these suggests a Chinese-speaking threat actor is likely to be involved in this activity, however definitive attribution cannot be made at this point based solely on these indicators," WithSecure said.
Fortinet FortiGuard Labs, which has also been tracking the campaigns, said the ToolShell exploits have been used to upload an ASP.NET web shell called GhostWebShell that's designed for arbitrary command execution via cmd.exe and persistent access.
"The web shell 'GhostWebShell' is a lightweight, memory-resident command shell that expertly abuses SharePoint and ASP.NET internals for persistence, execution, and advanced evasion, making it a formidable tool for post-exploitation," security researcher Cara Lin said.
The attacks also feature a tool called KeySiphon that functions similar to the spinstall0.aspx web shell payload in that it captures the application's validation and decryption keys along with the chosen cryptographic modes, alongside gathering system information.
"Possessing these secrets allows an attacker to forge authentication tokens, tamper with ViewState MACs for deserialization or data manipulation, and decrypt protected data within the same application domain," Fortinet said.
(The story was updated after publication to include new insights from ESET, Check Point Research, WithSecure, and Fortinet.)
Found this article interesting? Follow us on Google News, Twitter and LinkedIn to read more exclusive content we post.
Text extracted automatically; images, tables and formatting may be missing. Original: https://thehackernews.com/2025/07/storm-2603-exploits-sharepoint-flaws-to.html