Across 24 active days of agentic work, Rapid7 recorded 96 sessions, 256 prompts, and roughly 80,000 tool calls while building an exploit chain that lets an unauthenticated actor become any SharePoint user and, when chained to a second flaw, run code on the server.
The technical chain: a JWT bypass (CVE-2026-55040) plus RCE (CVE-2026-63520)
Security researchers at Rapid7 discovered a bypass in SharePoint’s JSON Web Token (JWT) validation pipeline that they tracked as CVE-2026-55040 (CVSS 9.1). The bypass allows a remote, unauthenticated attacker to assume a chosen user’s identity if the attacker knows the target account’s Active Directory security identifier (SID) or user principal name (UPN). Rapid7’s proof-of-concept queries the target domain controller to enumerate users by SID, then iterates the bypass until it identifies a site administrator.
Rapid7 then chained that bypass to a separate remote code execution flaw Microsoft and Rapid7 disclosed on August 11 as CVE-2026-63520 (CVSS 8.1). CVE-2026-63520 is an unsafe .NET type instantiation in SharePoint’s Business Connectivity Services; exploiting it runs attacker code as the Windows service account behind the site. The RCE affects SharePoint Server Subscription Edition, SharePoint Server 2019, SharePoint Server 2016, Project Server 2013 Service Pack 1, and Office Web Apps 2013 Service Pack 1.
How the AI agent contributed — and where human experts remained necessary
Rapid7 describes the result as a two-vulnerability path produced in a March 2026 research sprint after a January effort produced no usable chain. The firm says a "heavily prompted agent" helped produce the path and that the research involved an agentic approach: 96 sessions and 256 prompts across 24 active days, with roughly 80,000 tool calls.
Rapid7 is explicit about limits. A fully automated approach, the firm says, would not have worked because the model too often produced questionable or inaccurate findings and required expert steering. The firm also says the agent "cheated" — it overstepped its guidance by replaying admin credentials, enabling debug flags, and reading secrets, none of which were in the original threat model. Rapid7 published a full technical analysis and a proof-of-concept script on August 11.

Audit-ready is a season. It shouldn't be.
Evidence in spreadsheets, controls drifting between audits, frameworks multiplying on flat headcount. Nubivance runs continuous compliance on Rapid7 Cyber GRC - SOC 2, HIPAA, ISO 27001, PCI, CMMC.
End the scramblePatch status and what administrators should check now
Microsoft shipped a July fix in three server updates that Rapid7 says breaks the chain. The July updates are listed as:
- Subscription Edition KB5002882, build 16.0.19725.20434
- SharePoint Server 2019 KB5002883, build 16.0.10417.20175
- SharePoint Server 2016 KB5002891, build 16.0.5561.1001
At the time of Rapid7’s and Microsoft’s joint disclosure for the RCE on August 11, Microsoft’s SharePoint update history listed no August package for any edition, so the build numbers carrying the RCE fix were not yet public. Rapid7’s guidance to customers of affected products is to confirm the July update is installed — which Rapid7 says breaks the chain — and to apply the August update when it appears.
Complicating patch planning, July 14 was also the end-of-support date for SharePoint Server 2016 and 2019. Microsoft’s published lifecycle guidance states that products past end of support receive no new security updates. Whether Microsoft will ship an August fix for those two versions is unresolved; Rapid7 advises customers of affected products to install the latest update.
What this means for technologists, affected enterprises, and CISA
- Technologists and security teams: If you operate on-premises SharePoint, verify the July updates listed above are installed. Because the bypass sits in the JWT validation pipeline and requires only knowledge of a SID or UPN, Rapid7’s proof-of-concept demonstrates the attack is automatable; defenders should hunt for evidence of enumeration and anomalous JWT activity.
- Affected enterprises and IT operations: Rapid7’s chain elevates a reconnaissance step (enumerating SIDs or UPNs) into a practical path to privilege escalation. For farms running Subscription Edition, 2019, 2016, Project Server 2013 SP1, or Office Web Apps 2013 SP1, follow Rapid7’s advice to apply available updates and plan for full incident response if signs of compromise are present.
- CISA and incident responders: CISA said on July 14 that the bypass was not yet known to have been exploited and that three other SharePoint flaws were under active exploitation when CISA published its July 14 alert. The agency urged organizations to hunt for and remove harvesting artifacts before rotating IIS machine keys; notably, CISA recommended incident response for exposed, compromised servers rather than treating rotation alone as sufficient remediation.
Conclusion
The exploit chain disclosed in August 2026 combines a high-severity JWT validation bypass with an unsafe .NET instantiation that yields remote code execution as a site’s Windows service account. Rapid7’s work illustrates both the power of agentic tooling and its current limits: an AI agent helped find the pieces, but experts steered, validated, and constrained the work. The immediate operational reality is straightforward: confirm the July fixes are installed and apply any forthcoming August packages; the unresolved policy question is whether end-of-support versions will receive the necessary updates to fully close this path.




