Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2020-1935

CVE-2020-1935: Apache Tomcat HTTP Smuggling Vulnerability

CVE-2020-1935 is an HTTP request smuggling flaw in Apache Tomcat caused by improper header parsing. This vulnerability can be exploited when Tomcat is behind certain reverse proxies. Learn about affected versions and fixes.

Published: March 4, 2026

CVE-2020-1935 Overview

CVE-2020-1935 is an HTTP Request Smuggling vulnerability affecting Apache Tomcat versions 9.0.0.M1 to 9.0.30, 8.5.0 to 8.5.50, and 7.0.0 to 7.0.99. The vulnerability stems from improper HTTP header parsing where the end-of-line parsing approach allowed certain invalid HTTP headers to be parsed as valid. When Apache Tomcat is deployed behind a reverse proxy that incorrectly handles malformed Transfer-Encoding headers, this parsing discrepancy can enable HTTP Request Smuggling attacks.

Critical Impact

HTTP Request Smuggling can allow attackers to bypass security controls, poison web caches, hijack user sessions, or access unauthorized resources when Tomcat is deployed behind a vulnerable reverse proxy configuration.

Affected Products

  • Apache Tomcat 9.0.0.M1 to 9.0.30
  • Apache Tomcat 8.5.0 to 8.5.50
  • Apache Tomcat 7.0.0 to 7.0.99
  • Debian Linux 8.0, 9.0, 10.0
  • Canonical Ubuntu Linux 16.04 LTS
  • openSUSE Leap 15.1
  • NetApp Data Availability Services
  • NetApp OnCommand System Manager
  • Multiple Oracle products including MySQL Enterprise Monitor, Agile PLM, Communications Element Manager

Discovery Timeline

  • 2020-02-24 - CVE-2020-1935 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-1935

Vulnerability Analysis

This vulnerability exists in the HTTP header parsing implementation within Apache Tomcat. The core issue lies in how Tomcat interprets end-of-line (EOL) sequences when processing HTTP request headers. The parsing logic was overly permissive, accepting certain malformed headers that should have been rejected according to HTTP specification standards.

HTTP Request Smuggling vulnerabilities exploit discrepancies between how different HTTP processors (such as a front-end reverse proxy and a back-end application server) interpret the boundaries between HTTP requests. When the front-end and back-end disagree on where one request ends and another begins, an attacker can inject malicious content that gets interpreted differently by each component.

The vulnerability requires a specific deployment architecture where Tomcat sits behind a reverse proxy that also exhibits non-standard parsing behavior for Transfer-Encoding headers. The advisory notes that finding a reverse proxy susceptible to this particular manipulation is considered unlikely, which contributes to the medium severity classification.

Root Cause

The root cause is an improper input validation issue (CWE-444: Inconsistent Interpretation of HTTP Requests) in the HTTP header parsing code. The end-of-line detection mechanism accepted invalid header formats that deviated from the HTTP specification (RFC 7230). This permissive parsing created an inconsistency between how Tomcat and potential front-end proxies interpret the same HTTP stream, enabling request smuggling when both components exhibit specific parsing behaviors.

Attack Vector

The attack requires network access to a Tomcat server deployed behind a reverse proxy with specific misconfiguration characteristics. An attacker crafts HTTP requests with malformed Transfer-Encoding headers designed to be interpreted differently by the reverse proxy and Tomcat.

The exploitation scenario involves sending a specially crafted request where the proxy sees one request boundary while Tomcat interprets a different boundary. This allows the attacker to smuggle a hidden request that bypasses the proxy's security controls but gets processed by Tomcat as a legitimate request.

The attack mechanism involves manipulating Transfer-Encoding header formatting with non-standard line terminators or spacing that triggers the parsing discrepancy. When successful, the smuggled request can be used to poison web caches, bypass access controls, or hijack other users' sessions by prepending malicious content to their requests.

Detection Methods for CVE-2020-1935

Indicators of Compromise

  • Unusual or malformed Transfer-Encoding headers in HTTP access logs with non-standard characters or formatting
  • HTTP requests containing multiple Content-Length or conflicting Transfer-Encoding/Content-Length header combinations
  • Unexpected HTTP requests appearing in application logs that don't correlate with front-end proxy logs
  • Cache poisoning evidence where cached responses don't match expected content

Detection Strategies

  • Implement deep packet inspection to identify HTTP requests with malformed or duplicated Transfer-Encoding headers
  • Deploy web application firewall (WAF) rules that detect HTTP request smuggling patterns including header manipulation attempts
  • Monitor for discrepancies between reverse proxy access logs and backend Tomcat access logs indicating request splitting
  • Use SentinelOne's network detection capabilities to identify anomalous HTTP traffic patterns

Monitoring Recommendations

  • Enable detailed HTTP request logging on both reverse proxy and Tomcat instances for correlation analysis
  • Configure alerts for HTTP 400 errors that may indicate malformed request rejections
  • Monitor for unusual patterns in session handling that could indicate session hijacking via request smuggling
  • Review Tomcat logs for requests that bypass expected authentication paths

How to Mitigate CVE-2020-1935

Immediate Actions Required

  • Upgrade Apache Tomcat to version 9.0.31 or later, 8.5.51 or later, or 7.0.100 or later
  • Review and harden reverse proxy configurations to ensure strict HTTP parsing compliance
  • Implement WAF rules to detect and block HTTP request smuggling attempts
  • Audit network architecture to identify all Tomcat instances potentially exposed behind reverse proxies

Patch Information

Apache Software Foundation has released patched versions that address this HTTP header parsing vulnerability. Organizations should upgrade to:

  • Apache Tomcat 9.0.31 or later for the 9.x branch
  • Apache Tomcat 8.5.51 or later for the 8.5.x branch
  • Apache Tomcat 7.0.100 or later for the 7.x branch

Additional security patches are available from distribution vendors including Debian Security DSA-4673, Debian Security DSA-4680, and Ubuntu Security Notice USN-4448-1. Oracle has also addressed this vulnerability in affected products through their Critical Patch Update July 2020, October 2020, and January 2021.

Workarounds

  • Configure the reverse proxy to normalize and strictly validate all HTTP headers before forwarding to Tomcat
  • Implement request header sanitization at the reverse proxy layer to reject requests with malformed Transfer-Encoding values
  • Consider deploying additional network segmentation to limit exposure of Tomcat instances
  • Enable HTTP/2 where possible, as this protocol is not susceptible to traditional HTTP request smuggling attacks
bash
# Example: Apache HTTP Server mod_headers configuration to sanitize headers
# Add to httpd.conf or virtual host configuration
RequestHeader unset Transfer-Encoding "expr=-z %{HTTP:Transfer-Encoding}"
RequestHeader edit Transfer-Encoding "^.*$" "chunked" "expr=%{HTTP:Transfer-Encoding} =~ /chunked/i"

# Alternatively, use mod_security rules to block suspicious patterns
# ModSecurity rule to detect request smuggling attempts
SecRule REQUEST_HEADERS:Transfer-Encoding "!^chunked$" \
    "id:1001,phase:1,deny,status:400,msg:'Invalid Transfer-Encoding header'"

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 Score4.8

  • EPSS Probability0.51%

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

  • Apache Tomcat User Thread

  • Apache Tomcat User Thread

  • Apache TomEE Commit Thread

  • Apache Tomcat User Thread

  • Apache Tomcat Dev Thread

  • Apache Tomcat User Thread

  • Apache TomEE Commit Thread

  • Apache Tomcat User Thread

  • Debian LTS Announcement

  • Debian LTS Announcement

  • NetApp Security Advisory

  • Ubuntu Security Notice

  • Debian Security DSA-4673

  • Debian Security DSA-4680

  • Oracle CPU January 2021 Alert

  • Oracle CPU July 2020 Alert

  • Oracle CPU October 2020 Alert
  • Vendor Resources
  • Apache Tomcat Announcement
  • Related CVEs
  • CVE-2026-32990: Apache Tomcat Input Validation Vulnerability

  • CVE-2026-29129: Apache Tomcat Cipher Order Vulnerability

  • CVE-2026-25854: Apache Tomcat Open Redirect Vulnerability

  • CVE-2026-24880: Apache Tomcat HTTP Smuggling 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