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

CVE-2026-42498: Apache Tomcat Information Disclosure Flaw

CVE-2026-42498 is an information disclosure vulnerability in Apache Tomcat that exposes HTTP authentication headers during WebSocket authentication. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-42498 Overview

CVE-2026-42498 is an information disclosure vulnerability in Apache Tomcat. The flaw exposes the HTTP Authorization header to unexpected hosts during WebSocket authentication. When Tomcat's WebSocket client follows redirects, it can forward authentication credentials to hosts other than the originally requested target, leaking sensitive credentials to third parties.

The issue affects Apache Tomcat 11.0.0-M1 through 11.0.21, 10.1.0-M1 through 10.1.54, 9.0.2 through 9.0.117, 8.5.24 through 8.5.100, and 7.0.83 through 7.0.109. Fixed versions are 11.0.22, 10.1.55, and 9.0.118. The 8.5.x and 7.0.x branches have reached end of life.

Critical Impact

WebSocket clients in vulnerable Tomcat versions can leak HTTP authentication credentials to unintended hosts, enabling credential theft and downstream account compromise.

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.2 through 9.0.117
  • Apache Tomcat 8.5.24 through 8.5.100 and 7.0.83 through 7.0.109 (end-of-life branches)

Discovery Timeline

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

Technical Details for CVE-2026-42498

Vulnerability Analysis

The vulnerability resides in the Apache Tomcat WebSocket client implementation. When establishing a WebSocket connection that requires HTTP authentication, the client constructs an Authorization header for the target host. If the server responds with an HTTP redirect, the client follows that redirect and reattaches the Authorization header — even when the redirect points to a different host.

The Common Weakness Enumeration classifies this as Exposure of Sensitive Information to an Unauthorized Actor [CWE-200]. Credentials intended for one server are transmitted to an attacker-controlled or otherwise untrusted host. The exposed material can include HTTP Basic credentials, bearer tokens, or other secrets carried in the Authorization header.

Exploitation has network attack vector characteristics and does not require authentication or user interaction. Confidentiality, integrity, and availability impacts are rated low because the leak is limited to credentials present in the WebSocket handshake.

Root Cause

The root cause is missing host validation during redirect handling in the WebSocket client. The client retains and replays the Authorization header across the redirect chain rather than stripping it when the redirect target differs from the original host. This breaks the implicit trust boundary tied to the host the credentials were issued for.

Attack Vector

An attacker who controls a server reachable by a Tomcat WebSocket client, or who can manipulate DNS or network routing to a target server, can return an HTTP redirect pointing to a host they control. The Tomcat WebSocket client then connects to the attacker's host and presents the original Authorization header. The attacker captures the credential and replays it against the legitimate service.

The vulnerability is exploitable whenever applications running on Tomcat use the WebSocket client API to connect to remote endpoints that may issue redirects. Server-side WebSocket endpoints are not affected by this specific flaw.

No public proof-of-concept code is currently available. See the Apache Mailing List Thread for the official technical description.

Detection Methods for CVE-2026-42498

Indicators of Compromise

  • Outbound WebSocket connections from Tomcat application servers to unexpected external hosts following an HTTP 3xx redirect
  • HTTP requests containing Authorization headers sent to domains outside the application's documented integration list
  • Application logs showing redirect chains in WebSocket handshake exchanges that cross host boundaries

Detection Strategies

  • Inventory all Tomcat instances and compare installed versions against the fixed releases (11.0.22, 10.1.55, 9.0.118)
  • Audit application code for use of jakarta.websocket.ContainerProvider or javax.websocket.ContainerProvider client APIs that connect to remote endpoints
  • Inspect egress proxy logs for WebSocket upgrade requests carrying Authorization headers destined for hosts outside an allowlist

Monitoring Recommendations

  • Capture and analyze TLS-inspected egress traffic from Java application servers for cross-host credential replay during WebSocket handshakes
  • Alert on HTTP 301, 302, 307, and 308 responses received by Tomcat-based WebSocket clients
  • Rotate any credentials known to have been used in WebSocket client flows on vulnerable Tomcat builds after patching

How to Mitigate CVE-2026-42498

Immediate Actions Required

  • Upgrade Apache Tomcat to 11.0.22, 10.1.55, or 9.0.118 as soon as feasible
  • Migrate workloads off the 8.5.x and 7.0.x branches, which are end of life and will not receive fixes
  • Rotate credentials used by WebSocket clients running on vulnerable Tomcat versions if exposure is suspected

Patch Information

The Apache Tomcat project addressed the issue in versions 11.0.22, 10.1.55, and 9.0.118. The fix prevents the WebSocket client from forwarding the Authorization header across redirects that target a different host. Release details are available in the Apache Mailing List Thread and the OpenWall OSS Security Update.

Workarounds

  • Restrict outbound network access from Tomcat servers to an allowlist of trusted WebSocket endpoints
  • Avoid following redirects in custom WebSocket client code, or strip the Authorization header before reissuing requests to a new host
  • Use short-lived tokens rather than long-lived credentials in Authorization headers for WebSocket flows
bash
# Verify installed Apache Tomcat version
$CATALINA_HOME/bin/version.sh | grep "Server number"

# Example egress allowlist enforcement (iptables, restrict to trusted host)
iptables -A OUTPUT -p tcp -m owner --uid-owner tomcat -d trusted-ws.example.com --dport 443 -j ACCEPT
iptables -A OUTPUT -p tcp -m owner --uid-owner tomcat -j REJECT

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

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-200
  • Technical References
  • OpenWall OSS Security Update
  • Vendor Resources
  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2026-43514: Apache Tomcat Timing Attack Vulnerability

  • 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