CVE-2025-3891: Mod_auth_openidc: dos via empty post in mod_auth_openidc with oidcpreservepost enabled
A flaw was found 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.
Security readout for executives and security teams
Plain-English summary
CVE-2025-3891 is an availability bug in Apache httpd deployments using mod_auth_openidc. When OIDCPreservePost is enabled, a remote unauthenticated request condition can consistently crash the server. The business risk is service outage, not data theft or privilege escalation based on the supplied sources.
Executive priority
Treat this as a high-priority availability issue for authentication infrastructure. It can disrupt access to protected applications without credentials. Patch exposed systems promptly and track exceptions because the sources describe consistent server crashes under the vulnerable configuration.
Technical view
The flaw is in mod_auth_openidc POST preservation handling when OIDCPreservePost is enabled. It is classified as CWE-248 with CVSS 3.1 score 7.5: network reachable, low complexity, no privileges, no user interaction, high availability impact, and no stated confidentiality or integrity impact.
Likely exposure
Exposure is most likely on Apache httpd servers using mod_auth_openidc with OIDCPreservePost enabled, especially listed Red Hat Enterprise Linux 8, 9, 10 streams and related EUS/AUS/E4S/TUS/SAP variants carrying affected packages.
Exploitation context
The source bundle says KEV is false and provides no cited evidence of active exploitation. However, the described condition is remote and unauthenticated with low attack complexity, so exposed identity front ends or login gateways should be prioritized for availability protection.
Researcher notes
Do not assume all mod_auth_openidc deployments are vulnerable; the supplied condition depends on OIDCPreservePost. The affected list is strongest for Red Hat package streams. The bundle includes an upstream commit and GitHub advisory, but no source here establishes active exploitation.
Mitigation direction
Identify Apache servers running mod_auth_openidc and check whether OIDCPreservePost is enabled.
Apply vendor-provided updates from Red Hat, Debian LTS, or OpenIDC guidance where applicable.
If patching is delayed, evaluate vendor-supported configuration changes for OIDCPreservePost risk reduction.
Prioritize internet-facing authentication gateways and high-availability customer portals first.
Monitor Apache crashes and restart loops until patched.
Validation and detection
Verify installed mod_auth_openidc package versions against the affected vendor package list.
Review Apache configuration for mod_auth_openidc usage and OIDCPreservePost enablement.
Confirm vendor advisories show the installed package is fixed or unaffected.
Check recent web server and system logs for repeated crashes or abnormal worker exits.
Document any exposed systems where patching or configuration mitigation is deferred.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-248: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-248 · source CWE mapping
Uncaught Exception
Uncaught Exception represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.