Microsoft SharePoint Server: CVE-2026-56164
- Jul 30, 2026
- Adrienne Juett
CVE-2026-56164, also known as the Microsoft SharePoint Server Elevation of Privilege Vulnerability, is a critical zero-day privilege escalation flaw affecting self-hosted environments. Discovered during active attacks and patched in July 2026, this vulnerability stems from a severe flaw that allows attackers to bypass core access restrictions entirely.
Attack Mechanism:
The flaw is caused by a missing authentication check on a critical function within Microsoft Office SharePoint (CWE-306). Because authentication is completely absent for this specific feature, an unauthenticated network-based attacker can send malicious requests directly to an internet-exposed SharePoint instance.
Impact:
Successful exploitation allows an unauthenticated attacker to elevate their privileges on the vulnerable SharePoint host. In real-world attacks, threat actors chain this privilege escalation with post-exploitation techniques, such as stealing Internet Information Services (IIS) machine keys and abusing deserialization weaknesses, to achieve remote code execution (RCE) and establish permanent backdoors.
Mitigation:
Microsoft released patches for CVE-2026-56164 on July 14, 2026, as part of a record-setting Patch Tuesday. The update properly enforces the missing authentication checks on the affected code paths. Enabling the Antimalware Scan Interface (AMSI) in Full Request Body Scan mode provides an additional layer of protection. See the mitigations below for details.
According to Microsoft and the Cybersecurity and Infrastructure Security Agency (CISA), CVE-2026-56164 has a CVSS v3.1 Base Score of 5.3 (Medium) from the vendor, though NVD/CISA-ADP calculations flag its potential operational impact up to 9.8 (Critical) depending on environment chaining. It is officially categorized under CWE-306: Missing Authentication for Critical Function.
The vulnerability strictly affects on-premises/self-hosted environments. SharePoint Online is not affected. The following platforms are vulnerable:
| Product | Affected Versions |
|---|---|
| Microsoft SharePoint Enterprise Server 2016 | All builds prior to July 2026 update |
| Microsoft SharePoint Server 2019 | All builds prior to July 2026 update |
| Microsoft SharePoint Server Subscription Edition | All builds prior to July 2026 update |
Critical Operational Note: The patch for this zero-day dropped on July 14, 2026, the exact same day SharePoint Server 2016 and 2019 reached their official End of Extended Support. Organizations running these older legacy deployments must apply this emergency fix immediately, as no future security updates or Extended Security Updates (ESU) are planned.
This vulnerability is exploitable remotely over a network by a completely unauthenticated actor. The attacker requires no prior foothold, no user interaction, and zero credentials. By issuing a direct, malformed request to exposed web endpoints, the attacker inherits elevated access permissions on the web application.
Microsoft has released software-specific updates to address this vulnerability. Security teams must follow SharePoint’s unique servicing process to apply the fix; simply installing the standard cumulative Windows OS updates on the underlying host will not remediate the SharePoint farm. If patching cannot happen right away, see the mitigations below.
If patches cannot be deployed immediately, implementing the following defensive measures can blunt the threat surface: