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-43514

CVE-2026-43514: Apache Tomcat Timing Attack Vulnerability

CVE-2026-43514 is an observable timing discrepancy vulnerability in Apache Tomcat that affects AJP secret comparison, potentially exposing sensitive information. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-43514 Overview

CVE-2026-43514 is an Observable Timing Discrepancy vulnerability [CWE-208] in Apache Tomcat affecting the comparison routine used for the Apache JServ Protocol (AJP) secret. The flaw allows a remote attacker to infer information about the configured AJP secret by measuring response time variations during repeated comparison attempts. The vulnerability affects Apache Tomcat versions 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 7.0.0 through 7.0.109. Older unsupported releases may also be affected. Apache addressed the issue in versions 11.0.22, 10.1.55, and 9.0.118.

Critical Impact

A network-based attacker can use timing-based side-channel analysis to incrementally recover the AJP shared secret, potentially enabling unauthenticated proxying through the AJP connector.

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, 8.5.0 through 8.5.100, and 7.0.0 through 7.0.109

Discovery Timeline

  • 2026-05-12 - CVE-2026-43514 published to NVD
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2026-43514

Vulnerability Analysis

The vulnerability is a classic side-channel weakness categorized under [CWE-208] (Observable Timing Discrepancy). When Tomcat's AJP connector validates an incoming request's secret attribute, the comparison routine returns as soon as a non-matching byte is encountered. The time required to reject a candidate value therefore correlates with how many leading bytes were correct.

An attacker who can send AJP requests can measure these response time differences across many trials. By iterating candidate bytes and observing which produces the slowest rejection, the attacker incrementally reconstructs the secret. Once the secret is recovered, the attacker can submit forged AJP requests that bypass the authentication check intended to restrict access to the AJP connector.

Successful exploitation is constrained by network jitter and the limited confidentiality impact reflected in the EPSS data, which places the likelihood of observed exploitation in a low range. However, environments exposing the AJP port (default 8009) to untrusted networks face the highest risk.

Root Cause

The AJP secret comparison did not use a constant-time algorithm. Standard byte-by-byte equality checks short-circuit on the first mismatch, leaking ordering information through measurable timing variations.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. The attacker must be able to reach the AJP connector and collect a large number of timing samples to overcome network noise, which contributes to the high attack complexity assessment for this issue.

No public proof-of-concept exploit code is available for CVE-2026-43514. Technical detail is documented in the Apache mailing list announcement and the OpenWall OSS-Security post.

Detection Methods for CVE-2026-43514

Indicators of Compromise

  • High volumes of AJP requests originating from a single source IP targeting TCP port 8009 or the configured AJP port.
  • Sequences of AJP requests carrying systematically varied secret values with otherwise identical structure.
  • Repeated AJP authentication failures logged by the connector over a short interval.

Detection Strategies

  • Inspect AJP connector logs for repeated failed secret validations from the same client.
  • Apply network-level rules that flag external traffic reaching the AJP port, which is intended for internal reverse-proxy use.
  • Correlate AJP request rates with backend latency anomalies that could indicate timing measurement campaigns.

Monitoring Recommendations

  • Forward Tomcat catalina.out and access logs to a centralized SIEM or data lake for retention and analytics.
  • Alert on unusual AJP request volume or unfamiliar client IPs interacting with the AJP connector.
  • Track Tomcat version inventory across hosts to verify patch status against the fixed releases.

How to Mitigate CVE-2026-43514

Immediate Actions Required

  • Upgrade Apache Tomcat to version 11.0.22, 10.1.55, or 9.0.118 as appropriate for your deployment.
  • Identify any Tomcat 8.5.x or 7.0.x instances still in production and migrate to a supported, patched branch.
  • Restrict the AJP connector to loopback or trusted internal interfaces using address="127.0.0.1" on the Connector element.
  • Disable the AJP connector entirely if it is not required by the deployment architecture.

Patch Information

Apache published fixes in Tomcat 11.0.22, 10.1.55, and 9.0.118. Refer to the Apache Tomcat security advisory thread for the official remediation guidance.

Workarounds

  • Bind the AJP connector to a private network interface and block external access to the AJP port at the firewall.
  • Use long, high-entropy values for the AJP secret to increase the cost of timing-based recovery until patching is complete.
  • Place a reverse proxy in front of Tomcat that enforces HTTP-only access and terminates AJP traffic at a trusted boundary.
bash
# Configuration example - restrict AJP connector in server.xml
<Connector protocol="AJP/1.3"
           address="127.0.0.1"
           port="8009"
           secretRequired="true"
           secret="REPLACE_WITH_LONG_RANDOM_VALUE"
           redirectPort="8443" />

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechApache Tomcat

  • SeverityLOW

  • CVSS Score3.7

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-208
  • Technical References
  • OpenWall OSS Security Post
  • Vendor Resources
  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2026-42498: Apache Tomcat Information Disclosure Flaw

  • CVE-2026-34487: Apache Tomcat Information Disclosure Flaw

  • CVE-2026-29146: Apache Tomcat Padding Oracle Vulnerability

  • CVE-2023-28708: Apache Tomcat Info Disclosure 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