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-2021-44224

CVE-2021-44224: Apache HTTP Server SSRF Vulnerability

CVE-2021-44224 is a Server Side Request Forgery vulnerability in Apache HTTP Server that affects forward proxy configurations and can lead to crashes or unauthorized requests. This article covers affected versions, impact, and mitigation.

Published: February 25, 2026

CVE-2021-44224 Overview

CVE-2021-44224 is a vulnerability in Apache HTTP Server that can lead to a denial of service condition through a NULL pointer dereference crash, or enable Server Side Request Forgery (SSRF) attacks. The vulnerability is triggered when a specially crafted URI is sent to an Apache httpd instance configured as a forward proxy (with ProxyRequests on). In configurations that mix forward and reverse proxy declarations, attackers can redirect requests to declared Unix Domain Socket endpoints, potentially accessing internal services.

This vulnerability affects Apache HTTP Server versions 2.4.7 through 2.4.51 (inclusive), making it a significant concern for organizations running forward proxy configurations. The issue has broad implications across multiple platforms including Fedora, Debian, Oracle products, Apple macOS, and various enterprise applications that bundle Apache HTTP Server.

Critical Impact

Attackers can crash Apache HTTP Server instances causing service disruption, or exploit SSRF to access internal Unix Domain Socket endpoints that should not be externally accessible.

Affected Products

  • Apache HTTP Server 2.4.7 through 2.4.51
  • Fedora 34, 35, and 36
  • Debian Linux 10.0 and 11.0
  • Tenable.sc
  • Oracle Communications Element Manager
  • Oracle Communications Operations Monitor (versions 4.0, 4.3, 4.4, 5.0)
  • Oracle Communications Session Report Manager
  • Oracle Communications Session Route Manager
  • Oracle HTTP Server (including versions 12.2.1.3.0 and 12.2.1.4.0)
  • Oracle Instantis EnterpriseTrack (versions 17.1, 17.2, 17.3)
  • Apple macOS and Mac OS X 10.15.7

Discovery Timeline

  • December 20, 2021 - CVE-2021-44224 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-44224

Vulnerability Analysis

The vulnerability exists in Apache HTTP Server's proxy module when processing URI requests. When httpd is configured as a forward proxy using the ProxyRequests on directive, the server fails to properly validate incoming URI requests before dereferencing pointers associated with the request handling logic.

The dual nature of this vulnerability makes it particularly concerning. The NULL pointer dereference occurs when malformed URIs cause the server to attempt operations on uninitialized or invalid memory locations, resulting in immediate process termination. The SSRF component manifests in mixed proxy configurations where both forward and reverse proxy declarations coexist, allowing attackers to manipulate request routing to reach internal Unix Domain Socket endpoints.

The network-based attack vector with no authentication requirements means any remote attacker can potentially exploit this vulnerability against exposed Apache HTTP Server instances running vulnerable configurations.

Root Cause

The root cause is improper input validation (CWE-476: NULL Pointer Dereference) in the proxy request handling code. When processing specially crafted URIs, the Apache HTTP Server proxy module does not adequately verify that all required data structures are properly initialized before use. This leads to a NULL pointer dereference when the code attempts to access memory through an unvalidated pointer.

In mixed proxy configurations, the lack of proper URI scheme validation allows attackers to construct requests that bypass intended routing restrictions, enabling redirection to Unix Domain Socket endpoints that were only meant to be accessible through reverse proxy declarations.

Attack Vector

The attack is conducted remotely over the network without requiring any authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying an Apache HTTP Server instance with forward proxy enabled (ProxyRequests on)
  2. Crafting a malicious URI designed to trigger the NULL pointer dereference or SSRF condition
  3. Sending the crafted request to the vulnerable server

For the SSRF variant, the attacker must target configurations where forward and reverse proxy declarations coexist. The crafted URI manipulates the proxy routing logic to direct requests to internal Unix Domain Socket endpoints, potentially accessing internal services, APIs, or application backends that should not be externally accessible.

The vulnerability is exploitable through standard HTTP requests, making it accessible via common tools and requiring no specialized exploitation frameworks.

Detection Methods for CVE-2021-44224

Indicators of Compromise

  • Unexpected Apache httpd process crashes or restarts in error logs
  • HTTP requests containing malformed or unusual URI schemes targeting proxy endpoints
  • Access log entries showing requests directed at Unix Domain Socket paths (e.g., paths containing unix: scheme)
  • Increased error log entries related to proxy module failures or segmentation faults

Detection Strategies

  • Monitor Apache error logs for segmentation fault messages or NULL pointer dereference crashes
  • Implement web application firewall (WAF) rules to detect and block malformed proxy requests
  • Audit Apache configurations for ProxyRequests on directive and mixed forward/reverse proxy setups
  • Deploy network intrusion detection signatures for suspicious proxy request patterns targeting Unix Domain Socket endpoints

Monitoring Recommendations

  • Enable detailed logging for the Apache proxy module to capture request details for forensic analysis
  • Set up automated alerting for Apache httpd process crashes or unexpected restarts
  • Implement log aggregation and analysis to correlate proxy-related errors across multiple server instances
  • Monitor for unusual internal service access patterns that may indicate successful SSRF exploitation

How to Mitigate CVE-2021-44224

Immediate Actions Required

  • Update Apache HTTP Server to version 2.4.52 or later immediately
  • If immediate patching is not possible, disable forward proxy functionality by removing or commenting out ProxyRequests on directive
  • Review and audit all proxy configurations for mixed forward and reverse proxy declarations
  • Implement network segmentation to limit exposure of Apache HTTP Server instances configured as forward proxies

Patch Information

Apache has released version 2.4.52 which addresses this vulnerability. Organizations should upgrade to this version or later to remediate the issue.

Patches and updated packages are available from:

  • Apache HTTP Server Security Vulnerabilities
  • Debian Security Advisory DSA-5035
  • Oracle CPU January 2022 Security Alerts
  • Oracle CPU April 2022 Security Alerts
  • Apple Security Update HT213255
  • Tenable Security Notification TNS-2022-01

Workarounds

  • Disable forward proxy functionality by removing ProxyRequests on from Apache configuration if not required
  • Restrict access to proxy endpoints using <Proxy> directives and access control rules to limit which clients can use proxy features
  • Implement strict network access controls to prevent untrusted networks from reaching forward proxy endpoints
  • Use a reverse proxy or load balancer in front of Apache to filter malicious requests before they reach vulnerable configurations
bash
# Configuration example - Disable forward proxy or restrict access
# In httpd.conf or proxy.conf:

# Option 1: Disable forward proxy entirely (comment out or remove)
# ProxyRequests Off

# Option 2: If forward proxy is required, restrict access
<Proxy "*">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</Proxy>

# Ensure reverse proxy configurations are explicit
ProxyPass "/app" "unix:/var/run/app.sock|http://localhost/app"
ProxyPassReverse "/app" "http://localhost/app"

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechApache Http Server

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability10.96%

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

  • Full Disclosure List Post #35

  • Full Disclosure List Post #38

  • OpenWall OSS-Security Message 20

  • Fedora Package Announce Message

  • Fedora Package Announce Message

  • Fedora Package Announce Message

  • Fedora Package Announce Message

  • Gentoo GLSA 202208-20

  • NetApp Security Advisory NTAP-20211224

  • Apple Security Update HT213255

  • Apple Security Update HT213256

  • Apple Security Update HT213257

  • Debian Security Advisory DSA-5035

  • Tenable Security Notification TNS-2022-01

  • Tenable Security Notification TNS-2022-03
  • Vendor Resources
  • Apache HTTP Server Vulnerabilities

  • Oracle CPU April 2022 Security Alerts

  • Oracle CPU January 2022 Security Alerts
  • Related CVEs
  • CVE-2024-38472: Apache HTTP Server SSRF Vulnerability

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

  • CVE-2024-38475: Apache HTTP Server Path Traversal Flaw

  • CVE-2021-36160: 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