HOME/BLOGS/CVE-2026-45659-WHAT-THE-SHAREPOINT-RCE-ADDED-TO-CISA-S-KEV-CATALOG-MEANS-FOR-YOUR-ORGANIZATION
Back to Articles
VAPTSecurityCVEExploitHacking

CVE-2026-45659: What the SharePoint RCE Added to CISA's KEV Catalog Means for Your Organization

CVE-2026-45659 is a CVSS 8.8 SharePoint deserialization RCE now under active exploitation per CISA. What it affects, why it was initially underrated, and how to respond.

BY Kishor K
2026-07-04
8 min read
CVE-2026-45659: What the SharePoint RCE Added to CISA's KEV Catalog Means for Your Organization

CVE-2026-45659: What the SharePoint RCE Added to CISA's KEV Catalog Means for Your Organization

On July 1, 2026, CISA added CVE-2026-45659 — a remote code execution vulnerability in on-premises Microsoft SharePoint Server — to its Known Exploited Vulnerabilities (KEV) catalog, citing evidence of active exploitation. Federal agencies were given until July 4, 2026 to remediate. For every other organization running on-prem SharePoint, that same deadline should function as a hard internal cutoff, not a suggestion.

This post breaks down what the vulnerability actually is, why its risk profile changed after Microsoft first downplayed it, and what a practical response looks like.


1. The Vulnerability at a Glance

DetailValue
CVE IDCVE-2026-45659
CVSS Score8.8 (High)
Weakness ClassCWE-502 — Deserialization of Untrusted Data
Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredLow (minimum Site Member permissions)
User InteractionNone
ImpactHigh confidentiality, integrity, and availability impact
KEV AddedJuly 1, 2026
Federal Remediation DeadlineJuly 4, 2026

The root cause is straightforward to describe even if the exploit chain isn't public: SharePoint processes attacker-supplied serialized data in a way that can be manipulated into executing arbitrary code on the server. This is the same vulnerability class — insecure deserialization — behind several of the most damaging SharePoint incidents in recent years.

2. Affected Versions and Fixed Builds

CVE-2026-45659 affects on-premises SharePoint deployments only. Confirm your environment against these fixed build thresholds:

  • SharePoint Enterprise Server 2016 — fixed at build 16.0.5552.1002 and above
  • SharePoint Server 2019 — fixed at build 16.0.10417.20128 and above
  • SharePoint Server Subscription Edition — fixed at build 16.0.19725.20280 and above

SharePoint Online (Microsoft 365) is not affected — this is exclusively an on-prem farm issue.

3. Why the Timeline Matters

The disclosure history here is worth understanding, because it illustrates a pattern security teams need to plan around rather than assume away:

  • May 2026 — Microsoft shipped the fix as part of its regular monthly security updates, but the CVE identifier itself was inadvertently left out of the published bulletin.
  • Late May 2026 — Microsoft corrected the advisory, clarifying that organizations who had already applied the May 2026 updates were already protected — but many teams had no way to know that at the time, since the CVE wasn't yet linked to the patch.
  • At disclosure — Microsoft rated the flaw "Exploitation Less Likely."
  • July 1, 2026 — CISA added it to KEV based on evidence of real-world exploitation, directly contradicting the earlier likelihood assessment.

The lesson isn't specific to Microsoft. Initial exploitability ratings are predictions, not guarantees, and they're frequently made without visibility into what's happening in criminal or nation-state tooling development. Treating "exploitation less likely" as a reason to deprioritize a patch is a common and costly mistake — this CVE is a clean example of why.

4. Why "Authenticated" Doesn't Mean "Low Risk"

It's tempting to read "requires authentication" and mentally downgrade the urgency. That reasoning doesn't hold up here for two reasons:

The privilege bar is low. This isn't a vulnerability requiring administrative or service-account access — a Site Member, one of the most common and least privileged roles in a SharePoint environment, is sufficient to trigger it. Any organization with external contractors, partners, or a broad internal user base almost certainly has far more accounts holding this level of access than they'd assume.

SharePoint is a soft internal perimeter. On-prem SharePoint farms routinely sit at the center of document sharing, intranet content, workflow automation, and integrations with other business systems. Code execution on a SharePoint server is rarely contained to SharePoint itself — it's a foothold into whatever that server can reach: file shares, service accounts, connected databases, and adjacent infrastructure.

Combined, this describes exactly the kind of vulnerability that's easy to under-prioritize on a CVSS score alone, and exactly the kind that KEV inclusion exists to correct.

5. Immediate Response Checklist

If your organization runs on-premises SharePoint, treat the following as an emergency change, not a scheduled maintenance item:

  1. Inventory every SharePoint farm — Subscription Edition, 2019, and 2016 deployments, including any forgotten or legacy instances outside primary IT ownership.
  2. Verify build numbers against the fixed thresholds above — don't assume "we patched in May" is sufficient without confirming the specific build.
  3. Patch immediately wherever a gap exists, following proper farm update procedures (backups, service application dependencies, custom solution compatibility).
  4. Audit Site Member accounts — review who holds this permission level, particularly external or third-party accounts, and tighten where it's broader than necessary.
  5. Review authentication logs for anomalies: unfamiliar geographies, legacy authentication protocols, unusual login timing, or dormant accounts suddenly active.
  6. Review SharePoint application logs for deserialization errors, unexpected process launches, or requests probing unusual endpoints.
  7. Inspect servers for post-exploitation indicators — unfamiliar web shells, newly created scheduled tasks, unexpected service accounts, or abnormal outbound connections.
  8. Confirm internet exposure — if a vulnerable farm is reachable from outside the corporate network, treat it as the highest-priority asset in the queue.

Public technical detail on the specific exploitation chain remains limited, which means detection should lean on behavioral indicators — unusual SharePoint process activity, unexpected child processes, and abnormal authentication patterns — rather than waiting for a signature-based detection to catch up.

6. Where This Fits Into a Broader Security Program

CVE-2026-45659 is a useful case study for a point that applies well beyond this single vulnerability: CVSS scores describe severity, not urgency. An 8.8 sitting unpatched for months is common across most enterprise environments. What changes the calculus is exploitation evidence and exposure — exactly the two factors CISA's KEV framework is built around.

This is also where the value of pairing point-in-time vulnerability management with continuous approaches becomes concrete:

  • Vulnerability scanning and VAPT identify whether your SharePoint farm — and its surrounding permission model — is exploitable in the first place, including whether Site Member accounts are more numerous or more loosely governed than they should be.
  • Threat intelligence monitoring can surface early chatter, proof-of-concept development, or targeting signals for a CVE before it reaches KEV status, buying response time instead of reacting to it.
  • Attack surface management answers the question CISA's own guidance leans on: is the vulnerable asset actually exposed to the internet, and does that change its position in the remediation queue.

None of these replace patching. But together, they're the difference between finding out about exploitation from a KEV alert and finding out from your own monitoring — days or weeks earlier.


Closing Thoughts

CVE-2026-45659 will patch cleanly for organizations that already keep current on monthly updates. Its real value as a case study is the exploitability curveball: a vulnerability initially assessed as unlikely to be exploited, patched quietly, then confirmed under active attack within weeks of that assessment. Security teams that build response processes assuming initial ratings can change — rather than treating them as final — are the ones that aren't scrambling the day a KEV alert lands.

If you haven't confirmed your SharePoint farm's build number against the thresholds above yet, that's the next five minutes well spent.

Protect Your Digital Assets

Ensure your enterprise APIs, networks, and cloud configuration settings are secure. Request a comprehensive threat-modeled security assessment today.

Request Security Assessment