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-3891

CVE-2025-3891: Apache HTTP Server DoS Vulnerability

CVE-2025-3891 is a denial of service flaw in Apache HTTP Server's mod_auth_openidc module that allows unauthenticated attackers to crash the server. This post covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-3891 Overview

A denial of service vulnerability has been identified in the mod_auth_openidc module for Apache httpd. This flaw allows a remote, unauthenticated attacker to trigger a denial of service by sending an empty POST request when the OIDCPreservePost directive is enabled. The server crashes consistently, affecting availability and disrupting authentication services for all users relying on OpenID Connect integration.

Critical Impact

Remote unauthenticated attackers can crash Apache httpd servers with a single malformed request, causing complete service disruption for organizations using OpenID Connect authentication.

Affected Products

  • Apache HTTP Server with mod_auth_openidc module
  • Red Hat Enterprise Linux 7.0, 8.0, and 9.0
  • Debian Linux 11.0

Discovery Timeline

  • April 29, 2025 - CVE-2025-3891 published to NVD
  • July 28, 2025 - Last updated in NVD database

Technical Details for CVE-2025-3891

Vulnerability Analysis

This vulnerability resides in the mod_auth_openidc module, which provides OpenID Connect authentication capability for Apache httpd servers. The flaw is triggered when the OIDCPreservePost directive is enabled, a configuration option commonly used to preserve POST data across authentication redirects during the OpenID Connect flow.

When a remote attacker sends an empty POST request to an endpoint protected by mod_auth_openidc with OIDCPreservePost enabled, the module fails to properly handle the edge case of zero-length POST body data. This improper handling results in an uncaught exception (CWE-248) that propagates up the call stack and causes the Apache worker process to crash. The vulnerability is particularly dangerous because it requires no authentication and can be exploited with minimal network resources—a single crafted HTTP request is sufficient to crash the server.

The attack is network-accessible and requires low complexity to execute. No user interaction is needed, making this vulnerability easily exploitable by automated scripts or tools. While the vulnerability does not impact confidentiality or integrity, the availability impact is substantial as organizations relying on OpenID Connect for authentication will experience complete service disruption.

Root Cause

The root cause is improper input validation in the POST data preservation logic within mod_auth_openidc. The module does not adequately validate that the POST body contains data before attempting to process it. When an empty POST request is received, the code path that handles POST data preservation encounters an uncaught exception condition (CWE-248), leading to process termination rather than graceful error handling.

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 an Apache httpd server with mod_auth_openidc installed and OIDCPreservePost enabled
  2. Sending an HTTP POST request with an empty body to any protected endpoint
  3. The server crashes immediately upon processing the malformed request

The attack can be repeated to maintain a persistent denial of service condition. Since the vulnerability can be triggered without authentication, any publicly accessible endpoint using OpenID Connect authentication is potentially vulnerable.

Detection Methods for CVE-2025-3891

Indicators of Compromise

  • Repeated Apache httpd child process crashes in system logs
  • Error messages in Apache error logs indicating uncaught exceptions in mod_auth_openidc
  • Abnormal patterns of empty POST requests in access logs targeting protected endpoints
  • Service availability issues coinciding with specific POST request patterns

Detection Strategies

  • Monitor Apache error logs for segmentation faults or uncaught exception errors associated with mod_auth_openidc
  • Implement web application firewall (WAF) rules to detect and block empty POST requests to OpenID Connect protected endpoints
  • Configure network intrusion detection systems (IDS) to alert on patterns of empty POST requests followed by connection resets
  • Deploy application performance monitoring to detect sudden drops in Apache worker process counts

Monitoring Recommendations

  • Set up automated alerting for Apache httpd service restarts and child process crashes
  • Monitor the OIDCPreservePost directive usage across your Apache configurations to identify potentially vulnerable deployments
  • Implement log correlation to identify source IPs sending multiple empty POST requests
  • Track HTTP 500 error rates on authentication endpoints as an early warning indicator

How to Mitigate CVE-2025-3891

Immediate Actions Required

  • Update mod_auth_openidc to the patched version immediately on all affected systems
  • If patching is not immediately possible, consider temporarily disabling the OIDCPreservePost directive
  • Implement WAF rules to reject empty POST requests to protected endpoints as an interim measure
  • Review and apply Red Hat security advisories for Enterprise Linux systems

Patch Information

Multiple vendors have released patches addressing this vulnerability. Red Hat has published several security advisories including RHSA-2025:4597, RHSA-2025:9396, RHSA-2025:10002, RHSA-2025:10003, and RHSA-2025:10004 covering Enterprise Linux 7, 8, and 9. Debian has released updates documented in the Debian LTS Announcement for May 2025. The upstream fix is available via the GitHub commit 6a0b5f66c87184dfe0e4400f6bdd46a82dc0ec2b. Additional details are available in the GitHub Security Advisory GHSA-x7cf-8wgv-5j86.

Workarounds

  • Disable the OIDCPreservePost directive in Apache configuration if POST data preservation is not required for your authentication flow
  • Implement a reverse proxy or WAF rule to validate POST request body length before forwarding to Apache
  • Consider using mod_security rules to filter empty POST requests to OpenID Connect endpoints
  • Deploy load balancer health checks to automatically remove crashed instances from rotation
bash
# Configuration example - Disable OIDCPreservePost as a temporary workaround
# In your Apache configuration file (e.g., /etc/httpd/conf.d/auth_openidc.conf)

# Comment out or set OIDCPreservePost to Off
# OIDCPreservePost On
OIDCPreservePost Off

# Restart Apache to apply changes
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 Probability0.51%

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

  • NVD-CWE-noinfo
  • Technical References
  • Red Hat Security Advisory RHSA-2025:10002

  • Red Hat Security Advisory RHSA-2025:10003

  • Red Hat Security Advisory RHSA-2025:10004

  • Red Hat Security Advisory RHSA-2025:10006

  • Red Hat Security Advisory RHSA-2025:10007

  • Red Hat Security Advisory RHSA-2025:10008

  • Red Hat Security Advisory RHSA-2025:10010

  • Red Hat Security Advisory RHSA-2025:4597

  • Red Hat Security Advisory RHSA-2025:9396

  • Red Hat CVE Details CVE-2025-3891

  • Red Hat Bugzilla Report #2361633

  • GitHub Commit for mod_auth_openidc

  • GitHub Security Advisory GHSA-x7cf-8wgv-5j86

  • Debian LTS Announcement May 2025
  • 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