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
    • 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-36160

CVE-2021-36160: Apache HTTP Server DoS Vulnerability

CVE-2021-36160 is a denial of service flaw in Apache HTTP Server's mod_proxy_uwsgi module that causes memory crashes. This article covers the technical details, affected versions 2.4.30-2.4.48, and mitigation steps.

Published: February 25, 2026

CVE-2021-36160 Overview

CVE-2021-36160 is an out-of-bounds read vulnerability in the Apache HTTP Server's mod_proxy_uwsgi module. A carefully crafted request URI path can cause the module to read beyond allocated memory boundaries, resulting in a server crash and denial of service condition. This vulnerability affects Apache HTTP Server versions 2.4.30 through 2.4.48 (inclusive).

The flaw resides in how mod_proxy_uwsgi processes incoming request URI paths when proxying requests to uWSGI backend servers. When exploited, an attacker can send specially crafted HTTP requests that trigger the out-of-bounds memory read, causing the Apache worker process to crash.

Critical Impact

Remote attackers can crash Apache HTTP Server instances by sending malicious requests, causing service disruption for web applications relying on mod_proxy_uwsgi proxy functionality.

Affected Products

  • Apache HTTP Server versions 2.4.30 to 2.4.48
  • Fedora 34 and Fedora 35
  • Debian Linux 9.0, 10.0, and 11.0
  • NetApp Cloud Backup, Clustered Data ONTAP, and StorageGRID
  • Oracle HTTP Server 12.2.1.3.0 and 12.2.1.4.0
  • Oracle Enterprise Manager Base Platform 13.4.0.0 and 13.5.0.0
  • Oracle PeopleSoft Enterprise PeopleTools 8.58
  • Broadcom Brocade Fabric Operating System Firmware

Discovery Timeline

  • September 16, 2021 - CVE-2021-36160 published to NVD
  • May 1, 2025 - Last updated in NVD database

Technical Details for CVE-2021-36160

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read). The mod_proxy_uwsgi module fails to properly validate the boundaries of request URI paths before processing them. When the module parses a maliciously crafted URI path, it can read memory outside the allocated buffer, leading to process termination.

The vulnerability can be exploited remotely over the network without requiring authentication or user interaction. While the attack does not allow data exfiltration or code execution, it effectively enables attackers to disrupt service availability by repeatedly crashing Apache worker processes.

Organizations using Apache HTTP Server with mod_proxy_uwsgi enabled to proxy requests to Python uWSGI application servers are particularly at risk. This includes common deployment scenarios for Django, Flask, and other Python web frameworks.

Root Cause

The root cause is improper boundary checking in the mod_proxy_uwsgi module when handling URI path parsing. The module does not adequately validate that memory access operations remain within the bounds of allocated buffers when processing request URIs. This allows specially crafted input to cause the server to read beyond the allocated memory region, triggering a crash.

Attack Vector

The attack vector is network-based, requiring only the ability to send HTTP requests to a vulnerable Apache HTTP Server with mod_proxy_uwsgi enabled. An attacker crafts a malicious HTTP request with a specially constructed URI path designed to trigger the out-of-bounds read condition.

The attack can be executed remotely without authentication. When the vulnerable Apache server receives and processes the malicious request through the mod_proxy_uwsgi module, the out-of-bounds memory access occurs, causing the worker process to crash. Repeated exploitation can lead to sustained denial of service.

Detection Methods for CVE-2021-36160

Indicators of Compromise

  • Unexpected Apache HTTP Server worker process crashes or restarts in logs
  • Presence of unusual or malformed URI paths in access logs targeting uWSGI proxy endpoints
  • Increased segmentation fault errors in system logs correlating with web requests
  • Anomalous patterns of requests to mod_proxy_uwsgi configured locations

Detection Strategies

  • Monitor Apache error logs for segmentation faults and worker process terminations
  • Implement web application firewall rules to detect and block malformed URI patterns
  • Deploy intrusion detection signatures for anomalous HTTP request patterns targeting proxy endpoints
  • Enable Apache's debug logging temporarily to capture detailed request information during suspected attacks

Monitoring Recommendations

  • Configure alerting for Apache worker process crash events and automatic restart patterns
  • Monitor system logs for SIGSEGV signals associated with Apache processes
  • Track service availability metrics for applications served through mod_proxy_uwsgi
  • Review access logs periodically for suspicious request patterns to proxied endpoints

How to Mitigate CVE-2021-36160

Immediate Actions Required

  • Upgrade Apache HTTP Server to version 2.4.49 or later immediately
  • If immediate patching is not possible, disable mod_proxy_uwsgi if not required for operations
  • Implement rate limiting on endpoints configured with mod_proxy_uwsgi to reduce attack impact
  • Deploy web application firewall rules to filter malicious URI patterns

Patch Information

Apache Software Foundation addressed this vulnerability in Apache HTTP Server version 2.4.49. Organizations should upgrade to this version or later to remediate CVE-2021-36160. Patches are also available through distribution-specific security updates:

  • Debian: Security advisory DSA-4982
  • Fedora: Updated packages available via Fedora Package Announcements
  • NetApp: Security Advisory NTAP-20211008-0004
  • Oracle: Addressed in January 2022 and April 2022 Critical Patch Updates

For detailed patch information, refer to the Apache HTTP Server Security Vulnerabilities page.

Workarounds

  • Disable mod_proxy_uwsgi by commenting out or removing the LoadModule proxy_uwsgi_module directive if the module is not required
  • Implement strict input validation at the network perimeter using a reverse proxy or WAF
  • Use alternative proxy modules such as mod_proxy_http with appropriate uWSGI HTTP protocol configuration
  • Restrict access to uWSGI proxy endpoints to trusted IP ranges only
bash
# Disable mod_proxy_uwsgi in Apache configuration
# Comment out or remove this line in httpd.conf or mods-enabled/
# LoadModule proxy_uwsgi_module modules/mod_proxy_uwsgi.so

# Alternative: Restrict access to uWSGI endpoints
<Location "/uwsgi-endpoint">
    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
  • TypeDOS

  • Vendor/TechApache Http Server

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability4.96%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • Debian LTS Announcement September 2021

  • Debian LTS Announcement October 2021

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 2022-08-20

  • NetApp Security Advisory NTAP-20211008

  • Cisco Security Advisory for Apache

  • Debian Security Advisory DSA-4982
  • Vendor Resources
  • Apache HTTP Server Vulnerabilities

  • Apache Mailing List Thread

  • Apache User Mailing List Thread

  • Apache User Mailing List Follow-Up

  • Apache Bugs Mailing List Thread

  • Apache Bugs Mailing List Discussion

  • Apache User Thread Update

  • Apache User Thread Discussion

  • Apache Bugs Thread Update

  • Apache Bugs Mailing Follow-Up

  • Apache Bugs Thread Discussion

  • Apache Bugs Mailing List Update

  • Apache CVS Update Thread

  • Apache CVS Commit Thread

  • Oracle Security Alert CPUAPR2022

  • Oracle Security Alert CPUJAN2022
  • Related CVEs
  • CVE-2022-22719: Apache HTTP Server DoS Vulnerability

  • CVE-2021-31618: Apache HTTP Server DoS Vulnerability

  • CVE-2020-9490: Apache HTTP Server DoS Vulnerability

  • CVE-2023-38709: Apache HTTP Server XSS 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