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-2025-49630

CVE-2025-49630: Apache HTTP Server DOS Vulnerability

CVE-2025-49630 is a denial of service flaw in Apache HTTP Server affecting versions 2.4.26 through 2.4.63. Attackers can exploit proxy configurations to trigger crashes. This article covers technical details, impact, and mitigation.

Published: March 11, 2026

CVE-2025-49630 Overview

CVE-2025-49630 is a denial of service vulnerability affecting Apache HTTP Server versions 2.4.26 through 2.4.63. The vulnerability exists in the mod_proxy_http2 module and can be triggered by untrusted clients when specific proxy configurations are in use. When exploited, the vulnerability causes an assertion failure that crashes the server, resulting in service disruption.

The vulnerability specifically affects configurations where a reverse proxy is configured for an HTTP/2 backend with the ProxyPreserveHost directive set to "on". This configuration preserves the original Host header when proxying requests, and under certain conditions, malicious clients can trigger an assertion that terminates the server process.

Critical Impact

Untrusted clients can crash Apache HTTP Server instances configured as HTTP/2 reverse proxies, causing complete service disruption and potential cascading failures in dependent applications.

Affected Products

  • Apache HTTP Server versions 2.4.26 through 2.4.63
  • Systems using mod_proxy_http2 module
  • Reverse proxy configurations with ProxyPreserveHost on for HTTP/2 backends

Discovery Timeline

  • 2025-07-10 - CVE-2025-49630 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2025-49630

Vulnerability Analysis

This vulnerability is classified under CWE-617 (Reachable Assertion), which occurs when the application contains an assertion that can be triggered by an attacker. In the context of mod_proxy_http2, the assertion is reachable through specific network conditions when processing HTTP/2 proxy requests.

The vulnerability is exploitable over the network without requiring authentication or user interaction. When triggered, the assertion causes the Apache worker process to terminate abnormally, resulting in denial of service. In prefork or worker MPM configurations, this may only affect a single child process, but repeated attacks can exhaust available workers or crash the parent process depending on the configuration.

Root Cause

The root cause lies in the mod_proxy_http2 module's handling of requests when ProxyPreserveHost is enabled. When proxying to an HTTP/2 backend, certain request characteristics trigger an internal assertion check that was not designed to handle maliciously crafted input from untrusted clients.

Assertions are typically used during development to catch programming errors, but when reachable by external input in production environments, they become security vulnerabilities. In this case, the assertion in mod_proxy_http2 fails to account for edge cases in HTTP/2 proxy request processing, allowing remote attackers to trigger a crash condition.

Attack Vector

The attack is network-based and can be executed by any untrusted client that can reach the vulnerable Apache HTTP Server instance. The attacker does not require any authentication or special privileges.

The attack scenario involves:

  1. An Apache HTTP Server configured as a reverse proxy for an HTTP/2 backend
  2. The ProxyPreserveHost on directive enabled in the configuration
  3. An attacker sending specially crafted requests that trigger the assertion in mod_proxy_http2

The vulnerability is accessible without user interaction, making it suitable for automated exploitation. While the impact is limited to availability (denial of service), the ease of exploitation makes this a significant concern for publicly accessible Apache instances.

Detection Methods for CVE-2025-49630

Indicators of Compromise

  • Unexpected Apache HTTP Server process crashes or restarts
  • Error logs showing assertion failures in mod_proxy_http2
  • Increased frequency of child process terminations
  • Service availability issues affecting HTTP/2 proxied backends

Detection Strategies

  • Monitor Apache error logs for assertion failure messages related to mod_proxy_http2
  • Configure process monitoring to alert on unexpected Apache worker terminations
  • Implement health checks to detect service availability degradation
  • Review access logs for unusual request patterns targeting proxied HTTP/2 endpoints

Monitoring Recommendations

  • Enable detailed logging for mod_proxy_http2 module operations
  • Set up automated alerting for Apache service restarts and crashes
  • Monitor system logs for SIGABRT signals from Apache processes
  • Track worker process lifecycle metrics to identify abnormal termination patterns

How to Mitigate CVE-2025-49630

Immediate Actions Required

  • Upgrade Apache HTTP Server to a patched version beyond 2.4.63
  • If upgrade is not immediately possible, consider disabling mod_proxy_http2 temporarily
  • Review and audit configurations using ProxyPreserveHost on with HTTP/2 backends
  • Implement rate limiting and request filtering at the edge

Patch Information

Apache has released security updates to address this vulnerability. The official security advisory is available at the Apache HTTP Server Vulnerabilities page. Organizations should upgrade to the latest available version that includes the fix for CVE-2025-49630.

Additional security information has been shared through the OpenWall OSS Security mailing list and subsequent updates. Debian users should refer to the Debian LTS Security Announcement for distribution-specific guidance.

Workarounds

  • Disable ProxyPreserveHost directive if not strictly required for HTTP/2 backends
  • Switch to HTTP/1.1 for backend connections by using mod_proxy_http instead of mod_proxy_http2
  • Implement a Web Application Firewall (WAF) to filter potentially malicious requests
  • Use frontend load balancers to add an additional layer of protection before Apache
bash
# Configuration example - Disable ProxyPreserveHost as a temporary workaround
# In your Apache configuration file (httpd.conf or virtual host config):

# Change this:
# ProxyPreserveHost on

# To this:
ProxyPreserveHost off

# Or disable mod_proxy_http2 entirely and use HTTP/1.1:
# a2dismod proxy_http2
# a2enmod proxy_http

# Restart Apache to apply changes:
# systemctl restart apache2

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 Probability0.72%

  • 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-617
  • Technical References
  • OpenWall OSS Security Discussion

  • OpenWall OSS Security Discussion Update

  • Debian LTS Security Announcement
  • Vendor Resources
  • Apache HTTP Server Vulnerabilities
  • 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-2024-27316: 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