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

CVE-2021-26690: Apache HTTP Server DoS Vulnerability

CVE-2021-26690 is a denial of service vulnerability in Apache HTTP Server caused by a NULL pointer dereference in mod_session. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: February 25, 2026

CVE-2021-26690 Overview

CVE-2021-26690 is a NULL pointer dereference vulnerability affecting Apache HTTP Server versions 2.4.0 through 2.4.46. The vulnerability exists within the mod_session module, which fails to properly handle specially crafted Cookie headers. When exploited, this flaw causes the server process to crash, resulting in a Denial of Service (DoS) condition that can impact the availability of web services running on affected systems.

Critical Impact

Remote attackers can crash Apache HTTP Server instances without authentication by sending malicious Cookie headers, causing service disruption for all users relying on the affected web server.

Affected Products

  • Apache HTTP Server versions 2.4.0 to 2.4.46
  • Debian Linux 9.0 and 10.0
  • Fedora 34 and 35
  • Oracle Enterprise Manager Ops Center 12.4.0.0
  • Oracle Instantis EnterpriseTrack 17.1, 17.2, and 17.3
  • Oracle ZFS Storage Appliance Kit 8.8

Discovery Timeline

  • June 10, 2021 - CVE-2021-26690 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-26690

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference) and affects the mod_session module in Apache HTTP Server. The flaw occurs when the module processes Cookie headers that have been specially crafted to trigger an invalid memory access condition. When the vulnerable code path attempts to dereference a NULL pointer during session cookie parsing, the server process terminates abnormally.

The attack can be executed remotely over the network without requiring any authentication or user interaction. While the vulnerability does not allow for data exfiltration or code execution, its impact on service availability makes it a significant concern for production web servers. Organizations using mod_session for session management are particularly at risk.

Root Cause

The root cause lies in insufficient input validation within the mod_session module when processing Cookie header values. The code fails to properly check for NULL values before dereferencing pointers during the session cookie parsing routine. When a malformed Cookie header bypasses initial validation checks, subsequent operations assume valid pointer references, leading to the NULL pointer dereference and immediate process crash.

Attack Vector

The attack vector is network-based and requires no special privileges or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a target Apache HTTP Server with mod_session enabled
  2. Crafting a malicious HTTP request containing a specially formatted Cookie header designed to trigger the NULL pointer condition
  3. Sending the request to the server, causing the worker process to crash
  4. Repeating the attack to maintain denial of service conditions

The vulnerability can be triggered by any unauthenticated remote user who can send HTTP requests to the affected server. Since mod_session is commonly used for session state management in web applications, many Apache installations may be vulnerable if they have not been patched.

Detection Methods for CVE-2021-26690

Indicators of Compromise

  • Unexpected Apache HTTP Server child process crashes or restarts in error logs
  • Repeated segmentation fault entries in system logs associated with httpd processes
  • Abnormal patterns of incoming requests with malformed or unusually structured Cookie headers
  • Service availability issues correlating with specific incoming HTTP traffic patterns

Detection Strategies

  • Monitor Apache error logs for segmentation fault messages or NULL pointer dereference indicators
  • Implement Web Application Firewall (WAF) rules to detect and block malformed Cookie headers
  • Use intrusion detection systems to identify repeated crash-and-restart patterns indicative of DoS attacks
  • Deploy network traffic analysis to identify suspicious request patterns targeting session handling endpoints

Monitoring Recommendations

  • Enable detailed logging for mod_session module operations to capture anomalous session handling events
  • Configure alerting on Apache child process crash rates exceeding normal thresholds
  • Implement real-time monitoring of web server availability and response times to detect service degradation
  • Review access logs for requests containing unusual Cookie header structures

How to Mitigate CVE-2021-26690

Immediate Actions Required

  • Upgrade Apache HTTP Server to version 2.4.47 or later, which contains the fix for this vulnerability
  • If immediate patching is not possible, consider temporarily disabling mod_session if not required for application functionality
  • Implement WAF rules to filter potentially malicious Cookie headers
  • Review server configurations to ensure only necessary modules are enabled

Patch Information

Apache has released version 2.4.47 which addresses this vulnerability. Administrators should consult the Apache HTTP Server Vulnerabilities page for official patch information. Distribution-specific patches are also available:

  • Debian users should apply updates per DSA-4937 and the Debian LTS Announcement
  • Fedora users should apply updates per the Fedora Package Announcements
  • Gentoo users should refer to GLSA 202107-38
  • Oracle customers should consult the Oracle Security Alert CPU Oct 2021

Workarounds

  • Disable the mod_session module if session management functionality is not required by your applications
  • Implement rate limiting on incoming connections to reduce the impact of potential DoS attacks
  • Deploy a reverse proxy or load balancer in front of Apache servers to provide an additional layer of request filtering
  • Configure server monitoring to automatically restart crashed processes while investigating the root cause
bash
# Disable mod_session module on Debian/Ubuntu systems
sudo a]2dismod session
sudo a2dismod session_cookie
sudo systemctl restart apache2

# Disable mod_session module on RHEL/CentOS by commenting out in config
# Edit /etc/httpd/conf.modules.d/01-session.conf
# Comment out: LoadModule session_module modules/mod_session.so
# Then restart: 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
  • TypeDOS

  • Vendor/TechApache

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability63.38%

  • 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-476
  • Technical References
  • Openwall OSS-Security List Post

  • Apache Dev Mailing List Thread

  • Apache Announce Mailing List Thread

  • Debian LTS Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202107-38

  • NetApp Security Advisory ntap-20210702-0001

  • Debian DSA-4937 Security Advisory

  • Oracle Security Alert CPU Oct 2021
  • Vendor Resources
  • Apache HTTP Server Vulnerabilities

  • Apache CVS Mailing List Thread
  • 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
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