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.
References
Configurations
History
21 Nov 2024, 06:07
Type | Values Removed | Values Added |
---|---|---|
References | () https://daniel.haxx.se/blog/2017/01/30/one-url-standard-please/ - Exploit, Third Party Advisory | |
References | () https://github.com/zmartzone/mod_auth_openidc/commit/3a115484eb927bc6daa5737dd84f88ff4bbc5544 - Patch, Third Party Advisory | |
References | () https://github.com/zmartzone/mod_auth_openidc/releases/tag/v2.4.9 - Release Notes, Third Party Advisory | |
References | () https://github.com/zmartzone/mod_auth_openidc/security/advisories/GHSA-xm4c-5wm5-jqv7 - Third Party Advisory | |
References | () https://lists.debian.org/debian-lts-announce/2023/04/msg00034.html - | |
References | () https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/FZVF6BSJLRQZ7PFFR4X5JSU6KUJYNOCU/ - | |
References | () https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QXAWKPT5LXZSUTFSJ6IWSZC7RMYYQXQD/ - | |
References | () https://security.netapp.com/advisory/ntap-20210902-0001/ - Third Party Advisory | |
References | () https://www.oracle.com/security-alerts/cpuapr2022.html - Patch, Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : 5.8
v3 : 4.7 |
25 May 2023, 20:18
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:a:openidc:mod_auth_openidc:*:*:*:*:*:*:*:* |
30 Apr 2023, 23:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
10 May 2022, 18:02
Type | Values Removed | Values Added |
---|---|---|
References | (MISC) https://www.oracle.com/security-alerts/cpuapr2022.html - Patch, Third Party Advisory |
20 Apr 2022, 00:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
18 Oct 2021, 12:56
Type | Values Removed | Values Added |
---|---|---|
References | (FEDORA) https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FZVF6BSJLRQZ7PFFR4X5JSU6KUJYNOCU/ - Mailing List, Third Party Advisory | |
References | (CONFIRM) https://security.netapp.com/advisory/ntap-20210902-0001/ - Third Party Advisory | |
References | (FEDORA) https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QXAWKPT5LXZSUTFSJ6IWSZC7RMYYQXQD/ - Mailing List, Third Party Advisory | |
CPE | cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:* cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:* |
02 Sep 2021, 09:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
04 Aug 2021, 17:27
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:a:zmartzone:mod_auth_openidc:*:*:*:*:*:*:*:* cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:* |
|
References | (MISC) https://daniel.haxx.se/blog/2017/01/30/one-url-standard-please/ - Exploit, Third Party Advisory | |
References | (MISC) https://github.com/zmartzone/mod_auth_openidc/releases/tag/v2.4.9 - Release Notes, Third Party Advisory | |
References | (CONFIRM) https://github.com/zmartzone/mod_auth_openidc/security/advisories/GHSA-xm4c-5wm5-jqv7 - Third Party Advisory | |
References | (MISC) https://github.com/zmartzone/mod_auth_openidc/commit/3a115484eb927bc6daa5737dd84f88ff4bbc5544 - Patch, Third Party Advisory | |
CWE | CWE-601 | |
CVSS |
v2 : v3 : |
v2 : 5.8
v3 : 6.1 |
22 Jul 2021, 22:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2021-07-22 22:15
Updated : 2024-11-21 06:07
NVD link : CVE-2021-32786
Mitre link : CVE-2021-32786
CVE.ORG link : CVE-2021-32786
JSON object : View
Products Affected
openidc
- mod_auth_openidc
apache
- http_server
fedoraproject
- fedora
CWE
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')