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-2023-46589

CVE-2023-46589: Apache Tomcat Request Smuggling Flaw

CVE-2023-46589 is an improper input validation vulnerability in Apache Tomcat that enables request smuggling attacks. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Published: February 11, 2026

CVE-2023-46589 Overview

CVE-2023-46589 is an Improper Input Validation vulnerability in Apache Tomcat that affects HTTP trailer header parsing. The vulnerability exists because Tomcat does not correctly parse HTTP trailer headers when a trailer header exceeds the configured header size limit. This parsing flaw can cause Tomcat to treat a single request as multiple requests, creating conditions for HTTP Request Smuggling attacks when the affected Tomcat instance is deployed behind a reverse proxy.

Critical Impact

HTTP Request Smuggling vulnerabilities can allow attackers to bypass security controls, poison web caches, hijack other users' sessions, and gain unauthorized access to sensitive data through request manipulation.

Affected Products

  • Apache Tomcat 11.0.0-M1 through 11.0.0-M10
  • Apache Tomcat 10.1.0-M1 through 10.1.15
  • Apache Tomcat 9.0.0-M1 through 9.0.82
  • Apache Tomcat 8.5.0 through 8.5.95
  • Older End-of-Life (EOL) versions may also be affected

Discovery Timeline

  • 2023-11-28 - CVE-2023-46589 published to NVD
  • 2025-08-07 - Last updated in NVD database

Technical Details for CVE-2023-46589

Vulnerability Analysis

This vulnerability stems from improper handling of HTTP trailer headers in Apache Tomcat's request parsing logic. HTTP trailer headers are metadata sent after the body of a chunked transfer-encoded message. When Tomcat receives a trailer header that exceeds the maximum header size limit, instead of properly rejecting or handling the oversized header, the parser incorrectly interprets portions of the request. This misinterpretation causes Tomcat to treat what was intended as a single HTTP request as multiple separate requests.

The impact is particularly severe in deployments where Tomcat operates behind a reverse proxy (such as Apache HTTP Server, nginx, or HAProxy). In such architectures, the proxy and Tomcat may interpret the same byte stream differently—the proxy sees one request while Tomcat processes multiple. This desynchronization creates the conditions for HTTP Request Smuggling attacks (CWE-444), allowing attackers to bypass security controls implemented at the proxy layer.

Root Cause

The root cause lies in Tomcat's HTTP request parsing implementation, specifically in how it handles chunked transfer encoding with trailer headers. The parser fails to properly validate and enforce header size limits for trailer headers, leading to incorrect boundary detection between HTTP requests. When an oversized trailer header is encountered, the parser's state machine enters an inconsistent state that causes request boundary misalignment.

Attack Vector

This vulnerability is exploitable over the network without requiring authentication or user interaction. An attacker can craft malicious HTTP requests with oversized trailer headers targeting a Tomcat server behind a reverse proxy. The attack exploits the parsing discrepancy between the front-end proxy and back-end Tomcat server.

The attack scenario involves:

  1. Attacker sends a specially crafted HTTP request with chunked transfer encoding containing an oversized trailer header
  2. The reverse proxy interprets this as a single valid request and forwards it to Tomcat
  3. Tomcat's flawed parser treats the trailer overflow as the beginning of a new request
  4. The "smuggled" portion of the request can bypass proxy-level security controls, poison caches, or hijack responses intended for other users

Since no verified proof-of-concept code is publicly available for this vulnerability, organizations should refer to the Apache Mailing List Thread for detailed technical information about the request smuggling mechanism.

Detection Methods for CVE-2023-46589

Indicators of Compromise

  • Unusual HTTP requests with excessively large trailer headers in access logs
  • Multiple rapid requests appearing to originate from a single connection where only one was expected
  • Cache poisoning incidents or users receiving responses intended for other sessions
  • Bypass of WAF or reverse proxy security rules without clear explanation

Detection Strategies

  • Monitor reverse proxy logs for requests with abnormally large Transfer-Encoding: chunked payloads or trailer sections
  • Implement intrusion detection rules that alert on HTTP requests with trailer headers exceeding normal thresholds
  • Compare request counts between reverse proxy and Tomcat access logs to identify request desynchronization
  • Deploy web application firewall rules specifically targeting HTTP request smuggling patterns

Monitoring Recommendations

  • Enable detailed access logging on both reverse proxy and Tomcat servers to facilitate log correlation analysis
  • Configure alerts for anomalous request patterns that may indicate smuggling attempts
  • Monitor for unexpected cache behavior or session anomalies that could indicate successful exploitation
  • Review security logs for any evidence of proxy bypass or unauthorized access attempts

How to Mitigate CVE-2023-46589

Immediate Actions Required

  • Upgrade Apache Tomcat to version 11.0.0-M11 or later for the 11.x branch
  • Upgrade Apache Tomcat to version 10.1.16 or later for the 10.1.x branch
  • Upgrade Apache Tomcat to version 9.0.83 or later for the 9.0.x branch
  • Upgrade Apache Tomcat to version 8.5.96 or later for the 8.5.x branch
  • If running End-of-Life versions, migrate to a supported release immediately

Patch Information

Apache has released patched versions that correctly handle HTTP trailer headers and enforce size limits properly. The fix addresses the parsing logic to ensure proper request boundary detection even when oversized trailer headers are received.

Refer to the Apache Mailing List Thread for official vendor advisory details. Additional security information is available from Openwall OSS Security, Debian LTS Announcement, and NetApp Security Advisory.

Workarounds

  • Configure reverse proxies to normalize and validate HTTP requests before forwarding to Tomcat
  • Implement strict header size limits at the reverse proxy level to reject requests with oversized headers
  • Consider disabling chunked transfer encoding at the proxy layer if not required for your application
  • Deploy a Web Application Firewall (WAF) with HTTP request smuggling detection capabilities
bash
# Example: Limit header size in nginx reverse proxy configuration
# Add to nginx server or location block
large_client_header_buffers 4 8k;
client_header_buffer_size 1k;

# Ensure HTTP/1.1 is used consistently between proxy and backend
proxy_http_version 1.1;

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechApache Tomcat

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability56.30%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-444
  • Technical References
  • Openwall OSS Security Update

  • Debian LTS Announcement

  • NetApp Security Advisory
  • Vendor Resources
  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2025-55754: Apache Tomcat ANSI Escape Injection Flaw

  • CVE-2025-49124: Apache Tomcat Untrusted Search Path Flaw

  • CVE-2023-45648: Apache Tomcat Request Smuggling Flaw

  • CVE-2023-41080: Apache Tomcat Open Redirect Vulnerability
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