SharePoint Authentication Bypass Exploited After Public PoC Release

Developing security story

SharePoint Authentication Bypass Exploited After Public PoC Release

Threat actors have reportedly begun exploiting CVE-2026-55040, a critical Microsoft SharePoint Server authentication bypass, after public proof-of-concept exploit code became available. The issue was patched in Microsoft’s July 2026 security updates, but the public PoC changes the risk profile for any organization that still has vulnerable on-premises SharePoint servers exposed or reachable from untrusted networks.

Draft status: Started August 13, 2026. Recheck source updates before publishing.

What happened

The Hacker News reported on August 13, 2026, that exploitation attempts have been observed against CVE-2026-55040 following Rapid7’s publication of a technical analysis and PoC. The vulnerability carries a CVSS score of 9.1 and allows a remote, unauthenticated attacker to bypass authentication on a vulnerable SharePoint Server instance.

Microsoft addressed the flaw in the July 14, 2026 SharePoint Server security updates. Microsoft’s SharePoint Server Subscription Edition update KB5002882 lists CVE-2026-55040 among the vulnerabilities resolved by the release and identifies build 16.0.19725.20434 as the Subscription Edition security update package.

The immediate risk is straightforward: organizations that delayed July SharePoint patching now face a public exploit path and early signs of real-world probing. This is especially relevant for on-premises SharePoint Server environments, where internet exposure, reverse proxy design, identity integration, and farm hardening vary widely between organizations.

Security warning: Treat unpatched, externally reachable SharePoint Server systems as high priority. Authentication bypass vulnerabilities reduce the value of perimeter login controls and can give attackers a path into content, permissions, and other authenticated attack surface.

Why CVE-2026-55040 matters

Rapid7’s analysis describes the root issue as a failure in SharePoint’s JSON Web Token validation path. In practical terms, the attack chain can allow an unauthenticated remote attacker to forge a token and operate as a SharePoint site user or administrator, depending on what identity can be identified and impersonated.

That does not automatically mean every SharePoint deployment is already compromised. It does mean defenders should not evaluate this as a routine web application bug. SharePoint commonly holds sensitive files, workflow data, internal portals, project records, and identity-linked business content. A successful authentication bypass can quickly become a data access, privilege, persistence, or lateral movement problem.

The operational concern is also timing. CVE-2026-55040 was disclosed and patched in July, but public technical detail and exploit code can compress the window between “known vulnerability” and “commodity scanning.” That is the part administrators should take seriously even if exploitation volume is still described as limited.

Who is affected

Based on public vulnerability records and Microsoft’s July update guidance, affected products include supported on-premises SharePoint Server versions, including SharePoint Server Subscription Edition, SharePoint Server 2019, and SharePoint Enterprise Server 2016, before the relevant July 2026 security update levels.

  • Highest urgency: internet-facing SharePoint Server farms that have not installed the July 2026 security updates.
  • High urgency: internally reachable SharePoint farms exposed to large user populations, contractor networks, partner networks, VPN users, or unmanaged devices.
  • Still relevant: patched farms that have not completed post-update validation, PSConfig, AMSI review, logging review, or exposure reduction.

Technical summary

Rapid7 says the vulnerability involves multiple weaknesses in SharePoint’s JWT token validation pipeline. The disclosed chain centers on SharePoint service-to-service token parsing and validation logic, including how nested actor tokens, signing keys, issuers, and token signatures are handled.

The details matter because they describe a logic flaw rather than a simple missing patch banner or password attack. In the Rapid7 analysis, the attacker can craft token material that SharePoint accepts without the expected cryptographic assurance. Once accepted, the request can be treated as coming from a valid SharePoint identity.

Defender questionWhy it matters
Are all SharePoint servers patched?The July updates contain Microsoft’s fix path for CVE-2026-55040.
Was PSConfig completed?SharePoint updates often require farm configuration steps after binaries are installed.
Is SharePoint exposed directly?CISA recommends avoiding direct exposure unless necessary and placing servers behind application-layer controls.
Is AMSI enabled and configured?CISA recommends AMSI integration and full request-body scanning where feasible.
Have logs been reviewed?Authentication bypass attempts may require behavioral review, not just account lockout checks.

What administrators should do now

  1. Confirm patch level across every SharePoint server in the farm. Do not rely on one front-end server or a single update report. Confirm each server received the July 2026 SharePoint security update appropriate for its version.
  2. Verify post-update configuration. Confirm PSConfig or equivalent farm configuration tasks completed successfully after patch installation. A partially updated farm is not the same as a remediated farm.
  3. Reduce exposure. Avoid direct internet exposure where possible. If external access is required, place SharePoint behind a Layer 7 reverse proxy or equivalent application-layer control that can require authentication and inspect traffic.
  4. Review AMSI and Microsoft Defender coverage. CISA recommends enabling SharePoint AMSI integration and using Full Mode request body scanning where feasible.
  5. Hunt before assuming clean. Review SharePoint logs, IIS logs, authentication events, unexpected permission changes, suspicious worker-process activity, webshell indicators, and machine-key access.
  6. Document the farm state. Record build numbers, patch date, PSConfig completion, exposure model, AMSI setting, reverse proxy placement, and any compensating controls.

RavenHawkTech operational perspective: For SharePoint, “patched” should mean more than Windows Update ran once. The safer standard is patched, configured, validated, exposure-reviewed, and monitored. SharePoint farms are too important to trust to checkbox patching.

What remains unknown

As of this draft, public reporting does not clearly identify the actors behind the observed exploitation attempts or their final objectives. The available reporting also describes a limited number of observed attempts, which should not be mistaken for a complete measurement of exploitation activity across the internet.

The main uncertainty for individual organizations is local exposure. A fully patched and well-isolated SharePoint farm has a different risk profile than an unpatched internet-facing deployment. Administrators should make decisions from verified farm state, not from general assumptions about whether SharePoint is “internal.”

RavenHawkTech analysis

This incident is another reminder that enterprise collaboration platforms behave like high-value identity and data systems, not just document repositories. Once an authentication bypass exists, the attacker does not need to defeat the normal login experience in the way defenders expect. They need to make the application believe the request is already trusted.

The defensive lesson is not only “install patches faster.” That is necessary, but incomplete. The stronger lesson is to reduce the blast radius of collaboration platforms: limit unnecessary internet exposure, keep reverse proxy controls meaningful, harden farm communications, monitor privileged content operations, and make sure incident response plans include SharePoint-specific evidence sources.

For smaller teams and self-hosted operators, the takeaway is simple: if you run on-premises SharePoint, treat it like a tier-one system. Inventory it, patch it, validate it, and monitor it with the same seriousness as identity infrastructure.

Sources and further reading

Draft note for review: Before publishing, recheck Microsoft, CISA, Rapid7, and KEVIntel/telemetry sources for any change in exploitation status, indicators, affected versions, or mitigation guidance.