Security advisoryView advisory
CybersecurityHighActiveUpdated Jul 5, 2026

CISA Adds Actively Exploited SharePoint RCE CVE-2026-45659 to KEV Catalog

The deserialization remote code execution bug was patched in May 2026, but CISA's listing reverses Microsoft's earlier "Exploitation Less Likely" assessment.

Emanuel De AlmeidaJul 5, 2026, 4:25 PM8 min read
Severity
High
Status
Active
Entity
Microsoft SharePoint Server (CVE-2026-45659)
Confirmed by
CISA (Known Exploited Vulnerabilities catalog)

The U.S. Cybersecurity and Infrastructure Security Agency added a high-severity Microsoft SharePoint Server remote code execution flaw, CVE-2026-45659, to its Known Exploited Vulnerabilities catalog on July 1, 2026, citing evidence of active exploitation. Microsoft had already fixed the deserialization bug in its May 2026 security updates, but the KEV listing effectively overrides the vendor's original assessment that exploitation was unlikely.

For the many enterprises that still run SharePoint on-premises, the listing turns a patch that some may have deferred into an urgent priority, and it puts federal agencies on a three-day clock under Binding Operational Directive 26-04.

Key takeaways

  • CISA added CVE-2026-45659 to the KEV catalog on July 1, 2026 after evidence of active exploitation.
  • The flaw is a deserialization of untrusted data bug (CWE-502) rated CVSS 8.8, allowing remote code execution.
  • An authenticated attacker needs only Site Member permissions, with no elevated privileges, to run code over the network.
  • Microsoft shipped the fix in May 2026 for SharePoint Subscription Edition, 2019, and Enterprise Server 2016.
  • Federal Civilian Executive Branch agencies must remediate by July 4, 2026 under BOD 26-04.

Affected

Vendors
Microsoft
Products
Microsoft SharePoint Server Subscription EditionMicrosoft SharePoint Server 2019Microsoft SharePoint Enterprise Server 2016
Geography
GlobalUnited States
Industry
GovernmentEnterprise IT
CVEs
CVE-2026-45659

CISA flags a patched SharePoint flaw as actively exploited

CISA added CVE-2026-45659 to its Known Exploited Vulnerabilities (KEV) catalog on July 1, 2026, after determining that the Microsoft SharePoint Server flaw is being exploited in the wild. The vulnerability is a remote code execution bug that Microsoft had already addressed in its May 2026 security updates. Inclusion in KEV is significant because CISA only adds entries when it has evidence of active exploitation, which changes the vulnerability's priority from a high-severity item that some organizations may have queued to one that demands immediate attention. Reporting from SecurityWeek and The Register corroborates the listing and the associated federal deadline.

  • Added to CISA KEV on July 1, 2026.
  • Federal remediation deadline set for July 4, 2026 under BOD 26-04.

A deserialization bug that turns Site Member access into code execution

According to the National Vulnerability Database and Microsoft's advisory, CVE-2026-45659 is a deserialization of untrusted data weakness (CWE-502) with a CVSS 3.1 base score of 8.8 (High) and the vector AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. In plain terms, SharePoint can be tricked into rebuilding attacker-supplied serialized data into objects it then processes unsafely, leading to remote code execution. The vector confirms the practical risk profile: the attack is over the network, requires low complexity and no user interaction, but does require authentication. Microsoft states that an attacker needs only Site Member permissions, the standard contributor role, and no administrative or other elevated privileges to exploit it.

The low privilege bar matters: any account that can contribute to a SharePoint site, including some external or guest users, could be enough to attempt exploitation.

  • CWE-502, deserialization of untrusted data.
  • CVSS 3.1 base score 8.8, vector AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
  • Requires authentication with at least Site Member permissions.

Why the KEV listing overrides Microsoft's earlier assessment

When Microsoft first published the advisory, it tagged the flaw with an "Exploitation Less Likely" assessment. CISA's decision to add it to KEV reflects later, real-world evidence and effectively supersedes that prediction. This is a recurring lesson in vulnerability management: an early exploitability forecast is not a guarantee, and defenders should re-prioritize when exploitation evidence appears. SharePoint is a high-value target because it sits at the center of document sharing and intranet workflows and is frequently reachable by remote staff, partners, and contractors, so a working remote code execution path is attractive to both ransomware crews and espionage actors.

Which SharePoint deployments are in scope

The fix covers on-premises SharePoint Server Subscription Edition, SharePoint Server 2019, and SharePoint Enterprise Server 2016, all of which received the update in May 2026. Organizations that have not yet applied that update are exposed, and internet-facing SharePoint servers are the most pressing concern because they can be probed at scale. The exposure is greatest wherever contributor-level accounts are broadly granted, since only Site Member permissions are required. Federal Civilian Executive Branch agencies fall under CISA's binding directive and face the tightest timeline, but the underlying risk applies to any organization running the affected server versions.

  • Affected: SharePoint Subscription Edition, 2019, and Enterprise Server 2016 without the May 2026 update.

CISA sets a three-day federal deadline, but shares few attack details

CISA's KEV entry requires Federal Civilian Executive Branch agencies to remediate by July 4, 2026, an accelerated window consistent with Binding Operational Directive 26-04. Notably, CISA has not published technical details of the observed attacks, and, as SecurityWeek reported, there were no public reports of in-the-wild exploitation before the agency's listing. That means the specific exploitation method, the actors involved, and their objectives are not publicly known at this time. The absence of public detail does not lower the priority: a KEV listing is itself the signal that unpatched, exposed servers should be treated as at risk.

  • BOD 26-04 governs the accelerated federal remediation timeline.
  • CISA has not released technical details of the exploitation.

Context: SharePoint's history as a target and recent intrusion research

SharePoint Server has been a repeated focus for attackers, and CISA has previously listed other SharePoint flaws as exploited. Separately, in late June 2026 Microsoft's incident response team documented a case in which two unrelated attackers operated inside the same network, with one cluster attributed to Storm-2603, a group known for deploying Warlock ransomware by exploiting known on-premises SharePoint vulnerabilities. That investigation described initial access through a different flaw (a Gladinet Triofox vulnerability, CVE-2025-11371) rather than CVE-2026-45659. It is included here as context on the threat landscape around SharePoint; no public source has attributed the exploitation of CVE-2026-45659 specifically to Storm-2603 or any named actor.

This background is adjacent context, not a confirmed attribution for CVE-2026-45659. Treat any actor link as unverified until an official source states it.

What defenders should do now

The primary remediation is to apply Microsoft's May 2026 security update to every affected SharePoint server. Because the listing indicates active exploitation, patching alone may not be enough for internet-facing systems: teams should also review who holds Site Member or higher permissions, restrict or remove unnecessary external and guest contributor access, and limit internet exposure of SharePoint where feasible. On the detection side, inspect SharePoint servers for signs of compromise such as unexpected web shells, new files or scheduled tasks, newly created local or domain administrator accounts, and unusual child processes or deserialization errors in logs. Organizations that cannot patch immediately should increase monitoring and document the residual risk until the update is applied.

  • Apply the May 2026 SharePoint security update to all affected servers.
  • Audit Site Member and higher permissions and reduce external/guest contributor access.

What to watch next

Two developments would raise the urgency further: the publication of a working proof-of-concept exploit, which typically expands opportunistic scanning, and any CISA or vendor update that names the actors or describes the exploitation technique. Because SharePoint incidents have historically involved multiple overlapping intrusions and living-off-the-land tooling, defenders who find one indicator should assume there may be more and investigate accordingly rather than treating a single alert as the full picture.

Timeline

May 22, 2026
Microsoft discloses and patches CVE-2026-45659Microsoft publishes its advisory for the SharePoint Server deserialization RCE and the CVE record is added to the National Vulnerability Database, with the fix delivered in the May 2026 security updates. Microsoft's advisory rates exploitation as less likely.
Jul 1, 2026
CISA adds CVE-2026-45659 to the KEV catalogCISA lists the vulnerability as known-exploited, citing evidence of active exploitation, and sets a remediation deadline for federal agencies.
Jul 4, 2026
Federal remediation deadlineFederal Civilian Executive Branch agencies must apply the fix by this date under Binding Operational Directive 26-04.

Impact & actions

Unpatched on-premises SharePoint Server instances are exposed to authenticated remote code execution that is now confirmed under active exploitation, creating a path to server compromise, lateral movement, and potential ransomware deployment.

Security: High and low complexity to exploit for an authenticated user; active exploitation confirmed by CISA raises the likelihood of opportunistic attacks against exposed servers.

Privacy: Potential access to documents and data stored in or accessible through SharePoint if a server is compromised.

Recommended actions · Immediate urgency

  1. 1Apply Microsoft's May 2026 security update to all affected SharePoint servers immediately.
  2. 2Inventory SharePoint Subscription Edition, 2019, and 2016 deployments and confirm patch status.
  3. 3Audit Site Member and higher permissions and remove unnecessary external or guest contributor access.
  4. 4Reduce internet exposure of SharePoint and increase monitoring on internet-facing servers.
  5. 5Hunt for indicators of compromise such as web shells, new admin accounts, and unusual server processes.

Technical details

CVEs
CVE-2026-45659
CVSS
8.8
Exploitation
Exploited in the wild
Attack vector
Network, authenticated with at least Site Member (PR:L) permissions, low complexity, no user interaction (CVSS AV:N/AC:L/PR:L/UI:N).
Affected versions
SharePoint Server Subscription Edition (before the May 2026 update), SharePoint Server 2019 (before the May 2026 update), SharePoint Enterprise Server 2016 (before the May 2026 update)
Patched versions
SharePoint Server Subscription Edition with the May 2026 security update, SharePoint Server 2019 with the May 2026 security update, SharePoint Enterprise Server 2016 with the May 2026 security update

Mitigations

  • Apply the May 2026 SharePoint security update on all affected servers.
  • Restrict Site Member and higher permissions and remove unnecessary external or guest access.
  • Limit internet exposure of SharePoint servers and place them behind access controls where possible.

Response

Vendor

Microsoft's advisory states that an authenticated attacker with at least Site Member permissions can execute code over the network without elevated privileges, and originally assessed exploitation as less likely. The fix is included in the May 2026 SharePoint security updates.

Authorities

CISA added CVE-2026-45659 to its Known Exploited Vulnerabilities catalog on July 1, 2026 citing active exploitation, and directed Federal Civilian Executive Branch agencies to remediate by July 4, 2026 under BOD 26-04.

Customer guidance

Apply the May 2026 SharePoint security update immediately, audit Site Member and higher permissions, reduce internet exposure, and investigate affected servers for signs of compromise.

Patch / advisory

FAQ

What is CVE-2026-45659?

It is a remote code execution vulnerability in on-premises Microsoft SharePoint Server caused by deserialization of untrusted data (CWE-502), rated CVSS 8.8. An authenticated attacker with Site Member permissions can execute code on the server over the network.

Why did CISA add it to the KEV catalog if it was already patched?

CISA adds vulnerabilities to the KEV catalog when it has evidence of active exploitation, regardless of patch availability. The listing signals that unpatched, exposed servers are at real risk and sets a remediation deadline for federal agencies.

Which SharePoint versions are affected?

On-premises SharePoint Server Subscription Edition, SharePoint Server 2019, and SharePoint Enterprise Server 2016 that have not applied the May 2026 security update. Apply that update to remediate.

Is CVE-2026-45659 being exploited by a known ransomware group?

No named attribution has been made public. CISA confirmed active exploitation but has not released attack details. Separate Microsoft research about the group Storm-2603 concerns other SharePoint and Triofox flaws and is not confirmed to involve this CVE.

What should organizations do right now?

Apply the May 2026 SharePoint security update to all affected servers, audit Site Member and higher permissions, limit internet exposure, and check servers for web shells, new admin accounts, and other signs of compromise.

The bottom line

CISA added the actively exploited SharePoint Server RCE flaw CVE-2026-45659 (CVSS 8.8) to its KEV catalog on July 1, 2026, reversing Microsoft's earlier view that exploitation was unlikely and setting a July 4 federal remediation deadline.

What happens next

Watch for a public proof-of-concept exploit and for any CISA or Microsoft update naming the actors or describing the exploitation technique, both of which would raise urgency further.

What to do

Confirm the May 2026 SharePoint security update is applied on every affected server, and investigate exposed servers for signs of compromise.

Reader reviews

Rate this articleBe the first to rate
No written reviews yetRate the article above, or be the first to share your experience.

Related articles