SharePoint Flaw CVE-2026-55040: Attacks After PoC Release

Step by step
How the attack unfolded
Click a phase for details – or let the animation play through.
PHASE 1/6 · Reconnaissance

Attackers search the internet for exposed, unpatched SharePoint servers.

T1595 – Active Scanning T1592 – Gather Victim Host Information
  • BSI counted nearly 10,000 exposed SharePoint systems worldwide in mid-July
  • Over 400 reachable systems in Germany alone
  • Affected: SharePoint 2016, 2019 and Subscription Edition (self-hosted)
PHASE 2/6 · Initial Access

Attackers gain access without credentials via the JWT authentication bypass CVE-2026-55040.

T1190 – Exploit Public-Facing Application
  • CVE-2026-55040: critical auth bypass, CVSS 9.1
  • No account, no user interaction required
  • Actively exploited just 1 day after PoC release (Aug 11)
  • Detected via Defused honeypots on Aug 12, 2026
PHASE 3/6 · Defense Evasion / Identity Spoofing

A forged JWT token lets the attacker appear as a legitimate user or administrator.

T1550.001 – Use Alternate Authentication Material: Application Access Token T1134 – Access Token Manipulation
  • Combination of multiple weaknesses in token validation
  • Server accepts forged token as valid
  • Attacker assumes identity of a SharePoint admin
  • Access to content and data modification within account privileges
PHASE 4/6 · Execution

Via CVE-2026-63520 attackers execute arbitrary code on the server.

T1203 – Exploitation for Client Execution
  • CVE-2026-63520: RCE component, CVSS 8.1
  • Unsafe .NET type instantiation in Business Connectivity Services
  • Chaining both CVEs yields unauthenticated RCE chain
  • Code execution with SharePoint site service account privileges
PHASE 5/6 · Collection

The attacker accesses confidential documents and modifies data.

T1213 – Data from Information Repositories: SharePoint
  • Microsoft: 'disclose files and modify data'
  • System availability not affected per Microsoft
  • SharePoint typically holds confidential corporate documents
PHASE 6/6 · Lateral Movement

Through connected services the attacker can spread further into the network.

T1021 – Remote Services
  • Typical integration with Active Directory, Outlook, Teams and OneDrive
  • Enables lateral movement after server takeover
  • Note: no publicly confirmed attribution to a threat group
Short & clear answers
Frequently asked questions about this incident
Am I affected by CVE-2026-55040 and CVE-2026-63520?
Affected organizations are those running their own Microsoft SharePoint Server, specifically SharePoint Enterprise Server 2016, SharePoint Server 2019, and SharePoint Server Subscription Edition. If you only have a company website hosted by a provider, without your own SharePoint server, you fall outside the scope named by Microsoft. Still, ask your IT service providers whether SharePoint is in use and what the patch status is.
How do I check whether my SharePoint server is vulnerable?
Use the Get-SPProduct -Local cmdlet to read out the installed SharePoint products and update versions, then compare the builds. For CVE-2026-55040, versions below 16.0.5561.1001 (2016), 16.0.10417.20175 (2019), or 16.0.19725.20434 (Subscription Edition) are vulnerable. For CVE-2026-63520, the additional thresholds are 16.0.5565.1001, 16.0.10417.20198, and 16.0.19725.20522.
What do I need to do right now?
Install the cumulative August 2026 updates completely on all servers in the farm with top priority. For the RCE component, Microsoft released on 11 Aug 2026, among others, KB5002893 (Subscription Edition), KB5002894/KB5002896 (2019), and KB5002905/KB5002906 (2016). For 2016 and 2019, both STS and WSSLOC packages must be installed depending on language packs. Back up the farm before updating, as a failed upgrade may require a restore.
Is the vulnerability already being actively exploited?
Yes, there are signs of active exploitation for CVE-2026-55040: just one day after the proof-of-concept was published, threat intelligence provider Defused reported attack attempts against its SharePoint honeypots on 12 Aug 2026. The evidence currently rests on this honeypot observation; there is no publicly confirmed number of compromised companies. For CVE-2026-63520 there were no exploitation indications at that time.
How can I tell whether my server has already been compromised?
Check your telemetry for unusual requests, suspicious SharePoint worker processes, webshells (hidden attacker control scripts), and access to IIS machine keys. CISA additionally names AMSI and Microsoft Defender detections as helpful tools. Do not run any self-built exploit test.
More security news
You might also be interested in
Critical Elementor Pro Flaw: Attackers Can Fully Take Over WordPress Sites
A file upload bug in Elementor Pro up to 4.2.1 allows RCE without login. Version 4.2.2 fixes the flaw – update now!
Pods Plugin: Critical Flaw Enables Admin Takeover, No Login
A critical flaw in the WordPress plugin Pods lets attackers overwrite admin passwords without login. Over 100,000 sites are affected.
miniOrange SAML SSO: Critical Bypass Turns Attackers Into Admins
Two critical auth bypasses in the miniOrange SAML SSO plugin allow forged SAML assertions—up to full WordPress admin access.