First published: Thu Jul 22 2021(Updated: )
mod_auth_openidc is an authentication/authorization module for the Apache 2.x HTTP server that functions as an OpenID Connect Relying Party, authenticating users against an OpenID Connect Provider. In versions prior to 2.4.9, `oidc_validate_redirect_url()` does not parse URLs the same way as most browsers do. As a result, this function can be bypassed and leads to an Open Redirect vulnerability in the logout functionality. This bug has been fixed in version 2.4.9 by replacing any backslash of the URL to redirect with slashes to address a particular breaking change between the different specifications (RFC2396 / RFC3986 and WHATWG). As a workaround, this vulnerability can be mitigated by configuring `mod_auth_openidc` to only allow redirection whose destination matches a given regular expression.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Openidc Mod Auth Openidc | <2.4.9 | |
Apache HTTP server | >=2.0.0<=2.4.48 | |
Fedoraproject Fedora | =33 | |
Fedoraproject Fedora | =34 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-32786 is a vulnerability in the mod_auth_openidc module that allows an attacker to bypass security controls and potentially perform unauthorized actions.
mod_auth_openidc is an authentication/authorization module for the Apache 2.x HTTP server that functions as an OpenID Connect Relying Party.
CVE-2021-32786 affects mod_auth_openidc versions prior to 2.4.9.
CVE-2021-32786 is caused by the `oidc_validate_redirect_url()` function not parsing URLs correctly, which can lead to security bypass vulnerabilities.
To fix CVE-2021-32786, update mod_auth_openidc to version 2.4.9 or later.