SHIELD: ACTIVE // NETWORK SECURE

Critical Microsoft SharePoint RCE Vulnerability CVE-2026-58644 Under Active Exploitation

Enterprise Collaboration Compromise: Critical Microsoft SharePoint RCE Vulnerability (CVE-2026-58644) Under Active Exploitation

Executive Summary

Threat actors have begun actively exploiting a critical-severity remote code execution (RCE) vulnerability in Microsoft SharePoint Server, tracked as CVE-2026-58644 (CVSS score 9.8). The security defect involves unsafe deserialization of untrusted data within SharePoint Server web services. It enables authenticated network attackers—holding permissions as low as Site Owner or using stolen user credentials—to inject and execute arbitrary code directly on the underlying server host. Following reports of active exploitation in the wild, the Cybersecurity and Infrastructure Security Agency (CISA) added CVE-2026-58644 to its Known Exploited Vulnerabilities (KEV) Catalog, urging enterprise administrators to apply emergency security updates to protect internal document repositories and intranet environments.

Deep-Dive Technical Analysis

CVE-2026-58644 centers on an unsafe object deserialization vulnerability inside SharePoint’s web component processing routines:

1. Unsafe Deserialization Trigger: When a user with Site Owner or content manager permissions uploads or modifies specific SharePoint web parts or custom workflow definitions, the server processes serialized .NET objects containing state information.

2. Input Sanitization Bypass: The SharePoint web application framework fails to validate and sanitize incoming object streams before passing them to the .NET BinaryFormatter or Type-Handling deserialization gadgets.

3. Arbitrary Code Execution in IIS Worker Process: An attacker sends a crafted HTTP POST request containing a malicious serialized gadget chain payload. Upon deserialization, the payload executes arbitrary commands within the security context of the SharePoint IIS application pool (w3wp.exe), which often operates with elevated service account or local system privileges.

4. Post-Exploitation & Lateral Movement: Attackers leverage code execution to drop web shells, dump SharePoint backend database connection strings (SQL Server credentials), exfiltrate confidential enterprise documents, and pivot into the internal Active Directory domain.

Industry Impact

Microsoft SharePoint Server is a foundational intranet and document management hub for government agencies, financial institutions, and global enterprises. Active zero-day and n-day exploitation of CVE-2026-58644 directly threatens enterprise confidentiality, intellectual property, and compliance controls.

Mitigations and Recommendations

1. Apply Microsoft Security Updates Immediately: Upgrade on-premises Microsoft SharePoint Server 2016, 2019, and Subscription Edition to the latest July 2026 security builds containing the fix for CVE-2026-58644.

2. Enforce AMSI Integration: Ensure Microsoft Antimalware Scan Interface (AMSI) integration is enabled across all SharePoint Server farms to inspect dynamic code execution and detect in-memory deserialization attack vectors.

3. Audit Site Owner Credentials & Permissions: Review active Site Owner accounts and enforce multi-factor authentication (MFA) to prevent credential theft from unlocking RCE attack vectors.

4. Isolate SharePoint Web Servers: Implement strict network segmentation and egress filtering on SharePoint server farms to block unauthorized outbound C2 connections initiated by compromised IIS worker processes.

References:

* Fresh SharePoint Vulnerability Exploited Soon After Disclosure - SecurityWeek

* CISA Adds Exploited SharePoint RCE Zero-Day CVE-2026-58644 to KEV - The Hacker News

Category: Cyber Security Intelligence