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-2024-24795

CVE-2024-24795: Apache HTTP Server Response Splitting

CVE-2024-24795 is an HTTP response splitting flaw in Apache HTTP Server that enables attackers to inject malicious headers and cause HTTP desynchronization attacks. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2024-24795 Overview

CVE-2024-24795 is an HTTP Response Splitting vulnerability affecting multiple modules in Apache HTTP Server. This vulnerability allows an attacker who can inject malicious response headers into backend applications to cause an HTTP desynchronization attack. HTTP desync attacks can lead to request smuggling, cache poisoning, and hijacking of other users' requests.

The vulnerability exists due to improper neutralization of CRLF sequences in HTTP headers across multiple Apache httpd modules. When attackers can influence backend response headers, they can inject crafted content that causes the front-end server and back-end servers to interpret message boundaries differently.

Critical Impact

Attackers exploiting this vulnerability can manipulate HTTP traffic flow, potentially hijacking authenticated sessions, poisoning web caches, and bypassing security controls through HTTP desynchronization techniques.

Affected Products

  • Apache HTTP Server (versions prior to 2.4.59)
  • Debian Linux 10.0
  • Fedora 38, 39, and 40
  • NetApp ONTAP 9
  • NetApp ONTAP Tools 10 for VMware vSphere
  • Broadcom Fabric Operating System
  • Apple macOS (affected versions)

Discovery Timeline

  • April 4, 2024 - CVE-2024-24795 published to NVD
  • June 30, 2025 - Last updated in NVD database

Technical Details for CVE-2024-24795

Vulnerability Analysis

This HTTP Response Splitting vulnerability (CWE-113) combined with Inconsistent Interpretation of HTTP Requests (CWE-444) occurs across multiple modules in Apache HTTP Server. The vulnerability enables HTTP desynchronization attacks when an attacker can inject malicious content into response headers that are passed from backend applications through Apache's proxy modules.

HTTP desynchronization exploits the differences in how front-end and back-end servers parse HTTP message boundaries. By injecting CRLF (Carriage Return Line Feed) sequences into response headers, attackers can cause Apache and backend servers to disagree on where one response ends and another begins. This disagreement can be weaponized to smuggle malicious requests, poison shared caches, or hijack subsequent requests from other users.

The vulnerability requires user interaction, as an attacker typically needs to craft a malicious request or manipulate backend application behavior to inject the header content. However, in proxy configurations where user-controlled data reaches backend headers, exploitation becomes more practical.

Root Cause

The root cause lies in insufficient sanitization of CRLF sequences within HTTP header processing across multiple Apache HTTP Server modules. When these modules pass response headers from backend applications, they fail to properly neutralize injected line terminators. This allows attackers to break out of the intended header context and inject additional headers or even complete HTTP responses.

The affected modules include those responsible for proxying requests to backend servers, where header values from backend responses are incorporated into the final response sent to clients without adequate validation of header integrity.

Attack Vector

The attack leverages network-accessible Apache HTTP Server instances configured to proxy requests to backend applications. An attacker must be able to influence the content of response headers generated by backend applications. This could occur through:

  1. Backend Application Vulnerabilities: If a backend application reflects user input into response headers without proper sanitization
  2. Compromised Backend Systems: Direct manipulation of backend response headers
  3. Header Injection Points: Any location where user-controlled data flows into HTTP response headers

Once header injection is achieved, the attacker crafts payloads containing CRLF sequences (\r\n) followed by additional headers or response bodies. This causes desynchronization between how Apache interprets the response boundaries versus how intermediate proxies or clients interpret them.

The attack mechanism exploits the HTTP/1.1 protocol's reliance on CRLF sequences as delimiters, allowing injection of content that appears as separate HTTP messages to different components in the request chain.

Detection Methods for CVE-2024-24795

Indicators of Compromise

  • Unusual CRLF sequences or encoded variants (%0d%0a, %0D%0A) appearing in HTTP request or response headers
  • Malformed HTTP responses with unexpected header structures in Apache logs
  • Cache poisoning indicators such as incorrect content being served for legitimate URLs
  • Reports of session hijacking or users receiving responses intended for other users

Detection Strategies

  • Enable detailed logging of HTTP headers in Apache access and error logs to identify anomalous header patterns
  • Deploy Web Application Firewalls (WAF) with rules specifically targeting CRLF injection patterns in headers
  • Implement network-level monitoring for HTTP desync attack signatures using IDS/IPS systems
  • Review Apache configuration for proxy modules that may be vulnerable and audit backend application header handling

Monitoring Recommendations

  • Configure Apache mod_log_config to log full request and response headers for forensic analysis
  • Set up alerting for unusual patterns in Content-Length mismatches or Transfer-Encoding anomalies
  • Monitor for cache hit/miss ratio anomalies that could indicate cache poisoning attempts
  • Implement real-time analysis of HTTP traffic for header injection attack patterns

How to Mitigate CVE-2024-24795

Immediate Actions Required

  • Upgrade Apache HTTP Server to version 2.4.59 or later immediately
  • Review and restrict backend applications from including user-controlled data in response headers
  • Implement strict input validation on any data that could flow into HTTP headers
  • Consider temporarily disabling vulnerable proxy modules if immediate patching is not possible

Patch Information

Apache has released version 2.4.59 which addresses this HTTP Response Splitting vulnerability. Users should upgrade to this version or later to remediate CVE-2024-24795. The patch improves header sanitization across affected modules to properly neutralize CRLF injection attempts.

For detailed patch information and security advisories, refer to the Apache HTTP Server Vulnerabilities page.

Additional vendor-specific patches are available:

  • Debian LTS Advisory
  • NetApp Security Advisory NTAP-20240415-0013
  • Apple Support Article HT214119

Workarounds

  • Implement WAF rules to strip or reject requests containing CRLF sequences in header values
  • Configure backend applications to sanitize all output that may appear in HTTP headers
  • Use mod_security or similar modules to block requests with header injection patterns
  • Consider deploying HTTP/2 between Apache and clients where possible, as it uses binary framing that is inherently resistant to CRLF injection
bash
# Apache mod_security rule example to detect CRLF injection attempts
# Add to mod_security configuration
SecRule REQUEST_HEADERS "@rx [\r\n]" \
    "id:1001,\
    phase:1,\
    deny,\
    status:400,\
    msg:'CRLF Injection Attempt Detected',\
    log,\
    auditlog"

# Verify Apache version after upgrade
httpd -v
# Expected: Server version: Apache/2.4.59 or higher

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechApache

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability1.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-113

  • CWE-444
  • Technical References
  • Full Disclosure Post July 2024

  • OSS Security Discussion April 2024

  • Debian LTS Advisory May 2024

  • Debian LTS Advisory May 2024

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory NTAP-20240415-0013

  • Apple Support Article HT214119
  • Vendor Resources
  • Apache HTTP Server Vulnerabilities
  • Related CVEs
  • CVE-2025-54090: Apache HTTP Server RewriteCond Vulnerability

  • CVE-2024-42516: Apache HTTP Server Response Split Flaw

  • CVE-2023-31122: Apache HTTP Server Out-of-Bounds Read

  • CVE-2021-33193: Debian Linux HTTP/2 Proxy 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