The root cause is a weak authentication flaw (CWE-1390) in SharePoint's JWT validation pipeline. According to Rapid7, who discovered the bug, the vulnerability stems from several distinct weaknesses in how SharePoint's SPJsonWebSecurityTokenHandlerV2 and SPJsonWebSecurityBaseTokenHandlerV2 classes parse Bearer service-to-service tokens . An attacker can send a crafted JWT that the server trusts without proper cryptographic verification, effectively letting them assume the identity of any SharePoint site user or farm administrator
.
Microsoft described the flaw simply: "The authentication feature could be bypassed as this vulnerability allows impersonation" . Exploitation allows an attacker to disclose files and modify data, though Microsoft states it cannot impact system availability
.
Rapid7 researcher Stephen Fewer discovered the flaw, noting it is the first in a two-vulnerability chain that, when combined with a second (still-embargoed) flaw, can achieve unauthenticated remote code execution against vulnerable SharePoint servers .
CISA issued urgent hardening guidance on July 14–15, 2026, and updated it as exploitation escalated . Organizations running on-premises SharePoint should take the following actions immediately:
CVE-2026-55040 is not an isolated incident. On the same day patches shipped, CISA confirmed active exploitation of three additional SharePoint CVEs :
Attackers are chaining these vulnerabilities together: using CVE-2026-32201 for initial access, CVE-2026-45659 or CVE-2026-56164 for code execution, and CVE-2026-55040 as a force multiplier for authentication bypass . The coordinated exploitation campaign has been dubbed the "SharePoint chain" by some researchers
.