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-36760

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

CVE-2022-36760 is an HTTP request smuggling vulnerability in Apache HTTP Server's mod_proxy_ajp module that allows attackers to smuggle requests to AJP servers. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-36760 Overview

CVE-2022-36760 is an HTTP Request Smuggling vulnerability in the mod_proxy_ajp module of Apache HTTP Server. This vulnerability arises from inconsistent interpretation of HTTP requests between the Apache HTTP Server and the backend AJP (Apache JServ Protocol) server. An attacker can exploit this flaw to smuggle malicious requests to the AJP server, potentially bypassing security controls, poisoning web caches, or hijacking other users' sessions.

Critical Impact

This vulnerability allows remote attackers to smuggle HTTP requests to backend AJP servers, potentially leading to unauthorized access, cache poisoning, session hijacking, or bypassing security controls in environments using Apache HTTP Server as a reverse proxy.

Affected Products

  • Apache HTTP Server version 2.4.54 and prior versions
  • Systems using mod_proxy_ajp for proxying to AJP backends
  • Environments with Apache HTTP Server configured as a reverse proxy to Tomcat or similar AJP-enabled application servers

Discovery Timeline

  • 2023-01-17 - CVE CVE-2022-36760 published to NVD
  • 2025-04-04 - Last updated in NVD database

Technical Details for CVE-2022-36760

Vulnerability Analysis

HTTP Request Smuggling (CWE-444) occurs when front-end and back-end servers interpret HTTP request boundaries differently. In the case of CVE-2022-36760, the vulnerability exists in the mod_proxy_ajp module, which is responsible for forwarding requests to AJP-compliant backend servers such as Apache Tomcat.

The root cause lies in the inconsistent handling of HTTP request parsing between Apache HTTP Server and the AJP backend. When the two systems disagree on where one request ends and another begins, an attacker can craft specially formatted HTTP requests that appear as a single request to the front-end server but are interpreted as multiple requests by the backend AJP server.

This class of vulnerability can have severe consequences in production environments, particularly those relying on Apache HTTP Server as a security gateway or load balancer in front of application servers.

Root Cause

The vulnerability stems from CWE-444 (Inconsistent Interpretation of HTTP Requests). The mod_proxy_ajp module fails to properly normalize HTTP request boundaries when forwarding requests to AJP backends. This creates a desynchronization between how Apache HTTP Server parses incoming requests and how the AJP backend processes them.

Specific issues may include improper handling of Content-Length headers, Transfer-Encoding headers, or other HTTP request boundary indicators when translating HTTP to the AJP protocol.

Attack Vector

The attack is network-based and can be executed remotely without authentication. An attacker crafts a specially malformed HTTP request that exploits the parsing inconsistency between Apache HTTP Server and the AJP backend. The attack typically involves embedding a secondary request within the body or headers of a legitimate-looking request.

When successful, the smuggled request is processed by the backend AJP server as if it originated from a trusted source (the Apache proxy), potentially allowing the attacker to:

  • Bypass access controls and authentication mechanisms
  • Poison web caches with malicious content
  • Hijack other users' requests or sessions
  • Access internal resources not intended to be publicly accessible

The vulnerability affects environments where mod_proxy_ajp is enabled and configured to proxy requests to backend AJP servers. For detailed technical information, refer to the Apache HTTP Server security advisory.

Detection Methods for CVE-2022-36760

Indicators of Compromise

  • Unusual or malformed HTTP requests in Apache access logs containing conflicting Content-Length or Transfer-Encoding headers
  • Backend AJP server logs showing requests that don't correspond to legitimate frontend activity
  • Evidence of cache poisoning with unexpected content being served to users
  • Unauthorized access to restricted resources or endpoints on backend AJP servers

Detection Strategies

  • Implement deep packet inspection to identify HTTP requests with ambiguous boundaries or conflicting length indicators
  • Monitor for requests containing both Content-Length and Transfer-Encoding headers, which may indicate smuggling attempts
  • Deploy web application firewalls (WAF) with HTTP Request Smuggling detection capabilities
  • Enable detailed logging on both Apache HTTP Server and backend AJP servers to correlate request patterns

Monitoring Recommendations

  • Configure Apache HTTP Server to log full request headers for forensic analysis
  • Implement anomaly detection for HTTP traffic patterns, particularly requests with unusual header combinations
  • Monitor backend AJP server access logs for requests that appear to originate from the proxy but lack corresponding frontend entries
  • Set up alerting for requests targeting administrative or sensitive endpoints through the AJP proxy

How to Mitigate CVE-2022-36760

Immediate Actions Required

  • Upgrade Apache HTTP Server to the latest patched version that addresses CVE-2022-36760
  • If immediate patching is not possible, consider temporarily disabling mod_proxy_ajp if the AJP proxy functionality is not critical
  • Review Apache HTTP Server configuration to ensure mod_proxy_ajp is only enabled where necessary
  • Implement additional security controls such as WAF rules to detect and block HTTP Request Smuggling attempts

Patch Information

Apache has released security updates addressing this vulnerability. Administrators should upgrade to the latest version of Apache HTTP Server 2.4.x that includes the fix for CVE-2022-36760. Refer to the Apache HTTP Server security advisory for specific version information and download links.

Additional vendor guidance is available through the Gentoo GLSA 202309-01 security advisory for Gentoo Linux users.

Workarounds

  • Disable mod_proxy_ajp if AJP proxying is not required for your deployment
  • Restrict access to the AJP proxy to trusted networks only using firewall rules or Apache access controls
  • Implement strict HTTP request validation at the network perimeter using a WAF or reverse proxy that normalizes requests before forwarding
  • Consider switching to HTTP/HTTPS backend connections instead of AJP where feasible
bash
# Disable mod_proxy_ajp if not needed (Debian/Ubuntu)
sudo a2dismod proxy_ajp
sudo systemctl restart apache2

# Restrict AJP proxy access in Apache configuration
# Add to your VirtualHost or Location block:
# <Location "/ajp-proxy">
#     Require ip 10.0.0.0/8
#     Require ip 192.168.0.0/16
# </Location>

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

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-444
  • Technical References
  • Gentoo GLSA 202309-01
  • Vendor Resources
  • Apache HTTP Server Vulnerabilities
  • Related CVEs
  • CVE-2023-27522: Apache HTTP Server Smuggling Vulnerability

  • CVE-2020-1927: Apache HTTP Server Redirect Vulnerability

  • CVE-2023-38709: Apache HTTP Server XSS Vulnerability

  • CVE-2024-38475: Apache HTTP Server Path Traversal 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