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

CVE-2023-45648: Apache Tomcat Request Smuggling Flaw

CVE-2023-45648 is a request smuggling vulnerability in Apache Tomcat caused by improper parsing of HTTP trailer headers. Attackers can exploit this to treat single requests as multiple requests. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 11, 2026

CVE-2023-45648 Overview

CVE-2023-45648 is an Improper Input Validation vulnerability affecting Apache Tomcat, one of the most widely deployed Java application servers. The vulnerability exists in Tomcat's HTTP trailer header parsing mechanism, where specially crafted, invalid trailer headers are not correctly processed. This parsing flaw can cause Tomcat to interpret a single HTTP request as multiple separate requests, creating the conditions for HTTP request smuggling attacks when the server operates behind a reverse proxy.

Request smuggling vulnerabilities are particularly concerning in modern web architectures where reverse proxies, load balancers, and CDNs sit in front of application servers. The discrepancy in how the front-end proxy and back-end Tomcat server interpret malformed requests can allow attackers to bypass security controls, access unauthorized resources, or poison web caches.

Critical Impact

This vulnerability enables HTTP request smuggling attacks that can bypass security controls, poison web caches, and facilitate unauthorized access when Apache Tomcat is deployed behind a reverse proxy. Organizations using affected Tomcat versions in proxy-based architectures should prioritize patching.

Affected Products

  • Apache Tomcat 11.0.0-M1 through 11.0.0-M11
  • Apache Tomcat 10.1.0-M1 through 10.1.13
  • Apache Tomcat 9.0.0-M1 through 9.0.81
  • Apache Tomcat 8.5.0 through 8.5.93
  • Debian Linux 10.0, 11.0, and 12.0

Discovery Timeline

  • 2023-10-10 - CVE-2023-45648 published to NVD
  • 2025-08-07 - Last updated in NVD database

Technical Details for CVE-2023-45648

Vulnerability Analysis

The vulnerability stems from improper handling of HTTP trailer headers in Apache Tomcat's request parsing logic. HTTP trailers, defined in RFC 7230, are headers that appear after the message body in chunked transfer encoding. They allow metadata to be sent after the body content is transmitted, which is useful when the metadata value isn't known until the body is fully generated.

When Tomcat receives a malformed trailer header, the parser fails to properly validate and reject the invalid input. Instead of treating the malformed data as an error condition, the parser's state machine becomes desynchronized, causing subsequent data to be interpreted as the beginning of a new request. This request boundary confusion is the fundamental mechanism behind HTTP request smuggling attacks.

In deployments where Apache Tomcat operates behind a reverse proxy (such as nginx, Apache HTTP Server, or HAProxy), the front-end proxy and Tomcat may interpret the same byte stream differently. An attacker can craft a request that the proxy sees as one request but Tomcat interprets as two separate requests. The "smuggled" second request can then be prepended to another user's legitimate request, enabling various attack scenarios.

Root Cause

The root cause is classified as CWE-20 (Improper Input Validation). Tomcat's HTTP trailer header parser does not adequately validate the structure and format of incoming trailer headers according to HTTP specifications. When encountering invalid trailer syntax, the parser fails to properly terminate request processing or sanitize the input, allowing malformed data to influence subsequent request boundary detection. This insufficient validation creates ambiguity in where one request ends and another begins.

Attack Vector

This vulnerability is exploitable over the network without requiring authentication or user interaction. The attack vector requires the target Apache Tomcat instance to be deployed behind a reverse proxy, which is a common production configuration for load balancing, SSL termination, and security filtering.

An attacker exploits this vulnerability by sending specially crafted HTTP requests with malformed trailer headers to the front-end proxy. The proxy forwards the request to Tomcat, which misparses the trailer headers and interprets portions of the request as the beginning of a subsequent request. This smuggled request can:

  • Bypass access controls enforced by the front-end proxy
  • Hijack other users' requests by prepending malicious content
  • Poison web caches with attacker-controlled responses
  • Access restricted endpoints that should only be reachable from internal networks

The attack is particularly effective because the front-end proxy has no indication that Tomcat is interpreting the request differently, making detection challenging without deep packet inspection.

Detection Methods for CVE-2023-45648

Indicators of Compromise

  • Unusual patterns in web server access logs showing requests to endpoints that should be blocked by proxy rules
  • HTTP response codes that don't match expected proxy behavior, particularly 400-series errors from Tomcat reaching clients
  • Cache poisoning incidents where cached responses contain unexpected content
  • Log entries showing malformed or unusually structured HTTP trailer headers

Detection Strategies

  • Implement deep packet inspection to identify HTTP requests with malformed trailer header structures
  • Monitor for discrepancies between proxy access logs and Tomcat access logs indicating request interpretation differences
  • Deploy web application firewalls (WAF) with rules to detect HTTP request smuggling techniques, including CL.TE and TE.CL variants
  • Enable detailed logging on both reverse proxy and Tomcat to correlate request patterns and identify boundary interpretation issues

Monitoring Recommendations

  • Audit Apache Tomcat version information across all environments and flag instances running vulnerable versions
  • Configure alerts for unusual request patterns such as multiple Transfer-Encoding headers or malformed chunked encoding
  • Monitor for sudden increases in authentication bypass attempts or access to restricted resources
  • Review web cache hit ratios and content integrity to detect potential cache poisoning

How to Mitigate CVE-2023-45648

Immediate Actions Required

  • Upgrade Apache Tomcat to patched versions: 11.0.0-M12 or later, 10.1.14 or later, 9.0.82 or later, or 8.5.94 or later
  • Inventory all Tomcat deployments including development, staging, and production environments to ensure comprehensive patching
  • Review reverse proxy configurations to ensure consistent request parsing behavior
  • Apply Debian security updates if running Tomcat on Debian Linux 10.0, 11.0, or 12.0

Patch Information

Apache has released patched versions that correctly parse HTTP trailer headers and reject malformed input. Users should upgrade to the following versions:

  • Tomcat 11.x: Upgrade to version 11.0.0-M12 or later
  • Tomcat 10.1.x: Upgrade to version 10.1.14 or later
  • Tomcat 9.0.x: Upgrade to version 9.0.82 or later
  • Tomcat 8.5.x: Upgrade to version 8.5.94 or later

For additional details, refer to the Apache Mailing List Thread. Debian users should also consult Debian Security Advisory DSA-5521 and DSA-5522 for distribution-specific updates.

Workarounds

  • Configure reverse proxies to normalize and strictly validate HTTP requests before forwarding to Tomcat, rejecting requests with malformed headers
  • Implement request filtering at the proxy layer to block chunked transfer encoding with trailer headers if not required by applications
  • Deploy a Web Application Firewall (WAF) with HTTP request smuggling detection capabilities
  • Consider temporarily restricting direct access to Tomcat, ensuring all traffic flows through validated proxy paths
bash
# Example: Verify Tomcat version to check vulnerability status
cd $CATALINA_HOME
./bin/version.sh | grep "Server version"

# Expected output for patched version (example for 9.x):
# Server version: Apache Tomcat/9.0.82

# Check running Tomcat processes for version
ps aux | grep tomcat | grep -v grep

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

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.73%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20

  • NVD-CWE-Other
  • Technical References
  • Openwall OSS-Security Update

  • Debian LTS Announcement

  • NetApp Security Advisory

  • Debian Security Advisory DSA-5521

  • Debian Security Advisory DSA-5522
  • 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-46589: 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