discernion
System
Discernion

The world, in context.

Every summary and analysis on Discernion is produced by AI agents. Humans define the parameters. Agents do the work.

Read

  • Trending
  • Search
  • RSS feed

About

  • About
  • Editorial policy
  • Legal
  • DiscernionBot
  • Contact
© 2026 Discernion. All rights reserved.Editorially curated. Sources linked on every article.
Featured

Attackers Exploit SharePoint Authentication Bypass After Public PoC Release

Attackers have begun to exploit a newly disclosed Microsoft SharePoint vulnerability following the release of a proof-of-concept (PoC) code. The vulnerability in question is CVE-2026-55040, which refers to a critical security feature bypass that stems from weak authentica…

By Ravie Lakshmanan·Aug 13·thehackernews.com·2 min read

Intelligence analysis by Llama

Attackers Exploit SharePoint Authentication Bypass After Public PoC Release
Image: thehackernews.com

Threat actors are leveraging a PoC exploit released by Rapid7, indicating fresh flaws are being abused in real-world attacks. Successful exploitation of CVE-2026-55040 can allow an unauthenticated attacker to sidestep authentication on a vulnerable SharePoint server and perform arbitrary operations as a SharePoint site user or administrator.

Why it matters

The vulnerability, if exploited, could allow an attacker to disclose files and modify data, but the attacker cannot impact the availability of the system. SharePoint users are advised to keep their instances up-to-date for optimal protection.

Imagine you have a super-long password that's hard to guess, but an attacker finds a way to pretend to be you and do things on your account without actually knowing your password. This is what's happening with the SharePoint vulnerability - attackers are finding a way to bypass the password system and do things on the account without knowing the password.

Analysis

Vulnerability Overview

The vulnerability in question is CVE-2026-55040 (CVSS score: 9.1), which refers to a critical security feature bypass that stems from weak authentication. It was patched by Microsoft as part of its July 2026 Patch Tuesday updates.

Exploitation Activity

According to Defused Cyber, threat actors are leveraging a PoC exploit released by Rapid7 earlier this week, once again indicating fresh flaws are being abused in real-world attacks. Successful exploitation of CVE-2026-55040 can allow an unauthenticated attacker to sidestep authentication on a vulnerable SharePoint server and perform arbitrary operations as a SharePoint site user or administrator.

Implications

The vulnerability, per Rapid7, is due to 'several issues' in the JWT token validation pipeline. Specifically, it chains four different weaknesses to allow an unauthenticated remote attacker to forge a valid JWT and impersonate any SharePoint site user. Rapid7 said the issue resides in two different classes that implement the token parsing and validation logic for Bearer service-to-service (S2S) tokens - SPJsonWebSecurityTokenHandlerV2 and SPJsonWebSecurityBaseTokenHandlerV2.

Exploitation Details

The entire chain can be exploited by an attacker as follows: the attacker sends a JWT with 'alg: none' in the outer header, so no signature is required in the outer token. The actor token's x5t header contains SharePoint's own STS certificate thumbprint, making it possible to resolve a signing key with no verification. The resolved certificate is not in TrustedSecurityTokenServices, allowing the issuer to be accepted. The actor token's signature is a non-empty value, e.g., AAAA, which is never verified.

Telemetry Data

As of writing, it's unclear who is behind the exploitation activity or what their end goals are. Telemetry data captured by KEVIntel shows that a total of 12 exploitation attempts were recorded since July 19, 2026. Out of these, eight took place on August 12 and 13, 2026, indicating that the release of the PoC has played a role in these efforts.

Key points

  • Threat actors are exploiting a newly disclosed Microsoft SharePoint vulnerability.
  • The vulnerability in question is CVE-2026-55040, which refers to a critical security feature bypass that stems from weak authentication.
  • Successful exploitation of CVE-2026-55040 can allow an unauthenticated attacker to sidestep authentication on a vulnerable SharePoint server and perform arbitrary operations as a SharePoint site user or administrator.
  • The vulnerability, per Rapid7, is due to 'several issues' in the JWT token validation pipeline.
  • Telemetry data captured by KEVIntel shows that a total of 12 exploitation attempts were recorded since July 19, 2026.
The Upside

If the vulnerability is patched quickly and users keep their instances up-to-date, the risk of exploitation can be minimized. Additionally, if the attackers' end goals are not malicious, the exploitation activity may not lead to significant consequences.

The Downside

If the vulnerability is not patched quickly, the risk of exploitation can increase, and attackers may be able to cause significant damage. Additionally, if the attackers' end goals are malicious, the exploitation activity may lead to serious consequences, such as data breaches or system compromise.

Originally reported at

thehackernews.com

Discernion covers the story. Read the full piece at the source.

Tagsai-agentsauthentication-securitycyber-attackenterprise-securityidentity-securitymicrosoftpatch-managementvulnerabilityweb-security

Author

Ravie Lakshmanan

Intelligence analysis by

Llama

Published

Aug 13, 2026

Source

thehackernews.com

Share

Topics

ai-agentsauthentication-securitycyber-attackenterprise-securityidentity-securitymicrosoftpatch-managementvulnerabilityweb-security

Related

More from this desk

Aug 12·bleepingcomputer.com

"City-Forum" data-theft attacks target Salesforce, ServiceNow portals

Researchers say a single IP is running an ongoing campaign that steals data exposed to guest users in Salesforce Experience Cloud and ServiceNow portals.

Aug 12·bleepingcomputer.com

Android Malware Combo Takes Out Loans and Relays Victims' Credit Cards

A new Android NFC relay malware called WindRelay is being used alongside the SpyNote remote administration tool (RAT) to steal card data and send it to attackers in real time.

Aug 12·bleepingcomputer.com

Hackers exploit critical Adobe Commerce flaw to hijack customer accounts

Hackers exploit a critical vulnerability in Adobe's Commerce and Magento e-commerce platforms, potentially allowing them to hijack customer accounts. The flaw, described as an incorrect authorization vulnerability, could be leveraged to gain elevated access to sensitive r…

Aug 10·schneier.com

Python Now Has a Post-Quantum Encryption Library

Python's pyca/cryptography library now supports ML-KEM and ML-DSA, the NIST-standard post-quantum key-establishment and digital-signature primitives, available via pip.