CinchOps managed IT services and cybersecurity Houston Texas
  • Services
    • Managed IT
    • Cybersecurity
    • Business Continuity & Disaster Recovery (BCDR)
    • Virtual CTO & CIO Services
    • Cloud Services
    • Software Defined Wide Area Networks (SD-WAN)
    • Voice Over IP (VoIP)
    • Business Process Automation
  • Industries
    • By Company Size
      • Small & Midsize Businesses
      • Enterprise Scale
    • Construction
    • CPA Firms
    • Energy Services & Utilities
    • Engineering
    • Law Firms
    • Manufacturing
    • Oil & Gas Services
    • Wealth Management
  • Local to You
    • Brookshire
    • Cypress
    • Fulshear
    • Houston
    • Katy
    • Missouri City
    • Richmond
    • Rosenberg
    • Sealy
    • Sugar Land
    • The Woodlands
    • Tomball
  • Reviews
  • Resources
    • IT Scorecards
    • IT Outage Calculator
    • Blog
    • News & Updates
    • Videos
    • FAQs
    • CinchOps CyberJeopardy
  • Research
    • Houston Area Security Index
    • Houston Area Patch Index
    • Houston MSP Review Index
    • Houston Growth Index
    • Houston Vulnerability Index
    • Cybersecurity by the Numbers
  • About Us
    • Our Story
    • Your Story
    • My Story
  • Contact
I Need IT Support Now
Managed Service Provider Houston Cybersecurity
Shane
Shane July 25th, 2025

Warlock Ransomware Exploits SharePoint Vulnerabilities in Massive Global Attack Campaign

But Wait, Theres’s More – Warlock Ransomware Exploits SharePoint Flaws to Compromise 400+ Organizations Worldwide

Ransomware Alert
Warlock Ransomware Hit 400 Organizations Through SharePoint. The Patch You Already Applied Was Not Enough.

A China-based group is chaining "ToolShell" SharePoint flaws to drop ransomware with no login and no clicks. If your Houston business runs SharePoint on your own servers, this one is for you.

TL;DR
Warlock ransomware, deployed by the China-based group Storm-2603, has compromised more than 400 organizations across 21 countries by chaining two on-premises SharePoint flaws, CVE-2025-53770 and CVE-2025-53771, known together as ToolShell. The exploit needs no login and no user click, and it works because attackers found a way around Microsoft's earlier patches. Only on-prem SharePoint 2016, 2019, and Subscription Edition are affected - SharePoint Online is not. If you run SharePoint on your own servers, apply the July 2025 updates, rotate your ASP.NET machine keys before and after, and hunt for the spinstall0.aspx web shell now.
🧨 What the Attack Is 🔗 How ToolShell Works 🕵️ Who Is Behind It 🎯 Who Is at Risk 🛡️ How to Fix It 🚀 How CinchOps Helps

The scary part of the Warlock campaign is not the ransomware - it is that the attack walked straight through patches organizations had already installed.

In July 2025, a China-based group Microsoft tracks as Storm-2603 began using a SharePoint exploit chain called ToolShell to break into on-premises SharePoint servers and deploy Warlock ransomware. It has compromised over 400 organizations, including U.S. federal agencies. The attack takes no password and no user interaction, and it succeeds because the attackers engineered a bypass around fixes Microsoft shipped earlier in the year. Here is what the attack is, exactly how the chain works, who is running it, who is exposed, and the specific steps to close it.

One line to remember: this only affects SharePoint you run on your own servers. Microsoft 365 SharePoint Online is not vulnerable to ToolShell.
Watch: CinchOps breaks down the Warlock / ToolShell SharePoint campaign.

What Is the Warlock ToolShell Attack?

Nation-state exploitation and ransomware crime running on the same SharePoint flaws.

Warlock is ransomware delivered through ToolShell, an exploit chain that pairs a spoofing flaw (CVE-2025-53771) with a critical remote-code-execution flaw (CVE-2025-53770, CVSS 9.8) in on-premises SharePoint.

What makes this campaign stand out is its reach and its origin story. The two vulnerabilities are variants of earlier flaws - CVE-2025-49704 and CVE-2025-49706 - that Microsoft had already patched. Storm-2603 found a way to bypass those original fixes, turning a "we already patched that" server back into an open door. The exploit sidesteps multi-factor authentication and single sign-on, gives full access to SharePoint content, and runs code over the network with no user interaction at all.

THE TOOLSHELL CAMPAIGN BY THE NUMBERS 400+ organizations compromised 21 countries hit (US most targeted) 9.8 CVSS score, CVE-2025-53770 ~11,000 servers exposed to the internet CinchOps · cinchops.com
The Warlock / ToolShell campaign at a glance. Exposure figure: Shadowserver Foundation, July 24, 2025.

The blast radius is wide because SharePoint rarely sits alone. It is wired into the rest of Microsoft's ecosystem, so a compromised server can open paths into Office, Teams, OneDrive, and Outlook. Victims span 21 countries, and the United States accounts for over 13% of all attacks, making it the most heavily targeted nation.

How Does the ToolShell Exploit Chain Work?

Authentication bypass, then remote code execution, then persistence that survives a reboot.

Attackers hit a specific SharePoint endpoint with a spoofed request, run code through unsafe deserialization, then plant a web shell and steal the server's cryptographic keys to keep access.

  • Spoof the request. Attackers send crafted POST requests to SharePoint's /_layouts/15/ToolPane.aspx endpoint with a spoofed Referer header set to SignOut.aspx, using CVE-2025-53771 to slip past authentication.
  • Run code. CVE-2025-53770 is triggered through unsafe deserialization of untrusted data, so malicious serialized input gets processed and executed on the server.
  • Plant a web shell. A spinstall0.aspx web shell is dropped for persistent backdoor access, and legitimate processes like cmd.exe and w3wp.exe are used for quiet reconnaissance.
  • Steal the keys. Attackers lift the ASP.NET ValidationKey and DecryptionKey, which lets them forge authentication tokens and malicious __VIEWSTATE payloads - so access survives a reboot or web-shell cleanup.
  • Spread the ransomware. Mimikatz pulls credentials from LSASS memory, PsExec moves laterally, and modified Group Policy Objects push Warlock ransomware across the network.

That key-theft step is why this is so hard to shake. Rebooting the server or deleting the web shell does not help if the attacker already holds your machine keys - which is exactly why key rotation is a required part of the fix, not an optional one.

Storm-2603 attack chain exploiting SharePoint vulnerabilities and leading to Warlock ransomware
Storm-2603 attack chain exploiting SharePoint vulnerabilities and leading to ransomware. Source: Microsoft Threat Intelligence.

Who Is Behind the SharePoint Attacks?

Three Chinese groups - one criminal, two state-sponsored - on the same flaws.

Microsoft attributes the Warlock ransomware to Storm-2603, a suspected China-based group, while two confirmed Chinese state-sponsored actors exploit the same SharePoint flaws for espionage.

  • Storm-2603. The primary actor deploying Warlock ransomware since July 18, 2025. It has previously deployed both Warlock and LockBit; Microsoft cannot confidently assess its exact objectives or sponsorship.
  • Linen Typhoon (APT27). A confirmed Chinese state-sponsored group focused on intellectual-property theft, with over a decade of documented activity against Western organizations.
  • Violet Typhoon (APT31). A state-sponsored espionage group running intelligence operations, also exploiting the same SharePoint vulnerabilities.

When both criminal and nation-state groups pile onto the same bug within days, it tells you the exploit is reliable and valuable - and that internet-facing SharePoint is being scanned constantly, not occasionally.

Is Your Business at Risk From ToolShell?

Only on-premises SharePoint is affected - but exposure is broad.

You are at risk if you run on-premises SharePoint Server 2016, 2019, or Subscription Edition; Microsoft 365 SharePoint Online is not affected by these vulnerabilities.

The Shadowserver Foundation counted nearly 11,000 SharePoint instances still exposed to the internet as of July 24, 2025 - a large pool of potential victims. Because exploitation is remote and needs no authentication, attackers are not filtering by company size. Plenty of Houston law firms, engineering shops, and energy-services companies still run an on-prem SharePoint box for document management, and a delayed patch cycle is exactly the gap this campaign was built to exploit. Highest-risk targets include:

  • Any internet-facing on-prem SharePoint server. Remote, unauthenticated exploitation means exposure alone is enough.
  • Government, energy, and critical-infrastructure operators. Confirmed victims include multiple U.S. federal agencies and grid operators.
  • Healthcare, education, professional services, manufacturing, and financial firms. All appear among the targeted sectors.
  • Smaller businesses with lean IT. Limited resources and slower patch deployment make on-prem SharePoint a soft target.
Map of SharePoint IP addresses confirmed vulnerable to CVE-2025-53770 and CVE-2025-53771
SharePoint IPs confirmed vulnerable to CVE-2025-53770 and CVE-2025-53771. Source: Shadowserver Foundation.

How Do You Remediate the SharePoint Vulnerabilities?

Patching alone is not enough - you have to rotate keys and hunt for a foothold.

Microsoft has released updates that fully fix CVE-2025-53770 and CVE-2025-53771, but because attackers steal machine keys, remediation also requires rotating those keys and assuming compromise.

  • Patch immediately. Apply the July 2025 security updates for SharePoint Server Subscription Edition, 2019, and 2016, then restart IIS with iisreset.exe on every SharePoint server.
  • Rotate the machine keys - twice. Rotate ASP.NET machine keys before applying patches and again after, and monitor for unauthorized access to key storage locations.
  • Turn on AMSI and Defender. Enable Antimalware Scan Interface in Full Mode, deploy Microsoft Defender Antivirus on all SharePoint servers, and enable HTTP request-body scanning where available.
  • Segment and disconnect. Take any end-of-life, public-facing SharePoint server off the internet and segment the network to limit lateral movement.
  • Hunt for the foothold. Search for spinstall0.aspx and info3.aspx in the SharePoint layouts directories, watch for w3wp.exe spawning encoded PowerShell, and check for suspicious POSTs to ToolPane.aspx. Treat any internet-facing server from the past month as already compromised.

Running SharePoint on Your Own Servers?

CinchOps confirms your patch level, rotates the keys attackers steal, and hunts your SharePoint layouts for the ToolShell web shell - before Warlock finds the gap.

Talk to CinchOps
100% Free

Know Your Business Security Score

Get a FREE comprehensive security assessment for your Houston area business. Understand vulnerabilities across your network, applications, DNS, and more.

Get Your Free Assessment

The lesson of ToolShell is that "we patched it" is not the same as "we are safe." These attackers built a bypass around the original fix and then stole the keys to the building. If you run SharePoint on your own hardware, assume you are a target and go rotate those machine keys today.
Shane Stevens, CEO, CinchOps - LinkedIn

On-Prem SharePoint Hardening and Threat Hunting

CinchOps patches, hardens, and monitors the on-premises Microsoft servers that campaigns like Warlock target - with key rotation, AMSI and Defender configuration, network segmentation, and active threat hunting for the ToolShell web shell. It is part of our cybersecurity and managed IT services.

Explore CinchOps cybersecurity →

How CinchOps Helps Secure Your Business

CinchOps is a managed IT services provider based in Katy, Texas, serving small and mid-sized businesses across the Houston metro area, with the patch discipline and threat hunting that stop campaigns like Warlock.

CinchOps specializes in cybersecurity, network security, managed IT support, VoIP, and SD-WAN for businesses with 10-200 employees. A patch-bypass ransomware campaign is exactly the scenario a managed partner is built for:

  • Vulnerability and patch management. We keep on-prem Microsoft servers current, so emergency updates like the July SharePoint patches land immediately, not next quarter.
  • 24/7 security monitoring. We watch for the specific indicators Storm-2603 leaves behind, including web-shell drops and unusual PowerShell activity.
  • Incident response and recovery. We contain ransomware fast and restore from backups designed to survive encryption.
  • Network segmentation. We limit how far any single compromised server can spread across your environment.

If you are running SharePoint on your own servers in Houston or Katy, do not wait to find out whether you patched in time. Talk to CinchOps and we will check your exposure, rotate your keys, and hunt for a foothold before it becomes a ransom note.

Frequently Asked Questions

What is Warlock ransomware?

Warlock is a ransomware strain deployed by Storm-2603, a suspected China-based group, against on-premises Microsoft SharePoint servers. It is delivered through the ToolShell exploit chain and has compromised more than 400 organizations across 21 countries since July 2025, including U.S. federal agencies.

What is the ToolShell exploit chain?

ToolShell pairs two on-premises SharePoint flaws - CVE-2025-53771, a spoofing bug, and CVE-2025-53770, a remote code execution bug rated CVSS 9.8. Chained together they bypass authentication and run code with no login and no user interaction, then plant a web shell for persistence.

Is Microsoft 365 SharePoint Online affected?

No. Only on-premises SharePoint Server 2016, 2019, and Subscription Edition are vulnerable to ToolShell. If your SharePoint lives in Microsoft 365 (SharePoint Online), these specific vulnerabilities do not apply to you.

Why is patching alone not enough for this attack?

Because attackers steal the server's ASP.NET machine keys, which let them forge authentication tokens even after a patch or reboot. Remediation must also rotate those keys - before and after patching - and include threat hunting for any web shell already dropped.

How do I know if my SharePoint server was compromised?

Search the SharePoint layouts directories for the spinstall0.aspx and info3.aspx files, review logs for POST requests to ToolPane.aspx with spoofed Referer headers, and watch for w3wp.exe launching encoded PowerShell. Treat any internet-facing server from the past month as potentially breached.

Discover More

CinchOps Cybersecurity Services
Zero-Click NTLM Vulnerability Bypasses Microsoft's Patch
The State of Patch Management in 2025
Why Patch Management Matters
Ransomware Costs Projected to Reach $57 Billion in 2025
CinchOps Managed IT Services

Sources

  • Microsoft Threat Intelligence, Disrupting Active Exploitation of On-Premises SharePoint Vulnerabilities
  • Shadowserver Foundation, Exposed SharePoint Instance Tracking (July 2025)
Shane Stevens, founder and CEO of CinchOps
About the Author

Shane Stevens

Shane Stevens is the founder and CEO of CinchOps, a managed IT and cybersecurity provider for small and mid-sized businesses across the Greater Houston area, including Katy. He brings more than 35 years of IT experience, including director, VP, and CTO roles at Tidal Software, Cisco, ABB, Delinea, Digital.ai, and NinjaOne, to keeping local businesses secure, efficient, and productive.

Read Shane’s story·Connect on LinkedIn

BLOG

Latest News & Articles

December 2nd, 2025
Managed Service Provider Houston Cybersecurity
The AI-Fication of Cyberthreats: What Houston Businesses Need to Know About 2026’s Evolving Cyber Risks

Trend Micro’s 2026 Security Predictions Outline Key AI Threats For Houston Businesses – What Trend Micro’s Latest Research Reveals About Tomorrow’s Cyber Risks

December 11th, 2025
Managed Service Provider Houston Cybersecurity
Pro-Russia Hacktivists Target US Critical Infrastructure: What Houston Businesses Need to Know

December 2025 CISA Advisory Details Pro-Russia Hacktivist Tactics Against OT Systems – Your HMI Devices May Be Visible To Pro-Russia Threat Actors On The Internet

September 19th, 2025
Managed Service Provider Houston Cybersecurity
CinchOps Reveals Critical Security Gaps in Houston Accounting Firms Through Comprehensive Cybersecurity Audit

Houston Accounting Sector Receives Poor Security Grades In Comprehensive CinchOps Evaluation – CinchOps Research Demonstrates Urgent Cybersecurity Improvements Needed For Houston Accountants

March 23rd, 2026
Insider Threat
The $2.5 Million Insider: What the Cameron Curry Case Teaches About Insider Threats

Who Has Access To Your Payroll Data Right Now? What Houston Businesses Can Learn From A Federal Insider Threat Conviction

June 19th, 2025
Managed Service Provider Houston Cybersecurity
CinchOps Builds Defenses Against Digital Threats: Construction Industry Cybersecurity Risks

Hard Hats and Hackers: Protecting Your Construction Business from Cyber Threats

Take Your IT to the Next Level!

Book A Consultation for a Free Managed IT Quote

BOOK A FREE CONSULTATION
281-269-6506
CinchOps managed IT services and cybersecurity Houston Texas
  • Home
  • Our Story
  • Reviews
  • FAQs
  • Contact
  • Sitemap
Contact info
  • 281-269-6506
  • info@cinchops.com
  • 2717 Commercial Center Blvd.
    Suite E200
    Katy, Texas, 77494

Services
  • Managed IT
  • Cybersecurity
  • Virtual CTO & CIO
  • Business Continuity & Disaster Recovery (BCDR)
  • Cloud Services
  • Business Process Automation
Service Areas
  • Brookshire
  • Cypress
  • Fulshear
  • Houston
  • Katy
  • Missouri City
  • Richmond
  • Rosenberg
  • Sealy
  • Sugar Land
  • The Woodlands
  • Tomball
©2026 CinchOps, LLC. All Rights Reserved.  | Privacy Policy