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
    • 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-2026-33523

CVE-2026-33523: Apache HTTP Server Response Splitting Flaw

CVE-2026-33523 is an HTTP response splitting vulnerability in Apache HTTP Server modules with untrusted backend servers. This article covers the technical details, affected versions through 2.4.66, and mitigation.

Published: May 7, 2026

CVE-2026-33523 Overview

CVE-2026-33523 is an HTTP response splitting vulnerability affecting multiple modules in Apache HTTP Server when configured with untrusted or compromised backend servers. The flaw exists in all versions through 2.4.66 and is fixed in version 2.4.67. An attacker controlling a backend service can inject crafted response headers that the front-end Apache instance forwards to clients, splitting the HTTP response stream. This enables cache poisoning, cross-user header injection, and client-side attacks against downstream consumers. The issue is tracked under CWE-443 and was published to the National Vulnerability Database on May 4, 2026.

Critical Impact

Attackers with control of a backend server can split forwarded HTTP responses, enabling cache poisoning and header injection against clients of the Apache front-end.

Affected Products

  • Apache HTTP Server versions through 2.4.66
  • Reverse proxy and gateway modules including mod_proxy, mod_proxy_http, and related modules used with backend servers
  • Deployments fronting untrusted or potentially compromised origin servers

Discovery Timeline

  • 2026-05-04 - CVE-2026-33523 published to NVD
  • 2026-05-04 - Apache HTTPD security advisory published
  • 2026-05-04 - Last updated in NVD database

Technical Details for CVE-2026-33523

Vulnerability Analysis

HTTP response splitting occurs when an application incorporates attacker-controlled data into HTTP response headers without sanitizing carriage return (\r) and line feed (\n) characters. In CVE-2026-33523, multiple Apache HTTP Server modules pass headers received from a backend server to clients without enforcing strict header field validation. When Apache acts as a reverse proxy or gateway, a malicious or compromised backend can return headers containing CRLF sequences. Apache forwards these sequences verbatim, allowing the backend to terminate the legitimate response and inject a second, attacker-defined response onto the wire.

The vulnerability requires no authentication and no user interaction at the Apache layer. Exploitation depends on the attacker controlling, compromising, or impersonating a backend the Apache server trusts.

Root Cause

The root cause is insufficient validation of header values received from backend services in Apache's proxy and gateway code paths. The affected modules treat backend-supplied headers as trusted, omitting checks for embedded CRLF byte sequences. This violates RFC 9110 and RFC 9112 header field rules, which prohibit raw CR and LF octets within field values.

Attack Vector

An attacker must control or compromise a backend server reachable through an Apache reverse proxy. The attacker returns a response containing crafted headers with embedded \r\n sequences followed by a second response body. Apache forwards the data unchanged to the client. Caches and intermediaries between Apache and the client may store the injected response, poisoning subsequent requests from other users.

No verified public exploit code was available at publication. Refer to the Apache HTTPD Vulnerability List and the OpenWall OSS Security Discussion for technical details.

Detection Methods for CVE-2026-33523

Indicators of Compromise

  • Backend HTTP responses containing raw \r\n sequences embedded within header field values
  • Unexpected duplicate HTTP/1.1 status lines or duplicated Content-Length headers in proxy logs
  • Cache entries containing response content that does not match the requested resource
  • Anomalous Set-Cookie, Location, or Content-Type headers diverging from backend application norms

Detection Strategies

  • Inspect Apache mod_proxy and access logs for backend responses with malformed or oversized header lines
  • Deploy a network intrusion detection signature that flags %0d%0a or literal CRLF inside response header fields received from upstream servers
  • Compare response headers between origin and proxy with an out-of-band probe to detect injection points
  • Audit the Apache version reported by httpd -v against the fixed 2.4.67 release

Monitoring Recommendations

  • Centralize Apache error_log and proxy logs and alert on AH01 proxy parsing warnings tied to header validation
  • Monitor caching layers (Varnish, CDN, mod_cache) for poisoned entries with mismatched Vary or Cache-Control directives
  • Track outbound responses from backend services for unexpected header counts or sizes
  • Establish baselines for header field length and reject responses exceeding policy thresholds

How to Mitigate CVE-2026-33523

Immediate Actions Required

  • Upgrade Apache HTTP Server to version 2.4.67 or later on all front-end and proxy hosts
  • Inventory reverse proxy deployments and identify any configurations forwarding traffic from untrusted backends
  • Restart httpd after upgrading and validate the running version with httpd -v
  • Review backend trust assumptions and segment any backend services that are internet-exposed or third-party-operated

Patch Information

Apache has released version 2.4.67 to address CVE-2026-33523. The fix enforces stricter validation of header field values returned by backend servers in the proxy and gateway modules. Administrators should consult the Apache HTTPD Vulnerability List for distribution-specific package updates and apply vendor-supplied backports where available.

Workarounds

  • Restrict mod_proxy configurations to backends under direct administrative control until patching is complete
  • Place a header-validating intermediary, such as a Web Application Firewall, between Apache and untrusted backends to strip CRLF from response headers
  • Disable unused proxy modules with a2dismod proxy_http on Debian-based systems to reduce exposure
  • Enforce TLS and mutual authentication on backend connections to reduce the risk of backend impersonation
bash
# Verify installed Apache version and upgrade
httpd -v

# Debian/Ubuntu
sudo apt update && sudo apt install --only-upgrade apache2

# RHEL/CentOS/Rocky
sudo dnf update httpd

# Confirm fixed version after upgrade
httpd -v | grep -E '2\.4\.(6[7-9]|[7-9][0-9])'

# Reload service
sudo systemctl restart httpd

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechApache Http Server

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.16%

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

  • NVD-CWE-Other
  • Technical References
  • OpenWall OSS Security Discussion
  • Vendor Resources
  • Apache HTTPD Vulnerability List
  • Related CVEs
  • CVE-2026-33857: Apache HTTP Server OOB Read Vulnerability

  • CVE-2023-27522: Apache HTTP Server Smuggling Vulnerability

  • CVE-2022-36760: Apache HTTP Server Request Smuggling Flaw

  • CVE-2020-1927: Apache HTTP Server Redirect 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