The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-43512

CVE-2026-43512: Apache Tomcat Auth Bypass Vulnerability

CVE-2026-43512 is an authentication bypass flaw in Apache Tomcat's digest authentication that allows attackers to circumvent security controls. This article covers the technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-43512 Overview

CVE-2026-43512 is an authentication bypass vulnerability affecting the digest authentication implementation in Apache Tomcat. The flaw lets unauthenticated attackers bypass digest authentication checks over the network without user interaction, exposing protected resources to compromise. The issue affects Apache Tomcat 11.0.0-M1 through 11.0.21, 10.1.0-M1 through 10.1.54, 9.0.0.M1 through 9.0.117, 8.5.0 through 8.5.100, and versions before 7.0.0. Older unsupported branches may also be affected. The Apache Tomcat project recommends upgrading to 11.0.22, 10.1.55, or 9.0.118, which contain the fix. The Common Weakness Enumeration classification is [CWE-592] (Authentication Bypass Issues).

Critical Impact

Network-reachable attackers can bypass digest authentication on affected Tomcat servers without credentials, compromising confidentiality, integrity, and availability of protected applications.

Affected Products

  • Apache Tomcat 11.0.0-M1 through 11.0.21
  • Apache Tomcat 10.1.0-M1 through 10.1.54
  • Apache Tomcat 9.0.0.M1 through 9.0.117, and 8.5.0 through 8.5.100

Discovery Timeline

  • 2026-05-12 - CVE-2026-43512 published to NVD
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2026-43512

Vulnerability Analysis

The vulnerability resides in Apache Tomcat's digest authentication handler, which validates HTTP Authorization: Digest headers presented by clients. Digest authentication is a challenge-response scheme defined in RFC 7616, requiring the client to prove knowledge of a credential by combining it with a server-issued nonce and hashing the result. When the validation logic fails to enforce all required parameters or accepts malformed values, an attacker can craft a request that passes the authentication check without possessing valid credentials. The result is unauthenticated access to resources that the application server expects to be protected by digest authentication.

The issue is reachable over the network on any Tomcat connector exposing applications that rely on digest authentication. Exploitation does not require user interaction or elevated privileges, and successful abuse yields the privileges of the authenticated identity the attacker impersonates.

Root Cause

The root cause is improper verification of the digest authentication response, mapped to [CWE-592]. The authentication routine returns a successful state along a code path where one or more critical inputs — such as the nonce, qop value, nc counter, or computed response hash — are not validated against the expected server-side state. This allows attacker-supplied values to satisfy the check without producing a cryptographically correct response derived from a real password.

Attack Vector

An unauthenticated remote attacker sends a crafted HTTP request with a manipulated Authorization: Digest header to a Tomcat endpoint that uses digest authentication. The malformed or replayed digest values bypass the verification logic, and Tomcat treats the request as authenticated. The attacker then accesses protected servlets, JSP resources, manager interfaces, or APIs configured with the DigestAuthenticator realm. No specific code example is published for this advisory. See the Apache Mailing List Discussion and the OpenWall OSS Security Update for technical details.

Detection Methods for CVE-2026-43512

Indicators of Compromise

  • HTTP requests containing Authorization: Digest headers with missing, empty, or repeated nonce, nc, or response fields reaching Tomcat connectors.
  • Successful access log entries (HTTP 200/302) on resources protected by digest authentication without preceding 401 challenge round trips.
  • Authentication success events for user principals that did not perform a corresponding interactive login.
  • Unexpected access to administrative paths such as /manager/html or /host-manager/ from external source addresses.

Detection Strategies

  • Inspect localhost_access_log and reverse proxy logs for digest-authenticated requests that lack a paired 401 Unauthorized challenge from the same client session.
  • Alert on HTTP requests where the Authorization header value deviates from RFC 7616 structure, including duplicated parameters or absent response tokens.
  • Correlate Tomcat realm authentication success events with source IP reputation and geolocation to surface anomalous logins.

Monitoring Recommendations

  • Enable verbose logging on org.apache.catalina.authenticator.DigestAuthenticator to capture nonce issuance and validation outcomes.
  • Forward Tomcat access and catalina logs to a centralized SIEM with parsing rules for digest authentication fields.
  • Monitor for spikes in authenticated traffic to applications that historically receive low request volumes.

How to Mitigate CVE-2026-43512

Immediate Actions Required

  • Upgrade to Apache Tomcat 11.0.22, 10.1.55, or 9.0.118 on all affected servers, including non-production environments.
  • Inventory all Tomcat instances and identify applications configured with <auth-method>DIGEST</auth-method> in web.xml.
  • Restrict network exposure of management interfaces to trusted administrative networks until patching is complete.
  • Rotate credentials for any accounts that may have been exposed through digest-protected endpoints.

Patch Information

The Apache Tomcat project has released fixed versions 11.0.22, 10.1.55, and 9.0.118. Tomcat 8.5.x and 7.x are end-of-life and will not receive patches; migrate workloads on these branches to a supported version. Patch details are available in the Apache Mailing List Discussion.

Workarounds

  • Switch the application authentication method from DIGEST to BASIC over TLS or to FORM with a hardened login flow until the patch is applied.
  • Place an authenticating reverse proxy in front of Tomcat to terminate authentication before requests reach the affected handler.
  • Apply network ACLs to limit access to Tomcat connectors that serve digest-protected applications.
bash
# Configuration example: disable digest authentication in web.xml
# Replace the <login-config> block with BASIC over HTTPS
<login-config>
  <auth-method>BASIC</auth-method>
  <realm-name>Protected Area</realm-name>
</login-config>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache Tomcat

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-592
  • Technical References
  • OpenWall OSS Security Update
  • Vendor Resources
  • Apache Mailing List Discussion
  • Related CVEs
  • CVE-2026-43513: Apache Tomcat Auth Bypass Vulnerability

  • CVE-2026-43515: Apache Tomcat Auth Bypass Vulnerability

  • CVE-2026-34500: Apache Tomcat Auth Bypass Vulnerability

  • CVE-2026-34486: Apache Tomcat Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English