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-2025-65114

CVE-2025-65114: Apache Traffic Server DoS Vulnerability

CVE-2025-65114 is a denial of service flaw in Apache Traffic Server caused by request smuggling when chunked messages are malformed. This article covers the technical details, affected versions, and mitigation steps.

Published: April 2, 2026

CVE-2025-65114 Overview

Apache Traffic Server allows request smuggling if chunked messages are malformed. This vulnerability affects Apache Traffic Server versions 9.0.0 through 9.2.12 and versions 10.0.0 through 10.1.1. HTTP Request Smuggling vulnerabilities can allow attackers to bypass security controls, poison web caches, and gain unauthorized access to sensitive data by exploiting discrepancies in how front-end and back-end servers parse HTTP requests.

Critical Impact

Attackers can exploit malformed chunked encoding to smuggle malicious requests through Apache Traffic Server, potentially bypassing security controls and accessing protected resources.

Affected Products

  • Apache Traffic Server 9.0.0 through 9.2.12
  • Apache Traffic Server 10.0.0 through 10.1.1

Discovery Timeline

  • 2026-04-02 - CVE CVE-2025-65114 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2025-65114

Vulnerability Analysis

This vulnerability is classified under CWE-444 (Inconsistent Interpretation of HTTP Requests), commonly known as HTTP Request Smuggling. The flaw exists in how Apache Traffic Server processes chunked transfer encoding in HTTP requests. When malformed chunked messages are received, the server fails to properly validate and parse the chunk sizes and boundaries, creating a discrepancy between how the proxy interprets the request and how backend servers process it.

The vulnerability allows network-based attacks without requiring authentication or user interaction. An attacker can craft specially malformed chunked HTTP requests that cause Apache Traffic Server to interpret the message boundaries differently than downstream servers, enabling request smuggling attacks that can bypass security controls, hijack user sessions, or poison web caches.

Root Cause

The root cause lies in Apache Traffic Server's inadequate validation of chunked transfer encoding format in HTTP requests. When processing chunked messages, the server does not properly enforce RFC 7230 compliance for chunk size parsing and message termination. This inconsistent handling allows attackers to craft ambiguous requests that are interpreted differently by the proxy and backend servers, creating the conditions necessary for request smuggling.

Attack Vector

The attack is conducted over the network without requiring any privileges or user interaction. An attacker sends specially crafted HTTP requests with malformed chunked encoding to Apache Traffic Server. The malformed chunks exploit parsing differences between the Traffic Server proxy and backend servers. By manipulating chunk boundaries, attackers can prepend malicious content to subsequent requests, effectively "smuggling" unauthorized requests through the proxy layer.

Common exploitation scenarios include:

  • Cache poisoning by injecting malicious responses
  • Request hijacking to steal credentials or session tokens
  • Bypassing security controls such as WAFs and access restrictions
  • Credential theft through cross-user request manipulation

Detection Methods for CVE-2025-65114

Indicators of Compromise

  • Unusual HTTP requests with malformed or invalid chunked transfer encoding headers
  • Log entries showing parsing errors or inconsistencies in chunk size processing
  • Unexpected responses being served from cache that don't match legitimate requests
  • Backend servers receiving requests that weren't logged by the Traffic Server proxy

Detection Strategies

  • Monitor HTTP access logs for requests with malformed Transfer-Encoding: chunked headers
  • Implement deep packet inspection rules to detect anomalous chunked encoding patterns
  • Deploy web application firewall rules specifically targeting HTTP request smuggling techniques
  • Correlate request logs between Apache Traffic Server and backend servers to identify smuggled requests

Monitoring Recommendations

  • Enable verbose logging on Apache Traffic Server to capture detailed request parsing information
  • Set up alerts for HTTP 400 errors that may indicate malformed request attempts
  • Monitor for cache poisoning indicators such as unexpected content being served to users
  • Regularly audit proxy-to-backend communication for request/response mismatches

How to Mitigate CVE-2025-65114

Immediate Actions Required

  • Upgrade Apache Traffic Server to version 9.2.13 or 10.1.2 immediately
  • Review access logs for signs of exploitation attempts before patching
  • Implement additional request validation at the web application firewall level
  • Consider temporarily disabling chunked transfer encoding if operationally feasible

Patch Information

Apache has released patched versions that address this vulnerability. Users running affected versions should upgrade to:

  • Version 9.2.13 for the 9.x branch
  • Version 10.1.2 for the 10.x branch

For more information, refer to the Apache Security Discussion Thread.

Workarounds

  • Deploy a properly configured reverse proxy or WAF in front of Apache Traffic Server to normalize HTTP requests
  • Implement strict HTTP request validation rules that reject malformed chunked encoding
  • Consider using HTTP/2 end-to-end where possible, as request smuggling primarily affects HTTP/1.1
  • Enforce connection timeouts to limit the window for smuggling attacks
bash
# Configuration example
# Verify Apache Traffic Server version
traffic_server -V

# Example: Restart Traffic Server after upgrade
sudo systemctl restart trafficserver

# Monitor logs for suspicious chunked encoding requests
tail -f /var/log/trafficserver/squid.log | grep -i "chunk"

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechApache Traffic Server

  • SeverityHIGH

  • CVSS Score7.5

  • 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
  • Apache Security Discussion Thread
  • Related CVEs
  • CVE-2025-58136: Apache Traffic Server DoS Vulnerability

  • CVE-2025-49763: Apache Traffic Server DoS Vulnerability

  • CVE-2020-9494: Apache Traffic Server DoS Vulnerability

  • CVE-2025-31698: Apache Traffic Server Auth Bypass Flaw
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