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
    • 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-34500

CVE-2026-34500: Apache Tomcat Auth Bypass Vulnerability

CVE-2026-34500 is an authentication bypass flaw in Apache Tomcat affecting CLIENT_CERT authentication when FFM is used. This article covers the technical details, affected versions, impact, and mitigation steps.

Published: April 9, 2026

CVE-2026-34500 Overview

CVE-2026-34500 is an authentication bypass vulnerability in Apache Tomcat affecting the CLIENT_CERT authentication mechanism. When soft fail is disabled and the Foreign Function Memory (FFM) API is used, CLIENT_CERT authentication does not fail as expected in certain scenarios, potentially allowing unauthorized access to protected resources.

This vulnerability impacts Apache Tomcat versions across three major branches: 11.0.0-M14 through 11.0.20, 10.1.22 through 10.1.53, and 9.0.92 through 9.0.116. Organizations relying on client certificate authentication for securing sensitive applications should evaluate their exposure immediately.

Critical Impact

Authentication bypass in CLIENT_CERT scenarios could allow unauthorized users to access protected resources when soft fail is disabled and FFM is in use.

Affected Products

  • Apache Tomcat 11.0.0-M14 through 11.0.20
  • Apache Tomcat 10.1.22 through 10.1.53
  • Apache Tomcat 9.0.92 through 9.0.116

Discovery Timeline

  • 2026-04-09 - CVE CVE-2026-34500 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-34500

Vulnerability Analysis

This vulnerability exists within Apache Tomcat's CLIENT_CERT authentication handling when specific conditions are met. The authentication mechanism fails to properly validate client certificates under certain scenarios when two conditions coincide: soft fail mode is disabled in the SSL/TLS configuration, and the application uses the Foreign Function Memory (FFM) API introduced in newer Java versions.

Under normal operation, when a client fails to present a valid certificate during CLIENT_CERT authentication, the connection should be rejected. However, this vulnerability causes the authentication process to succeed unexpectedly in certain edge cases, bypassing the intended security controls.

The issue appears to be related to how the FFM API interacts with the native SSL implementation and the error handling paths within Tomcat's authentication framework. When soft fail is explicitly disabled (meaning the server should strictly enforce certificate requirements), the expected failure condition is not properly triggered.

Root Cause

The root cause stems from improper error handling in the CLIENT_CERT authentication flow when using the Foreign Function Memory (FFM) API. The FFM-based SSL implementation does not correctly propagate certificate validation failures to the authentication layer when soft fail is disabled, causing the authentication check to pass when it should fail.

Attack Vector

An attacker could exploit this vulnerability by connecting to a Tomcat server that uses CLIENT_CERT authentication with soft fail disabled and FFM enabled. By presenting an invalid, expired, or missing client certificate, the attacker may bypass authentication controls and gain unauthorized access to protected resources.

The attack requires:

  1. Target Tomcat server using CLIENT_CERT authentication
  2. Soft fail mode explicitly disabled in the connector configuration
  3. FFM API enabled (typically through Java 21+ with native memory access)
  4. Network access to the affected Tomcat instance

For technical details and discussion, refer to the Apache Security Discussion Thread.

Detection Methods for CVE-2026-34500

Indicators of Compromise

  • Successful authentication events for users who should have been rejected due to certificate failures
  • Authentication logs showing access granted without corresponding valid certificate presentation
  • Unusual access patterns to CLIENT_CERT protected resources from unexpected sources
  • SSL handshake logs showing certificate validation anomalies

Detection Strategies

  • Review authentication logs for CLIENT_CERT protected applications to identify unexpected successful authentications
  • Monitor for access to protected resources from clients that historically failed certificate validation
  • Implement additional logging around SSL/TLS certificate validation events
  • Cross-reference application access logs with certificate validation results

Monitoring Recommendations

  • Enable detailed SSL/TLS debugging (javax.net.debug=ssl,handshake) in non-production environments to understand authentication behavior
  • Configure Tomcat access logging to capture client certificate details for audit purposes
  • Implement alerts for authentication anomalies on CLIENT_CERT protected endpoints
  • Monitor Java process for FFM API usage patterns in conjunction with SSL operations

How to Mitigate CVE-2026-34500

Immediate Actions Required

  • Upgrade Apache Tomcat to version 11.0.21, 10.1.54, or 9.0.117 depending on your branch
  • If immediate upgrade is not possible, consider temporarily enabling soft fail mode or disabling FFM as a workaround
  • Audit access logs for any unauthorized access that may have occurred during the vulnerable period
  • Review and validate all CLIENT_CERT authentication configurations

Patch Information

Apache has released patched versions that fix this authentication bypass:

Affected BranchFixed Version
Tomcat 11.x11.0.21
Tomcat 10.1.x10.1.54
Tomcat 9.0.x9.0.117

Users are strongly recommended to upgrade to the fixed versions immediately. For additional information, see the Apache Security Discussion Thread.

Workarounds

  • Temporarily enable soft fail mode in the SSL connector configuration until patches can be applied
  • Disable FFM usage by not enabling the --enable-native-access JVM flag if not strictly required
  • Implement additional authentication layers (e.g., application-level authentication) for critical resources
  • Use network-level access controls to limit exposure of CLIENT_CERT protected endpoints
bash
# Verify current Tomcat version
./catalina.sh version

# Check if FFM is enabled in Java process
jcmd <pid> VM.flags | grep -i "enable-native-access"

# Review SSL connector configuration for clientAuth settings
grep -r "clientAuth" $CATALINA_HOME/conf/server.xml

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

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Apache Security Discussion Thread
  • Related CVEs
  • CVE-2026-34486: Apache Tomcat Auth Bypass Vulnerability

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

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

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

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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