The images in this article were generated with artificial intelligence. How we publish
In recent weeks malicious activity has been detected taking advantage of a critical vulnerability in Microsoft SharePoint registered as CVE-2026-55040(CVSS 9.1), which Microsoft corrected in its July 2026 patch package. The company described the failure as a weakness of authentication that allows supplanting; in concrete terms, an attacker without valid credentials can circumvent controls and act with the privileges of a site user or administrator, with the ability to read and modify data although, according to Microsoft, not to affect the availability of the service. The official Microsoft entry on the CVE summarizes the gravity and scope of the patch.
Technically, the documented operation combines errors in the JWT (JSON Web Tokens) tokens validation chain used by SharePoint for service-to@-@ service authentication. Independent researchers - including Rapid7 - have published an analysis and a concept test that chain several weaknesses in the token handlers (identified as SPJsonWebSecurityTokenHandlerV2 and SPJsonWebSecurityBaseTokenHandlerV2) to forge a valid JWT without having the legitimate signature key. The key technical vector is the abuse of a nested "actor" token: the attacker sends an external token with "alg: none" (which eliminates signature verification at the first level), includes as a key identifier (x5t) the thumbprint of SharePoint's own STS certificate and adds a false signature to the internal token that never comes to be verified. In this way the application accepts the forged identity and allows requests with the context of a real user.

The practical effects demonstrated by Rapid7 PoC are significant: with a forged token you can consult the target domain controller, list users from your SID and automatically locate accounts with management privileges on a SharePoint site. This places vulnerability as a facilitator for exfiltration of information and for lateral climbing in corporate environments that rely on these tokens for inter-service delegation. To better understand how the standards involved work, the JWT specification is a useful reference: RFC 7519 on JSON Web Token.
The facts confirmed so far include the release of the patch by Microsoft in July, public release of PoC by researchers, and detections of real-world exploitative attempts. According to telemetry cited by analysts (KEVIntel), 12 attempts at exploitation were recorded since 19 July 2026, with a peak of eight attempts on 12 and 13 August, suggesting that the availability of the test code has accelerated activity. The connections come from IP addresses grouped in at least five different jurisdictions - including Hong Kong, Japan, the Netherlands, Taiwan and the USA - which indicates distributed activity but does not allow it to be attributed to a particular actor; the motivation (espionage, data theft, post-deployment) is not yet confirmed.
It is important to separate the confirmed from the estimated. It is established that PoC exists and that attempts to operate have been observed; it is reasonable to estimate that groups with interest in corporate data or web infrastructure will prioritize targets with SharePoint exposed and unpatched. What remains uncertain is the identity of the actors that are carrying out the intrusions, their final objectives and whether they have already been able to compromise large-scale productive environments. Until there is evidence of sophisticated intrusions that attribute specific objectives (e.g. mass data theft or ransomware deployment linked to this CVE), any conclusion on the actual scope remains as a hypothesis.
For managers and security officials, the most urgent and concrete recommendation is apply Microsoft patch without delay to all affected SharePoint servers. If for operational reasons it is not possible to update immediately, there are mitigating measures that reduce exposure: limit network access to SharePoint instances from external networks and from segments that do not require S2S communication, block or inspect traffic to endpoints that accept tokens Bearer and deploy WAF rules that detect tokens with "alg" header: "none" or unusual patterns in the x5t field. The list of "TrustedSecurityTokenServices" should also be reviewed and STS certificates rotated where feasible.

In terms of detection and response, organizations should look for concrete indicators in their records: HTTP requests with Authentication headers containing JWTs with decoding header base64 showing "alg": "none," STS thumbprint appearances in external tokens, unusual SharePoint access to domain controllers or administrative APIs consultations conducted by accounts that should not execute these actions. Monitoring IIS, SSharePoint's ULS and domain security records, and setting alerts for IID user listing and access to product administrative routes, will allow you to detect early attempts. If commitment is suspected, disable the affected accounts, force the restoration of credentials and review integrity of configurations and content are recommended steps.
Finally, it is necessary to adopt in-depth defence measures in the medium term: strengthening authentication (MFA for administrative accounts and services with lifting), segmentation of networks between S2S services, applying less privileged principles to service accounts, and reviewing the life cycle of tokens and certificates in order to be able to revoke and rotate quickly to incidents. For teams that need more technical context on the nature of these PoC attacks and analysis, security firm research blogs are useful resources for deepening: Rapid7 Research publishes technical analyses and demonstrations that help understand concrete vectors and mitigations.
In short, vulnerability CVE-2026-55040 allows for supplanting by handling JWT validation and is already being exploited in attempts detected in at least five regions. Plot immediately the authorities concerned are the priority measure; if not possible, apply network controls, tokens inspection and focused monitoring reduces the risk until the official correction can be deployed. The evidence available confirms attempts at abuse and shows that the release of test code often accelerates activity, but the attribution and final scope of incidents remain to be confirmed.
Related
More news on the same subject.

GitLab critical alert: emergency patch fixes CVE-2026-19478 allowing to modify or eliminate public projects without credentials
GitLab published an emergency patch on August 17, 2026 to correct critical vulnerability in its self-hosted software (Community and Enterprise Edition) which, under certain cond...

When the MCP server keeps your credentials: the silent attack vector of the IA in production
The incorporation of IA agents into business processes has opened a practical way for production systems and data to be accessible from models: it is called Model Context Protoc...

Critical alert: CVE-2026-58231 in SAP Commerce Cloud could allow remote code execution; patch and urgent mitigation
A critical vulnerability that affects SAP Commerce Cloud, registered as CVE-2026-58231 and with maximum score 10.0 on the CVSS scale, it is being exploited attempts shortly afte...

The massive purchase of expired domains drives fraud, malware and streaming pirate: the business behind the dropcatch
An intelligence report on DNS published by Infoblox and disseminated by specialized media confirms that criminals are buying large-scale expired domains - the so-called dropcatc...

HoneyMyte updates CoolClient with a signed kernel driver to hide processes and protect the C2 channel
Kaspersky has published an analysis that attributes to the actor known as HoneyMyte (also Mustang Panda) an updated version of the CoolClient backdoor that incorporates a signed...

GeoServer on zero-day vulnerability alert in jsonArrayContains with real risk of remote execution
The GeoServer open source project has a zero-day vulnerability that is being actively explored by attackers, according to researchers' public alerts and the watchTowr intelligen...

AmnesiaStealer MacOS malware that steals credentials and controls real-time browser sessions
Security researchers have documented a new malware family aimed at macOS - called AmnesiaStealer - that combines a dropper in shell, an infostealer written in Rust and a remote ...