Rapid7 Analysis Microsoft SharePoint JWT Token Authenticatio... - #2691
Open
carlospolop wants to merge 1 commit into
Open
Rapid7 Analysis Microsoft SharePoint JWT Token Authenticatio...#2691carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://rapid7.com/blog/post/ra-microsoft-sharepoint-jwt-token-authentication-bypass-cve-2026-55040 Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting > 80,443 - Pentesting Web Methodology > Microsoft SharePoint, with a cross-reference from Pentesting Web > JWT Vulnerabilities". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview
CVE-2026-55040 is a critical, remotely exploitable, unauthenticated authentication bypass in the service-to-service (S2S) JWT validation pipeline of Microsoft SharePoint Server Subscription Edition. Rapid7 and Microsoft disclosed it on July 14, 2026; this technical analysis and PoC were published on August 11, 2026. The research was performed against a fully patched SharePoint Server Subscription Edition instance running 🔧 Technical Details
Nested JWT authentication bypass: When an application uses an outer JWT for user claims and an inner actor JWT for application identity, every layer must be cryptographically bound to the authenticated principal. If unsigned outer tokens are permitted, an attacker can place arbitrary identity, audience, issuer, and delegation claims in an
alg: nonetoken. An actor token that passes only structural or metadata checks can then make those untrusted outer claims appear authenticated.Signing-key resolution is not signature verification: An attacker-controlled
x5tcan identify a legitimate public X.509 certificate and cause a resolver to populate a token'sSigningToken. This proves only that a certificate with that thumbprint exists in a trust store; it does not prove possession of the private key. The implementation must verify the JWT signature bytes overbase64url(header).base64url(payload)usi...🤖 Agent Actions
ERROR: Codex exec failed (exit=1).
2026-08-11T19:04:31.499508Z ERROR codex_core::session: Failed to create session: required MCP servers failed to initialize: chack_tools: handshaking with MCP server failed: connection closed: initialize response
Error: thread/start: thread/start failed: error creating thread: Fatal error: Failed to initialize session: required MCP servers failed to initialize: chack_tools: handshaking with MCP server failed: connection closed: initialize response (code -32603)
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.
📚 Repository Maintenance
All .md files have been checked for proper formatting (headers, includes, etc.).