CISA warned that attackers have begun exploiting CVE-2026-45659, a high-severity Microsoft SharePoint remote code execution vulnerability, and added it to its Known Exploited Vulnerabilities catalog on July 1, 2026. The agency later confirmed the flaw is also being abused in ransomware attacks against on-premises SharePoint Server instances.
The vulnerability lets an authenticated attacker with only low-level Site Member permissions run arbitrary code over the network without user interaction, putting internet-exposed, unpatched SharePoint farms at immediate risk.
Key takeaways
- CISA added CVE-2026-45659 to its KEV catalog on July 1, 2026, and gave federal agencies until July 4 to remediate under BOD 26-04.
- The flaw is a CWE-502 deserialization bug that requires only Site Member permissions and no user interaction to trigger.
- Microsoft shipped a fix in May 2026, after the CVE was accidentally left out of that month's Patch Tuesday notes.
- CISA has since confirmed ransomware gangs are abusing the flaw, and Shadowserver tracked thousands of exposed SharePoint servers still online.
- CISA's related alert lists five more actively exploited on-premises SharePoint CVEs added to KEV between April and August 2026.
Affected
What is CVE-2026-45659 and why is CISA warning about it?
CVE-2026-45659 is a deserialization-of-untrusted-data vulnerability in on-premises Microsoft SharePoint Server, classified under CWE-502, per Cyberpress's report. An authenticated attacker holding only Site Member permissions (PR:L) can send crafted serialized objects to a vulnerable SharePoint component and trigger remote code execution over the network (AV:N), Microsoft said in its advisory cited by BleepingComputer.
Microsoft rated the attack complexity as low, noting an attacker does not need detailed prior knowledge of the target system and can repeat the exploit reliably. No user interaction is required, which makes the flaw attractive for automated, large-scale scanning against internet-facing SharePoint farms.
- CWE-502 deserialization flaw in on-premises SharePoint Server
- Requires only Site Member permissions, no admin rights
- Network attack vector, low complexity, no user interaction
How did the patch timeline unfold?
Microsoft released the fix for CVE-2026-45659 on May 21 for SharePoint Enterprise Server 2016, SharePoint Server 2019, and SharePoint Server Subscription Edition. The company acknowledged the CVE had been accidentally omitted from the May 2026 Security Updates, according to BleepingComputer.
CISA added the flaw to its Known Exploited Vulnerabilities catalog on July 1, 2026, roughly six weeks after the fix shipped, and set a three-day remediation deadline of July 4 for federal civilian agencies under Binding Operational Directive 26-04. BOD 26-04 requires agencies to prioritize patching based on factors including KEV catalog inclusion, whether exploitation can be automated, and internet exposure, per CISA's own guidance cited in the source reporting.
- Fix shipped in May 2026, after a missed May Patch Tuesday listing
- Added to KEV on July 1, 2026, with a July 4 federal deadline
Who is affected and what does BOD 26-04 require?
The vulnerability affects all supported on-premises SharePoint Server versions: Subscription Edition, 2019, and 2016, according to CISA's alert. Shadowserver, an internet-scanning watchdog group, tracked over 10,000 SharePoint servers exposed online in early reporting, later refining that figure to over 8,500 exposed servers with more than 200 still unpatched against CVE-2026-45659, per BleepingComputer's follow-up coverage.
BOD 26-04, issued shortly before the KEV addition, requires Federal Civilian Executive Branch agencies to prioritize patching based on KEV inclusion, whether exploitation can be automated at scale, whether the asset is exposed to the internet, and whether successful exploitation grants attackers partial or full device control. CISA has stated stakeholders bear responsibility for assessing their own exposure and meeting the directive's timelines.
- Affects SharePoint Server 2016, 2019, and Subscription Edition
- Over 8,500 SharePoint servers exposed online; 200+ unpatched, per Shadowserver
Why does this matter for enterprise IT and MSPs?
CISA has now confirmed CVE-2026-45659 is being used in ransomware attacks, not just isolated intrusion attempts, a shift that raises the operational stakes for any organization still running unpatched, internet-facing SharePoint Server instances. Since November 2021, CISA has flagged 14 actively exploited Microsoft SharePoint vulnerabilities, with eight also tied to ransomware campaigns, based on BleepingComputer's reporting.
- On-premises SharePoint farms remain a repeated ransomware entry point across multiple CVEs since 2021.
- CISA's SharePoint hardening alert, originally published July 14, 2026 and updated through August 2026, lists six related actively exploited SharePoint CVEs, showing attackers are chaining multiple bugs.
- Post-exploitation activity includes IIS machine-key theft, which can let attackers regain access even after a server is patched if keys are not rotated.
- 14 actively exploited SharePoint CVEs flagged by CISA since 2021, 8 tied to ransomware
- Post-exploitation includes IIS machine-key theft for persistence
What mitigations and detections has CISA recommended?
CISA's alert directs organizations to apply Microsoft's patches, verify successful installation, and shorten patch cycles going forward. It also recommends enabling Antimalware Scan Interface (AMSI) integration for every SharePoint web application in Full Mode where feasible, and watching for specific AMSI and Microsoft Defender Antivirus detections named in the alert, including Exploit:Script/ToolPaneAuthBypass.C for RCE coverage and Backdoor:MSIL/LeakFang.A!dha for post-exploitation activity involving IIS-protected secrets.
- Apply Microsoft's SharePoint security updates and confirm successful installation.
- Enable AMSI integration in Full Mode for each SharePoint web application.
- Hunt for machine-key harvesters before rotating IIS machine keys to prevent re-theft.
- Restrict SharePoint Central Administration access and place internet-facing farms behind a Layer 7 reverse proxy.
- CISA names specific AMSI and MDAV detection signatures for this exploitation cluster
- IIS machine keys should be rotated only after hunting for harvester artifacts
What should administrators watch for next?
Microsoft has not updated its own CVE-2026-45659 advisory to formally tag it as exploited, even though CISA's KEV catalog and alert updates describe confirmed exploitation and ransomware abuse, according to BleepingComputer. That gap between vendor and government agency labeling is worth tracking, since it can affect how internal risk-scoring tools prioritize the patch.
CISA's related alert has been updated multiple times as new SharePoint CVEs were added to KEV, most recently CVE-2026-55040 on August 18, 2026, suggesting the on-premises SharePoint exploitation cluster is still active rather than closed. Administrators running any of the six listed CVEs should expect further updates and treat unpatched, internet-exposed SharePoint servers as a standing risk until confirmed otherwise.
- Microsoft advisory has not been updated to tag CVE-2026-45659 as exploited, per BleepingComputer
- CISA's alert was updated as recently as August 18, 2026 with a sixth related CVE
Timeline
Impact & actions
Unpatched, internet-exposed on-premises SharePoint servers can be remotely compromised by any authenticated user with only Site Member permissions, and CISA has confirmed the flaw is now also used to deploy ransomware.
Security: CVE-2026-45659 is one of six actively exploited on-premises SharePoint CVEs CISA has added to its KEV catalog since April 2026, and one of 14 SharePoint flaws flagged as exploited since 2021, eight tied to ransomware.
Privacy: Data stored in compromised SharePoint document libraries and sites is exposed to unauthorized access once an attacker achieves code execution on the server.
Recommended actions · High urgency
- 1Apply Microsoft's May 2026 security update for SharePoint Enterprise Server 2016, 2019, and Subscription Edition immediately
- 2Enable AMSI integration in Full Mode for every SharePoint web application and monitor for the named Exploit:Script and Backdoor:MSIL/LeakFang.A!dha detections
- 3Hunt for machine-key harvester artifacts before rotating IIS machine keys
- 4Assess internet exposure of SharePoint Central Administration and place servers behind an authenticated Layer 7 reverse proxy
- 5Review logs for anomalous SharePoint worker-process activity, webshells, and machine-key access predating patch deployment
Technical details
- CVEs
- CVE-2026-45659, CVE-2026-32201, CVE-2026-56164, CVE-2026-58644, CVE-2026-50522, CVE-2026-55040
- Exploitation
- Exploited in the wild
- Attack vector
- Network (AV:N); low attack complexity (AC:L); requires only authenticated Site Member privileges (PR:L) and no user interaction
- Affected versions
- SharePoint Enterprise Server 2016, SharePoint Server 2019, SharePoint Server Subscription Edition
- Patched versions
- SharePoint Enterprise Server 2016 (May 2026 update), SharePoint Server 2019 (May 2026 update), SharePoint Server Subscription Edition (May 2026 update)
Mitigations
- Apply Microsoft's May 2026 patch for CVE-2026-45659 and verify successful installation
- Enable AMSI integration with Full Mode Request Body Scan for each SharePoint web application
- Avoid exposing SharePoint Servers directly to the internet; place them behind an authenticated Layer 7 reverse proxy where exposure is necessary
- Block external access to SharePoint Central Administration and restrict farm/database communications
Response
Vendor
Authorities
Customer guidance
CISA tells organizations to apply Microsoft's patch immediately, enable AMSI Full Mode scanning on SharePoint web applications, hunt for intrusion artifacts before rotating IIS machine keys, and restrict internet exposure of SharePoint Central Administration.
Updates
CISA added the flaw to its Known Exploited Vulnerabilities catalog and set a July 4, 2026 remediation deadline for federal agencies.
CISA updated its SharePoint hardening alert to add CVE-2026-58644 to the KEV catalog.
CISA updated the alert again to reflect the addition of CVE-2026-50522.
CISA updated the alert to add a sixth actively exploited on-premises SharePoint CVE, CVE-2026-55040.
CISA confirmed ransomware gangs are now abusing CVE-2026-45659 in a Tuesday update to the KEV catalog, and Shadowserver reported over 8,500 exposed servers, more than 200 still unpatched.
FAQ
What is CVE-2026-45659?
CVE-2026-45659 is a CWE-502 deserialization-of-untrusted-data vulnerability in on-premises Microsoft SharePoint Server that lets an authenticated attacker with only Site Member permissions execute arbitrary code remotely over the network.
Which SharePoint versions are affected?
The flaw affects on-premises SharePoint Enterprise Server 2016, SharePoint Server 2019, and SharePoint Server Subscription Edition; SharePoint Online is not affected.
Is CVE-2026-45659 being exploited in ransomware attacks?
Yes. CISA confirmed that ransomware gangs are now abusing CVE-2026-45659, in addition to earlier active exploitation flagged when the flaw was added to the KEV catalog on July 1, 2026.
Is a patch available for CVE-2026-45659?
Yes. Microsoft released security updates for SharePoint Enterprise Server 2016, SharePoint Server 2019, and SharePoint Server Subscription Edition in May 2026, after the CVE was accidentally omitted from that month's Patch Tuesday release.
How many SharePoint servers are still exposed?
Shadowserver tracked over 8,500 SharePoint servers exposed to the internet, with more than 200 of them still unpatched against CVE-2026-45659, according to CISA's ransomware update.
What other SharePoint CVEs is CISA tracking in this cluster?
CISA's alert covers six actively exploited on-premises SharePoint CVEs added to KEV between April and August 2026: CVE-2026-32201, CVE-2026-45659, CVE-2026-56164, CVE-2026-58644, CVE-2026-50522, and CVE-2026-55040.
The bottom line
CISA confirmed active exploitation and ransomware abuse of SharePoint flaw CVE-2026-45659, one of six related on-premises SharePoint CVEs added to its KEV catalog since April 2026.
What happens next
What to do





