Any user with basic site access can exploit this vulnerability remotely. Here is what it means, how attackers have abused similar flaws in the past, and what you need to do right now.

 

CVE-2026-45659

 

Microsoft has released a security patch for a newly discovered flaw in on-premises SharePoint Server, tracked as CVE-2026-45659. The vulnerability carries a CVSS score of 8.8 out of 10 and allows an attacker to remotely run malicious code on a SharePoint server without needing administrator access. Any user who holds basic Site Member permissions, the kind routinely given to contractors, temporary staff, and external collaborators, could potentially exploit this flaw over a network connection.

While Microsoft currently considers this particular vulnerability unlikely to be actively exploited in the near term, the company’s own history with SharePoint shows that patches are reverse-engineered quickly and working exploits often appear within days of public disclosure. Organizations running on-premises SharePoint should treat this update as urgent.

What the Vulnerability Is and How It Works

The root cause is a process called insecure deserialization. To understand what that means in plain terms: SharePoint regularly converts data into a compact format to pass it between different parts of the application, then unpacks it again on the other end. This is called serialization and deserialization. When done safely, the application checks that the data has not been tampered with before unpacking it. CVE-2026-45659 exists because SharePoint does not perform this check carefully enough, allowing an attacker to slip in a maliciously crafted data package that the server unpacks and executes as code.

Deserialization flaws are particularly dangerous because they can give an attacker the same level of control as the software process itself. In SharePoint’s case, that means the attacker could run commands on the underlying server, plant hidden backdoors, steal files, or use the compromised server as a stepping stone into the rest of the organization’s network.

Key risk factor

Exploitation only requires Site Member-level access, the lowest tier of SharePoint permissions. This type of access is routinely granted to contractors, temporary employees, external partners, and third-party vendors. A single compromised account with basic privileges is enough to trigger the attack.

Why SharePoint Is Such a Valuable Target for Attackers

SharePoint sits at the center of many organizations’ digital infrastructure. It stores sensitive documents, HR records, financial data, legal files, engineering specs, and internal communications. Many organizations also expose it directly to the internet to support remote workers and external collaborators, which makes it directly reachable by anyone with an internet connection.

Beyond the data it holds, SharePoint is often tightly connected to other critical systems: SQL databases, Active Directory, Microsoft Exchange, cloud authentication services, and Microsoft 365. A successful attack on SharePoint can quickly become a launchpad into those connected systems, giving attackers a much wider foothold than the initial breach might suggest.

How Attackers Have Exploited Similar SharePoint Flaws in the Past

History provides useful context for why SharePoint patches deserve fast attention. The following real-world cases all involved remote code execution vulnerabilities in SharePoint and show the pattern of what happens when organizations delay applying fixes.

Case study 1  ·  July 2025
ToolShell (CVE-2025-53770): Nation-State Actors and Ransomware Gangs Exploit a Zero-Day Simultaneously

In July 2025, a critical unauthenticated SharePoint vulnerability called ToolShell was disclosed and immediately exploited at scale. Chinese-linked threat groups Linen Typhoon and Violet Typhoon used it for espionage, while a financially motivated group known as Storm-2603 deployed Warlock and LockBit ransomware through the same flaw. Attackers planted a hidden web shell named spinstall0.aspx on targeted servers, used it to steal the server’s cryptographic keys, and then forged authenticated requests to maintain persistent access. Palo Alto Networks Unit 42 observed exploitation attempts starting from July 17, less than 10 days after the patch was released. Trend Micro reported affected organizations across finance, energy, education, and healthcare in Asia, Europe, and the United States.

Case study 2  ·  March 2026
CVE-2026-26106: Active Exploitation Confirmed Within One Week of Disclosure

A SharePoint remote code execution flaw patched in Microsoft’s March 2026 Patch Tuesday was actively exploited within one week of disclosure. Security researcher Aakash Rahsi identified exploitation indicators in server logs on March 15, just six days after the patch was published. CERT-EU issued an advisory on March 24 confirming real-world attacks on internet-facing SharePoint instances. The flaw enabled remote code execution through improper input validation, requiring no authentication, and primarily targeted organizations that had not yet applied the available patch.

Case study 3  ·  2024
CVE-2024-38094: Attackers Moved Undetected Inside Networks for Weeks

A deserialization vulnerability in SharePoint patched in mid-2024 was successfully weaponized by attackers who used it to break into corporate networks and remain hidden for extended periods. Incident responders documented cases where attackers were operating inside compromised environments for weeks before being discovered. The flaw gave attackers code execution under the SharePoint service account, which they used to move laterally across internal systems and access sensitive data stores.

Case study 4  ·  April 2026
CVE-2026-32201: A SharePoint Spoofing Flaw Exploited in Active Attacks One Month Before This Advisory

Just one month before the disclosure of CVE-2026-45659, Microsoft confirmed that a separate SharePoint vulnerability (CVE-2026-32201, a spoofing flaw with a CVSS score of 6.5) had already been exploited in active attacks. This flaw was patched in April 2026’s Patch Tuesday, one of the largest monthly security releases in Microsoft’s history. Security researchers noted this case as further evidence that threat actors monitor SharePoint disclosures closely and move quickly when an opportunity appears.

Which Versions Are Affected and What Has Been Patched

Microsoft has released fixes for three supported versions of SharePoint Server. Organizations should verify they have reached or exceeded the following build numbers.

SharePoint Version Patched Build Number
SharePoint Server Subscription Edition 16.0.19725.20280
SharePoint Server 2019 16.0.10417.20128
SharePoint Enterprise Server 2016 16.0.5552.1002

 

 

 

 

 

 

Organizations running older or unsupported versions of SharePoint should treat this as a priority migration issue. Unsupported versions do not receive patches and remain permanently exposed to known and future vulnerabilities.

What Your Security Team Should Do Now

Applying the patch is the most important immediate step, but it should not be the only one. Based on the patterns seen in previous SharePoint exploitation campaigns, security teams should also take the following actions.

01
Apply the patch immediately, especially on internet-facing servers

Prioritize any SharePoint instance reachable from outside your internal network. These are the highest-risk targets and the first ones attackers probe after a vulnerability becomes public.

02
Check for web shells in SharePoint directories

In past attacks, threat actors planted hidden .aspx script files in SharePoint’s layouts directories (for example, spinstall0.aspx in CVE-2025-53770 campaigns). Scan for any unexpected .aspx files or recently modified assemblies in SharePoint application folders.

03
Review IIS logs for unusual requests

Microsoft IIS, which serves SharePoint pages, records incoming HTTP requests. Look for anomalous POST requests to SharePoint endpoints, especially from unfamiliar IP addresses or at unusual hours.

04
Audit SharePoint user permissions

Because this vulnerability can be triggered with Site Member-level access, review who currently holds that permission level. Remove access for inactive accounts, former contractors, and any accounts that do not have a current business need for SharePoint access.

05
Limit internet exposure wherever possible

If SharePoint does not need to be directly accessible from the internet, place it behind a VPN or network access control layer. This significantly reduces the pool of potential attackers from anyone on the internet to only those already inside your network perimeter.

SharePoint has had several critical, actively exploited vulnerabilities over the years. Though Microsoft deems CVE-2026-45659 less likely to be exploited, organizations with on-premises SharePoint servers should still treat this as a material update and implement it sooner rather than later. — Help Net Security, May 26, 2026

Collaboration Platforms Are Infrastructure, Not Just File Shares

The repeated targeting of SharePoint reflects a broader strategic shift in how sophisticated attackers choose their entry points. Enterprise collaboration platforms used to be treated primarily as document-sharing tools. They are now recognized as critical infrastructure, tightly integrated with identity systems, cloud environments, and backend databases.

A successful attack on SharePoint does not end at SharePoint. As the 2025 ToolShell campaigns demonstrated, attackers use the initial access to extract cryptographic keys, forge authentication tokens, move into Active Directory, and in the most severe cases, deploy ransomware across the organization’s broader infrastructure. Nation-state groups approach these platforms as intelligence collection opportunities. Ransomware operators approach them as leverage.

This is why patching alone, while necessary, is not sufficient. Organizations that rely on SharePoint as a core business tool need to treat it with the same level of security rigor applied to domain controllers and email servers, with active monitoring, strict access controls, and a tested incident response plan for the scenario where it is compromised.

Patch quickly, check for indicators of prior compromise, reduce your exposure surface, and monitor actively. Given SharePoint’s track record of rapid post-patch weaponization, speed matters more than perfection in the initial response.

References

Official advisories

1. Microsoft Security Advisory — CVE-2026-45659
Official disclosure and patch details from Microsoft. https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-45659

2. Microsoft Security Advisory — CVE-2026-32201
Prior SharePoint spoofing vulnerability exploited in the wild (April 2026). https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32201

3. Microsoft Conditional Access — Block Authentication Flows
Guidance on restricting device code flow in Microsoft Entra ID. https://learn.microsoft.com/en-us/entra/identity/conditional-access/policy-block-authentication-flows

Historical SharePoint exploitation research

4. Palo Alto Networks Unit 42 — Active Exploitation of Microsoft SharePoint Vulnerabilities: ToolShell Threat Brief (July–September 2025)
https://unit42.paloaltonetworks.com/microsoft-sharepoint-cve-2025-49704-cve-2025-49706-cve-2025-53770/

5. Trend Micro — Proactive Security for CVE-2025-53770 and CVE-2025-53771 SharePoint Attacks (July 2025)
https://www.trendmicro.com/en_us/research/25/g/cve-2025-53770-and-cve-2025-53771-sharepoint-attacks.html

6. SentinelOne — SharePoint ToolShell: Zero-Day Exploited In-the-Wild Targets Enterprise Servers (July 2025)
https://www.sentinelone.com/blog/sharepoint-toolshell-zero-day-exploited-in-the-wild-targets-enterprise-servers/

7. Rapid7 — Zero-Day Exploitation in the Wild of Microsoft SharePoint Servers via CVE-2025-53770
https://www.rapid7.com/blog/post/etr-zero-day-exploitation-of-microsoft-sharepoint-servers-cve-2025-53770/

8. Varonis — ToolShell: A SharePoint RCE Chain Actively Exploited (July 2025)
https://www.varonis.com/blog/toolshell-sharepoint-rce

9. IntegSec — CVE-2026-26106: Microsoft SharePoint RCE Vulnerability Business Impact and Response (April 2026)
https://integsec.com/blog/cve-2026-26106-microsoft-sharepoint-remote-code-execution-vulnerability-what-it-means-for-your-business-and-how-to-respond

This article is provided for informational purposes only. Organizations should refer to official Microsoft advisories for authoritative patching guidance and consult qualified security professionals for incident response support.