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

CVE-2022-22719: Apache HTTP Server DoS Vulnerability

CVE-2022-22719 is a denial of service vulnerability in Apache HTTP Server where crafted requests trigger memory reads causing crashes. This article covers technical details, affected versions, impact, and mitigation.

Published: February 18, 2026

CVE-2022-22719 Overview

CVE-2022-22719 is an Out-of-Bounds Read vulnerability affecting Apache HTTP Server version 2.4.52 and earlier. A carefully crafted request body can cause a read to a random memory area which could cause the process to crash, resulting in a denial of service condition. This vulnerability stems from improper initialization (CWE-665) in the mod_lua module's request body handling.

Critical Impact

This vulnerability allows remote attackers to crash Apache HTTP Server instances through specially crafted HTTP requests, potentially causing significant service disruption for web applications and services relying on the affected server.

Affected Products

  • Apache HTTP Server versions up to and including 2.4.52
  • Debian Linux 9.0
  • Fedora 34, 35, and 36
  • 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 levels)

Discovery Timeline

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

Technical Details for CVE-2022-22719

Vulnerability Analysis

This vulnerability exists within the mod_lua module of Apache HTTP Server, specifically in how it handles request body content. When processing certain malformed HTTP request bodies, the server performs a read operation from uninitialized or random memory locations. This improper memory access can lead to unpredictable behavior, most commonly resulting in a process crash.

The vulnerability is classified under CWE-665 (Improper Initialization), indicating that the root issue lies in memory not being properly initialized before being accessed. The attack can be executed remotely over the network without requiring authentication or user interaction, making it particularly concerning for internet-facing Apache servers.

Root Cause

The root cause is improper initialization of memory within the mod_lua request body handling code. When the mod_lua module processes request bodies, it fails to properly initialize certain memory regions before reading from them. This uninitialized memory read can access arbitrary memory locations, causing the httpd worker process to crash when it encounters invalid memory addresses or protected memory regions.

Attack Vector

The attack vector for CVE-2022-22719 is network-based, requiring no privileges or user interaction. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to a vulnerable Apache HTTP Server instance that has mod_lua enabled. The malicious request body triggers the improper memory read operation, causing the server process to crash.

The exploitation process involves:

  1. Identifying a target Apache HTTP Server with mod_lua enabled
  2. Crafting a malicious HTTP request with a specially formatted body
  3. Sending the request to the target server
  4. The server's mod_lua module processes the request and performs an uninitialized memory read
  5. The read from random memory causes the httpd process to crash

Technical details regarding the specific exploitation mechanism can be found in the Openwall OSS-Security Post and the Apache HTTPD Vulnerability List.

Detection Methods for CVE-2022-22719

Indicators of Compromise

  • Unexpected Apache httpd child process crashes or restarts in error logs
  • Increased frequency of HTTP 500 errors or connection resets
  • Unusual patterns in HTTP request bodies targeting Lua-enabled endpoints
  • Core dumps or segmentation fault entries in system logs related to httpd processes

Detection Strategies

  • Monitor Apache error logs for segmentation faults and unexpected worker process terminations
  • Implement Web Application Firewall (WAF) rules to detect malformed request bodies
  • Deploy intrusion detection signatures that identify exploitation attempts targeting mod_lua
  • Review Apache access logs for suspicious patterns of requests to Lua-enabled endpoints

Monitoring Recommendations

  • Configure Apache to log detailed request information including request bodies for forensic analysis
  • Set up automated alerts for httpd process crashes or abnormal restart patterns
  • Monitor system resource utilization for signs of repeated crash-restart cycles
  • Implement centralized log collection to correlate crash events across multiple servers

How to Mitigate CVE-2022-22719

Immediate Actions Required

  • Upgrade Apache HTTP Server to version 2.4.53 or later immediately
  • If immediate patching is not possible, disable the mod_lua module if it is not required
  • Apply vendor-specific patches from Debian, Fedora, Oracle, or Apple as applicable to your environment
  • Implement rate limiting and request filtering at the network perimeter to reduce exposure

Patch Information

Apache Software Foundation has released version 2.4.53 which addresses this vulnerability. Organizations should upgrade to this version or later to remediate CVE-2022-22719. For detailed patch information, consult the Apache HTTPD Vulnerability List.

Vendor-specific advisories are available from:

  • Oracle April 2022 Security Alerts
  • Debian LTS Advisory
  • Apple Security Updates
  • Gentoo GLSA 202208-20
  • NetApp Security Advisory

Workarounds

  • Disable the mod_lua module if Lua scripting functionality is not required by commenting out or removing the LoadModule lua_module directive
  • Restrict access to Lua-enabled endpoints using Apache's access control directives to limit exposure
  • Deploy a reverse proxy or WAF in front of vulnerable Apache instances to filter malicious requests
  • Implement network segmentation to limit the attack surface of vulnerable servers
bash
# Disable mod_lua module in Apache configuration
# Edit /etc/apache2/mods-enabled/ or /etc/httpd/conf.modules.d/

# Comment out or remove the following line:
# LoadModule lua_module modules/mod_lua.so

# Alternatively, on Debian/Ubuntu, disable the module:
sudo a2dismod lua

# Restart Apache to apply changes
sudo systemctl restart apache2
# or
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 Http Server

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability29.31%

  • 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-665
  • Technical References
  • Full Disclosure Discussion

  • Full Disclosure Discussion

  • Full Disclosure Discussion

  • Openwall OSS-Security Post

  • Debian LTS Advisory Notice

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202208-20

  • NetApp Security Advisory NTAP-20220321-0001

  • Apple Security Update HT213255

  • Apple Security Update HT213256

  • Apple Security Update HT213257
  • Vendor Resources
  • Apache HTTPD Vulnerability List

  • Oracle April 2022 Security Alerts
  • Related CVEs
  • CVE-2026-29168: Apache HTTP Server DoS Vulnerability

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

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

  • CVE-2020-9490: 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