Threat actors have begun actively exploiting a critical remote code execution (RCE) vulnerability in Microsoft SharePoint Server. The flaw, tracked as CVE-2026-50522 with a maximum-severity CVSS score of 9.8, allows unauthenticated attackers to execute arbitrary code over network connections and exfiltrate sensitive cryptographic keys from affected on-premises deployments.
Chronology of the Threat
- July 14, 2026: Microsoft released its monthly Patch Tuesday updates addressing CVE-2026-50522, a deserialization of untrusted data vulnerability reported by security researcher "splitline" from DEVCORE. Microsoft initially noted that exploitation was "more likely" but had not yet confirmed active in-the-wild attacks.
- July 20, 2026: Cybersecurity firm watchTowr identified proof-of-concept (PoC) exploit code published online. Within hours of the PoC becoming public, honeypot sensors captured automated exploitation attempts targeting internet-exposed SharePoint servers.
- July 21, 2026: Threat intelligence firms Defused and watchTowr confirmed that threat actors were successfully leveraging CVE-2026-50522 to bypass authentication and capture SharePoint validation and encryption keys.
- July 22, 2026: The U.S. Cybersecurity and Infrastructure Security Agency (CISA) officially added CVE-2026-50522 to its Known Exploited Vulnerabilities (KEV) catalog, ordering federal civilian agencies to remediate the vulnerability immediately.
Impact and Technical Risk
CVE-2026-50522 stems from an improper deserialization flaw within Microsoft SharePoint's processing logic. An unauthenticated attacker can send a specially crafted HTTP request to a SharePoint endpoint to achieve remote code execution under the security context of the SharePoint application pool.
However, the most dangerous aspect of this campaign is post-exploitation tradecraft. Attackers are utilizing the RCE primitive to extract SharePoint IIS `MachineKey` settings in a single request.
The `MachineKey` is used by ASP.NET and SharePoint to sign and encrypt authentication cookies, view state data, and internal session state. Once an attacker obtains these cryptographic keys, they can forge valid administrative authentication tokens locally. This means that even after an administrator applies Microsoft's security patch, the attacker can retain persistent access by presenting valid, forged identity tokens to impersonate legitimate users and site owners.
How to Protect Your Environment
To fully mitigate the risk posed by CVE-2026-50522, organizations running on-premises Microsoft SharePoint Server must take the following concrete steps:
1. Apply Security Updates Immediately
Install Microsoft's July 2026 security updates for all supported on-premises SharePoint Server versions immediately.
2. Rotate Machine Keys (Mandatory)
Because threat actors actively steal IIS MachineKeys during initial exploitation, installing the software patch is insufficient. System administrators must invalidate and regenerate all SharePoint IIS MachineKeys across all web applications and farm nodes to block unauthorized access via forged tokens.
3. Conduct Forensic Log Inspections
Examine Web Server (IIS) logs for suspicious HTTP POST requests directed toward SharePoint sign-in and API endpoints, particularly requests carrying deserialization payloads without valid authentication headers.
4. Enforce Strict Access Controls
Avoid exposing SharePoint Server instances directly to the public internet. Place on-premises collaboration portals behind Web Application Firewalls (WAF), Zero Trust Network Access (ZTNA) solutions, or mandatory corporate VPNs.
CYBERSHIELDZONE