Advisory · CVE-2026-55040
Attackers are exploiting a critical SharePoint authentication bypass
A critical JWT authentication weakness can let an unauthenticated network attacker bypass SharePoint security controls and access protected data.
- Vendor
- Microsoft
- Product
- SharePoint Server
- Identifier / CWE
- CVE-2026-55040
CWE-1390 - Action timing
- Aug 21, 2026
Explain it like I’m five
SharePoint checks a digital entry pass incorrectly. An attacker can create a pass that looks acceptable and enter protected areas without a real account password.
- 01Crafted token
An unauthenticated attacker sends a specially constructed JWT to SharePoint.
- 02Weak validation
The server does not enforce the intended authentication property correctly.
- 03Security bypass
SharePoint accepts an unauthorized request as trusted.
- 04Content exposed
Protected information may be read or modified through the compromised trust path.
What happened
CISA added CVE-2026-55040 to the Known Exploited Vulnerabilities catalog on August 18, 2026. Microsoft rates the SharePoint weakness critical at CVSS 9.1. The vulnerability allows an unauthenticated attacker to bypass a security feature over the network by abusing JWT authentication handling.
SharePoint commonly stores operational documents, internal communications, identity-connected workflows, and sensitive business data. An authentication bypass can therefore become both a direct data incident and a starting point for wider access.
What to do
- Inventory on-premises SharePoint Server farms, including disaster-recovery and test systems that share production identities or data.
- Use the Microsoft Security Response Center product table to identify affected builds and apply the required updates.
- Restrict internet and untrusted-network access while remediation is in progress.
- Review authentication, web, audit, identity-provider, and endpoint telemetry for unusual tokens, access without expected sign-in events, or unexpected content changes.
- Investigate newly created accounts, elevated permissions, web-shell indicators, scheduled tasks, and outbound connections.
- Revoke sessions and rotate affected service credentials, signing material, or secrets if compromise cannot be excluded.
- Verify the installed build across every server in the farm rather than relying only on the farm configuration database.
Management note
Known exploitation plus authentication bypass means a successful patch does not answer whether the environment was already accessed. Pair the update with identity and content-access review, especially for internet-facing farms.