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-2022-22720

CVE-2022-22720: Apache HTTP Server DoS Vulnerability

CVE-2022-22720 is a DoS vulnerability in Apache HTTP Server 2.4.52 and earlier that exposes systems to HTTP Request Smuggling attacks. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 25, 2026

CVE-2022-22720 Overview

Apache HTTP Server 2.4.52 and earlier contains a vulnerability where the server fails to close inbound connections when errors are encountered while discarding the request body. This improper connection handling exposes the server to HTTP Request Smuggling attacks, allowing malicious actors to potentially bypass security controls, poison web caches, and hijack user sessions.

Critical Impact

This HTTP Request Smuggling vulnerability enables attackers to bypass front-end security controls, access unauthorized resources, and potentially compromise backend systems through desynchronization attacks on connection handling.

Affected Products

  • Apache HTTP Server versions up to and including 2.4.52
  • Fedora 34, 35, and 36
  • Debian Linux 9.0
  • Oracle Enterprise Manager Ops Center 12.4.0.0
  • Oracle HTTP Server 12.2.1.3.0 and 12.2.1.4.0
  • Oracle ZFS Storage Appliance Kit 8.8
  • Apple macOS and Mac OS X 10.15.7 (various security update versions)

Discovery Timeline

  • 2022-03-14 - CVE-2022-22720 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-22720

Vulnerability Analysis

This vulnerability (CWE-444: Inconsistent Interpretation of HTTP Requests) represents a classic HTTP Request Smuggling flaw stemming from improper connection state management. When Apache HTTP Server encounters an error while discarding a request body, it fails to properly close the inbound connection. This leaves the connection in an inconsistent state where remnants of the malformed request can be interpreted as the beginning of a subsequent request.

HTTP Request Smuggling attacks exploit discrepancies between how front-end and back-end servers interpret HTTP request boundaries. In this case, an attacker can craft a malicious request that causes Apache to misinterpret where one request ends and another begins. The vulnerability is particularly dangerous in environments where Apache sits behind a reverse proxy or load balancer, as the desynchronization between systems can lead to request routing confusion.

Root Cause

The root cause lies in Apache HTTP Server's error handling logic when processing request bodies. Under normal operation, when a request includes a body (indicated by Content-Length or Transfer-Encoding headers), the server must fully consume or discard this body before processing the next request on the same connection. When an error occurs during this discard operation, the server should close the connection to prevent any leftover data from being misinterpreted.

However, in vulnerable versions, the connection remains open after such errors. Any unread data from the malformed request body stays in the connection buffer and gets treated as part of the next legitimate request. This creates the smuggling condition where an attacker-controlled payload crosses request boundaries.

Attack Vector

The attack is network-accessible and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending specially crafted HTTP requests designed to trigger error conditions during body processing while leaving malicious content in the connection stream.

In a typical exploitation scenario, the attacker sends a request with conflicting Content-Length and Transfer-Encoding headers, or a request body that intentionally triggers parsing errors. The remnant data left in the connection can then:

  • Hijack the next legitimate user's request
  • Poison web cache entries with malicious content
  • Bypass access controls by appearing to originate from trusted internal sources
  • Exfiltrate data by routing responses to attacker-controlled endpoints

The technical details of exploitation involve manipulating HTTP request boundaries through careful crafting of headers and body content that survive the error-handling path.

Detection Methods for CVE-2022-22720

Indicators of Compromise

  • Unusual patterns of HTTP 400 errors followed by successful requests on the same connection
  • Log entries showing malformed Content-Length or Transfer-Encoding headers
  • Evidence of cache poisoning or unexpected content in cached responses
  • Requests appearing to originate from internal addresses when they should be external

Detection Strategies

  • Monitor Apache access and error logs for requests with conflicting Content-Length and Transfer-Encoding headers
  • Implement web application firewall (WAF) rules to detect and block HTTP Request Smuggling patterns
  • Deploy intrusion detection systems (IDS) with signatures for request smuggling techniques
  • Analyze connection persistence patterns for anomalous behavior during error conditions

Monitoring Recommendations

  • Enable detailed Apache logging including request body information where feasible
  • Set up alerts for spikes in HTTP 400-series errors that may indicate exploitation attempts
  • Monitor for unusual cache behavior or content that doesn't match expected responses
  • Track connection reuse patterns between front-end proxies and Apache backend servers

How to Mitigate CVE-2022-22720

Immediate Actions Required

  • Upgrade Apache HTTP Server to version 2.4.53 or later immediately
  • Review and apply vendor-specific patches from Oracle, Apple, and Linux distribution maintainers
  • Audit configurations to ensure proper request body handling and connection management
  • Temporarily disable connection keep-alive if patching cannot be performed immediately

Patch Information

Apache has addressed this vulnerability in version 2.4.53 and later releases. Organizations should consult the official Apache HTTPD Vulnerabilities List for authoritative patch information.

For downstream vendors:

  • Oracle has released fixes via the Oracle Critical Patch Update April 2022 and July 2022 updates
  • Apple has issued patches documented in support articles HT213255, HT213256, and HT213257
  • Debian, Fedora, and Gentoo have released updated packages through their respective security channels

Workarounds

  • Disable HTTP keep-alive connections by setting KeepAlive Off in Apache configuration to prevent connection reuse exploitation
  • Implement strict request validation at the reverse proxy or load balancer layer to normalize requests before they reach Apache
  • Configure front-end proxies to close connections when errors are detected rather than reusing them
  • Deploy a web application firewall with HTTP Request Smuggling detection capabilities
bash
# Temporary mitigation: Disable keep-alive connections
# Add to Apache configuration file (httpd.conf or apache2.conf)
KeepAlive Off

# Alternative: Reduce KeepAliveTimeout to minimize exposure window
KeepAlive On
KeepAliveTimeout 2
MaxKeepAliveRequests 50

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechApache

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability31.72%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-444
  • Technical References
  • Full Disclosure Post May 2022 #33

  • Full Disclosure Post May 2022 #35

  • Full Disclosure Post May 2022 #38

  • OpenWall OSS Security Discussion

  • Debian LTS Security Announcement

  • Fedora Package Announcement #1

  • Fedora Package Announcement #2

  • Fedora Package Announcement #3

  • Gentoo GLSA 202208-20

  • NetApp Security Advisory NTAP-20220321-0001

  • Apple Support Article HT213255

  • Apple Support Article HT213256

  • Apple Support Article HT213257

  • Oracle Critical Patch Update July 2022
  • Vendor Resources
  • Apache HTTPD Vulnerabilities List

  • Oracle Critical Patch Update April 2022
  • Related CVEs
  • CVE-2022-28615: Apache HTTP Server DOS Vulnerability

  • CVE-2025-55753: Apache HTTP Server DoS Vulnerability

  • CVE-2024-36387: Apache HTTP Server DoS Vulnerability

  • CVE-2025-49630: Apache HTTP Server DOS 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