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

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.