AL
Analyst accessPublic view · sign in

Vulnerability threat dossier

CVE-2026-55040

Vendor unknownProduct mapping pending

Metadata pending authoritative retrieval.

VTP deterministic threat2.3of 100 · CVSS excluded

VTP analyst assessment

No AI candidate assessment for this subject

AI-assisted analytical recommendationDoes not set factual exploitation state
AI classificationNO ALERT
AI priorityNONE
AI confidenceUnknown
Public exploitation · VTP factUNKNOWN

Assessment

The latest persisted AI review did not propose this CVE for analyst escalation. Deterministic monitoring remains authoritative for the factual states below.

Why it matters

Unknown from persisted AI analysis.

Evidence

No AI candidate evidence set is persisted for this CVE.

Uncertainties

No first-party sensor telemetry is configured. Local exploitation observation is unknown.

Next watchpoint · deterministic

Independent primary confirmation of active exploitation would materially change this assessment.

AI analysis history (0)
    Technical severityUNKNOWNCVSS unknown · technical context
    Public exploitationUNKNOWNGlobal public evidence
    Exploit maturityNONE KNOWNReliability not implied
    EPSS0.0274th percentile · prediction
    Evidence confidence0%Strongest independent active claim
    VelocitySTABLEMaterial events only
    First-party telemetryNo first-party sensor telemetry configured.
    Availability: NO_SENSOR_CONFIGURED · Evidence: UNKNOWN
    01

    VTP deterministic assessment

    Why this matters

    1. 01

      EPSS is 0.02; this is predictive context, not exploitation evidence.

    2. 02

      No first-party sensor telemetry is configured; first-party observation is unknown.

    02

    Material change ledger

    What changed

    RESEARCH PUBLICATIONNew technical research
    RESEARCH PUBLICATIONNew technical research
    RESEARCH PUBLICATIONNew technical research
    03

    Claim provenance

    Evidence and source independence

    3publications detected
    3underlying evidence chains

    2 primary sources · 0 dependent secondary reports · 0 reports with unresolved independence. Repetition remains visible without multiplying confirmation.

    04

    Event history

    Threat timeline

    1. 13:0011 Aug
      RESEARCH PUBLICATION

      New technical research

      Rapid7 Research published evidence linked to CVE-2026-55040.

    2. 13:0011 Aug
      RESEARCH PUBLICATION

      New technical research

      Rapid7 Research published evidence linked to CVE-2026-55040.

    3. 20:2714 Jul
      RESEARCH PUBLICATION

      New technical research

      Cisco Talos published evidence linked to CVE-2026-55040.

    05

    Original publications

    Source record

    CVE-2026-63520: Microsoft SharePoint Remote Code Execution (FIXED)

    Overview Rapid7 Labs conducted a zero-day research project against Microsoft SharePoint, resulting in the discovery of two new vulnerabilities that, when chained together, achieve unauthenticated remote code execution (RCE) against a vulnerable SharePoint server. Today, both Rapid7 and Microsoft are disclosing the second vulnerability in this chain, the RCE vulnerability CVE-2026-63520. The first vulnerability in the chain, CVE-2026-55040, was disclosed by Rapid7 and Microsoft last month. Our full disclosure timeline for the exploit chain can be seen below in Figure 1. Figure 1: The road to disclosure. ⠀ CVE-2026-63520 affects all supported versions of Microsoft SharePoint, and certain versions of Microsoft Project Server and Microsoft Office Web Apps Server. For the purpose of our research, we focused solely on SharePoint. An attacker can leverage CVE-2026-63520 to execute arbitrary code on a vulnerable SharePoint server with the privileges of the SharePoint Site’s service account. The vulnerability is due to an unsafe .NET type instantiation issue within the Business Connectivity Services . CVE-2026-63520 has a CVSSv3.1 score of 8.1 (High) , and a Common Weakness Enumeration (CWE) of CWE-20: Improper Input Validation . While the severity of the RCE is described as high, chained together with CVE-2026-55040 it becomes part of a critical unauthenticated RCE exploit chain against SharePoint. The exploit chain was developed as an entry for this year's Pwn2Own Berlin hacking competition; while our entry was unsuccessful on the day of the competition, this research highlights Rapid7 Labs' continued effort to raise the bar in Vulnerability Intelligence and our commitment to the preemptive protection of our customers through original vulnerability research. Our research methodology focused on understanding how publicly available AI models can assist in the discovery of significant vulnerabilities against proprietary enterprise targets. Our results established that the rate of model advancement is significantly accelerating vulnerability research, model guidance from subject matter experts is a force multiplier, and complex proprietary targets are easily handled through agentic workflows. Rapid7 is hosting a webinar on Thursday August 13, 2026 to discuss the research and findings for CVE-2026-55040 and CVE-2026-63520. Please join Douglas McKee and Stephen Fewer to learn more about this body of work. Workflow For this research project we wanted to understand the capabilities and limits of publicly available LLMs circa January through to March of this year. We wanted to answer the question if an AI workflow could find and develop an unauthenticated RCE exploit against a hard target such as SharePoint. This research project concluded with the successful discovery and development of such a chain. To that end, the publicly available models at the beginning of this year were indeed capable. This is notable as the rate of model improvement from Q1 of 2026 through to today has been significant. Our team's later testing of the most recent frontier models confirms the significant increase in capabilities from that of the beginning of this year. Our primary conclusion from the SharePoint research project in Q1 is that an agent guided by a subject matter expert (SME) was crucial to keep moving the model and its work towards the end goal. Given our current experience of frontier model capabilities, the need for an SME to verify and guide a model is lessened, but the compounding impact an SME can bring remains. Our first sprint in January did not result in any significant findings, rather, this sprint helped us establish the workflow and tooling that proved most useful, scope out the extremely large attack surface, and integrate prior work into our process. We augmented the agentic work with manual source code review and reverse engineering to provide additional context and steering to the model. Our early results quickly indicated how a fully aut

    CVE-2026-55040CVE-2026-63520
    Separate evidence group
    Original

    Rapid7 Analysis: Microsoft SharePoint JWT Token Authentication Bypass (CVE-2026-55040)

    Overview On July 14, 2026, Rapid7 and Microsoft disclosed CVE-2026-55040, an authentication bypass vulnerability affecting Microsoft SharePoint. Today we are publishing a technical analysis of the vulnerability along with an accompanying proof-of-concept (PoC) script . Figure 1: The Rapid7 Labs PoC for CVE-2026-55040. ⠀ A remote unauthenticated attacker can leverage CVE-2026-55040 to bypass authentication on a vulnerable SharePoint server, and perform operations as a SharePoint site user or administrator. The vulnerability is due to several issues in the JWT token validation pipeline. Analysis The following technical analysis is based upon SharePoint Server Subscription Edition version 16.0.19725.20210 . A critical authentication bypass vulnerability exists in SharePoint Server Subscription Edition's JWT token validation pipeline. The root cause is a chain of four distinct weaknesses that, when combined, allow an unauthenticated remote attacker to forge a valid JWT and impersonate any SharePoint site user. The below analysis is based upon decompilation and code review of the Microsoft.SharePoint.IdentityModel module from a fully patched SharePoint Server Subscription Edition instance. The vulnerability resides in the SPJsonWebSecurityTokenHandlerV2 class and its base class SPJsonWebSecurityBaseTokenHandlerV2 , which together implement the token parsing and validation logic for Bearer service-to-service (S2S) tokens. SharePoint's S2S authentication uses a nested JWT structure: an outer token containing user identity claims, and an inner "actor token" embedded in the actortoken claim. The actor token represents the calling application and is expected to be cryptographically signed by a trusted certificate. The validation flow begins in SPApplicationAuthenticationModuleV2.TryExtractAndValidateToken() , which extracts the Bearer token from the Authorization header, parses it via SPJsonWebSecurityBaseTokenHandlerV2.ReadToken() , and then validates it via SPJsonWebSecurityTokenHandlerV2.ValidateToken() . The debugger call stack below shows the call stack at the time of calling ValidateToken . Microsoft.SharePoint.IdentityModel.dll!Microsoft.SharePoint.IdentityModel.SPJsonWebSecurityTokenHandlerV2.ValidateToken(System.IdentityModel.Tokens.SecurityToken token) (IL=0x01BC, Native=0x00007FFC730AA430+0x4A2) Microsoft.SharePoint.IdentityModel.dll!Microsoft.SharePoint.IdentityModel.SPApplicationAuthenticationModuleV2.TryExtractAndValidateToken(System.Web.HttpContext httpContext, out Microsoft.SharePoint.IdentityModel.SPIncomingTokenContextV2 tokenContext, out Microsoft.SharePoint.IdentityModel.SPIdentityProofToken identityProofToken) (IL=???, Native=0x00007FFC730A2A70+0x9FB) Microsoft.SharePoint.IdentityModel.dll!Microsoft.SharePoint.IdentityModel.SPApplicationAuthenticationModuleV2.ConstructIClaimsPrincipalAndSetThreadIdentity(System.Web.HttpApplication httpApplication, System.Web.HttpContext httpContext, Microsoft.SharePoint.IdentityModel.SPFederationAuthenticationModuleV2 fam, out string tokenType) (IL≈0x0041, Native=0x00007FFC730A1860+0xB2) Microsoft.SharePoint.IdentityModel.dll!Microsoft.SharePoint.IdentityModel.SPApplicationAuthenticationModuleV2.AuthenticateRequest(object sender, System.EventArgs e) (IL≈0x0139, Native=0x00007FFC7196F9D0+0x3E4) System.Web.dll!System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() (IL=0x005D, Native=0x00007FFC71846AE0+0xD1) System.Web.dll!System.Web.HttpApplication.ExecuteStepImpl(System.Web.HttpApplication.IExecutionStep step) (IL=epilog, Native=0x00007FFC71846A00+0xB6) System.Web.dll!System.Web.HttpApplication.ExecuteStep(System.Web.HttpApplication.IExecutionStep step, ref bool completedSynchronously) (IL≈0x0015, Native=0x00007FFC71846640+0x5E) System.Web.dll!System.Web.HttpApplication.PipelineStepManager.ResumeSteps(System.Exception error) (IL≈0x027A, Native=0x00007FFC71842E00+0x77A) System.Web.dll!System.Web.HttpApplication.BeginProcessRequestNotifica

    CVE-2026-55040
    Separate evidence group
    Original

    Microsoft Patch Tuesday for July 2026 — Snort rules and prominent vulnerabilities

    Microsoft has released its monthly security update for July 2026, which includes 622 vulnerabilities affecting a range of products, including 57 that Microsoft marked as "critical."

    CVE-2026-42982CVE-2026-48561CVE-2026-48564CVE-2026-49164CVE-2026-49170CVE-2026-49795CVE-2026-49796CVE-2026-49798CVE-2026-49805CVE-2026-50297CVE-2026-50314CVE-2026-50325CVE-2026-50327CVE-2026-50329CVE-2026-50332CVE-2026-50343CVE-2026-50351CVE-2026-50370CVE-2026-50375CVE-2026-50380CVE-2026-50382CVE-2026-50387CVE-2026-50390CVE-2026-50392CVE-2026-50423CVE-2026-50433CVE-2026-50436CVE-2026-50444CVE-2026-50454CVE-2026-50467CVE-2026-50474CVE-2026-50475CVE-2026-50476CVE-2026-50489CVE-2026-50509CVE-2026-50518CVE-2026-50522CVE-2026-50655CVE-2026-50667CVE-2026-50680CVE-2026-50688CVE-2026-50694CVE-2026-54114CVE-2026-54117CVE-2026-54118CVE-2026-54121CVE-2026-54122CVE-2026-54127CVE-2026-54128CVE-2026-54982CVE-2026-54986CVE-2026-54992CVE-2026-54995CVE-2026-54999CVE-2026-55008CVE-2026-55010CVE-2026-55011CVE-2026-55012CVE-2026-55018CVE-2026-55022CVE-2026-55033CVE-2026-55040CVE-2026-55043CVE-2026-55045CVE-2026-55049CVE-2026-55056CVE-2026-55120CVE-2026-55123CVE-2026-55127CVE-2026-55129CVE-2026-55132CVE-2026-55140CVE-2026-55944CVE-2026-56155CVE-2026-56159CVE-2026-56164CVE-2026-56188CVE-2026-56189CVE-2026-57087CVE-2026-57090CVE-2026-57091CVE-2026-57092CVE-2026-57094CVE-2026-58531CVE-2026-58536CVE-2026-58542CVE-2026-58596CVE-2026-58608CVE-2026-58631CVE-2026-58633CVE-2026-58638CVE-2026-58644
    Separate evidence group
    Original
    06

    Technical vulnerability data

    Context, not threat proof

    VTP threat score2.3vtp-threat-v1-public
    Public exploitation0 / 30
    EPSS prediction0.33 / 20
    Exploit availability0 / 15
    Source independence0 / 15
    Intelligence recency0 / 10
    Threat acceleration2 / 10
    CVSS technical severityExcluded
    CVSS
    Unknown · UNKNOWN
    Vector
    Unknown
    CWE
    Unknown
    CPE records
    0
    Deterministic history records
    4
    07

    Raw observations

    First-party sensor records

    No first-party sensor telemetry configured.