SharePoint CVE-2026-58644: a critical RCE zero-day added to the CISA KEV catalog
> In short: CVE-2026-58644 is a critical deserialization-of-untrusted-data flaw (CVSS 9.8) in Microsoft SharePoint Server. An attacker authenticated as at least Site Owner can write and execute arbitrary code remotely over the network. Actively exploited as a zero-day before the July 14 Patch Tuesday fix. CISA added it to its KEV catalog on July 16 with a July 19 deadline for federal agencies.
Why this matters to you
You probably don't sell SharePoint — but a large share of your enterprise clients run their intranet, document management, or onboarding portal on it. Many HR SaaS vendors integrate with Microsoft 365 to pull employee files, contracts, or payslips. A compromised SharePoint Server next to your integration is a direct path to the data your product handles.
And SharePoint Servers are routinely exposed to the internet — often by an IT team that isn't yours, on a patching cadence you don't control.
The flaw in two sentences
CVE-2026-58644 is a deserialization vulnerability. An attacker authenticated as at least Site Owner can, over the network, write arbitrary code and have it executed by the SharePoint Server. Microsoft flags the attack complexity as low: no significant prior knowledge of the system, and repeatable success with the same payload.
Deserialization flaws are a classic RCE pattern: when the server rebuilds an object from attacker-controlled bytes without enough validation, the attacker can steer execution into malicious code. It is the same family of bugs that has plagued Java app servers, Jenkins, and Confluence for years.
A cluster of SharePoint flaws, not a one-off
CVE-2026-58644 is not isolated. CISA's July 14 alert names a whole set of actively exploited SharePoint Server vulnerabilities — CVE-2026-32201, CVE-2026-45659, CVE-2026-56164, CVE-2026-58644 — all enabling RCE or post-exploitation on on-premises instances. The pattern attackers follow is consistent: get RCE, steal the IIS machine key, use it for persistence and to sign further malicious payloads.
The IIS machine key theft is the detail to remember. Once an attacker has it, rotating the key is not enough — you must first hunt for and remove the persistence artifacts, otherwise the new key gets stolen again.
Affected versions
All supported on-premises versions, in other words. SharePoint Online (Microsoft 365) is not affected the same way — Microsoft patches it server-side.
What to do
The broader lesson for SaaS vendors
This CVE is a reminder that your clients' security posture affects yours. When an HR platform integrates with SharePoint, a breach on the SharePoint side can spill credentials, tokens, or documents straight into your product. Documenting integration security expectations with your enterprise clients — M365 tenant hardening, SharePoint patching, scoped app permissions — is now part of an HR SaaS vendor's job, not just the client's IT team.
If you operate on-premises infrastructure alongside your SaaS (a SharePoint farm for a legacy module, a document repository), the same urgency applies to you directly.
Building HR, payroll, or recruiting software? CleanIssue performs security audits for HR SaaS in real-world conditions, no source code access needed. For a first read of your exposure, start with an external review of your application.
Related articles
Three adjacent analyses to keep exploring the same attack surface.
Fastjson 1.x CVE-2026-16723: a critical RCE with no patch, actively exploited
A CVSS 9.0 remote code execution flaw in Alibaba's Fastjson 1.2.68–1.2.83 lets an unauthenticated attacker run code on affected Spring Boot fat-JAR applications. No AutoType or classpath gadget required. No 1.x patch exists yet. Workaround: SafeMode.
Bing Images CVE-2026-32194: a crafted SVG running as SYSTEM on Microsoft's servers
Two critical flaws (CVE-2026-32194, CVE-2026-32191, both CVSS 9.8) in Bing's image-processing tier let a crafted SVG execute commands as NT AUTHORITY\SYSTEM on Windows workers and root on Linux workers. Found by XBOW, fixed server-side by Microsoft in March 2026, details published July 23.
Rails Active Storage: a critical flaw with arbitrary file read and RCE potential
A critical vulnerability in the Rails Active Storage framework lets an unauthenticated attacker read arbitrary files from the application server, with potential escalation to remote code execution. Affects Ruby on Rails applications using Active Storage. Patch now available.
Sources
Related services
If this topic maps to a real risk in your stack, these are the most relevant CleanIssue audits.