CVE-2025-31492: mod_auth_openidc allows OIDCProviderAuthRequestMethod POSTs to leak protected data
Last updated 23 April 2025
Other sources
modauthopenidc is an OpenID Certified authentication and authorization module for the Apache 2.x HTTP server that implements the OpenID Connect Relying Party functionality. Prior to 2.4.16.11, a bug in a modauthopenidc results in disclosure of protected content to unauthenticated users. The conditions for disclosure are an OIDCProviderAuthRequestMethod POST, a valid account, and there mustn't be any application-level gateway (or load balancer etc) protecting the server. When you request a protected resource, the response includes the HTTP status, the HTTP headers, the intended response (the self-submitting form), and the protected resource (with no headers). This is an example of a request for a protected resource, including all the data returned. In the case where modauthopenidc returns a form, it has to return OK from checkuserid so as not to go down the error path in httpd. This means httpd will try to issue the protected resource. oidccontenthandler is called early, which has the opportunity to prevent the normal output being issued by httpd. oidccontenthandler has a number of checks for when it intervenes, but it doesn't check for this case, so the handler returns DECLINED. Consequently, httpd appends the protected content to the response. The issue has been patched in modauthopenidc versions >= 2.4.16.11.
— MITRE
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-31492?
CVE-2025-31492 is considered a critical vulnerability due to its potential to disclose protected content to unauthenticated users.
How do I fix CVE-2025-31492?
To fix CVE-2025-31492, upgrade the mod_auth_openidc module to version 2.4.16.11 or later.
What software is affected by CVE-2025-31492?
CVE-2025-31492 affects versions of the mod_auth_openidc module prior to 2.4.16.11 on the Apache 2.x HTTP server.
What type of vulnerability is CVE-2025-31492?
CVE-2025-31492 is a security vulnerability related to unauthorized access to protected content.
Who is responsible for addressing CVE-2025-31492?
It is the responsibility of users and administrators of the affected software to apply the necessary updates to mitigate CVE-2025-31492.