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. When mod_auth_openidc versions prior to 2.4.9 are configured to use an unencrypted Redis cache (`OIDCCacheEncrypt off`, `OIDCSessionType server-cache`, `OIDCCacheType redis`), `mod_auth_openidc` wrongly performed argument interpolation before passing Redis requests to `hiredis`, which would perform it again and lead to an uncontrolled format string bug. Initial assessment shows that this bug does not appear to allow gaining arbitrary code execution, but can reliably provoke a denial of service by repeatedly crashing the Apache workers. This bug has been corrected in version 2.4.9 by performing argument interpolation only once, using the `hiredis` API. As a workaround, this vulnerability can be mitigated by setting `OIDCCacheEncrypt` to `on`, as cache keys are cryptographically hashed before use when this option is enabled.
Credit: security-advisories@github.com 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 | |
All of | ||
Openidc Mod Auth Openidc | <2.4.9 | |
Apache HTTP server | >=2.0.0<=2.4.48 | |
Netapp Cloud Backup | ||
Debian Debian Linux | =10.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-32785 is a vulnerability in mod_auth_openidc version prior to 2.4.9 that allows an attacker to 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-32785 affects mod_auth_openidc versions prior to 2.4.9 by allowing an attacker to exploit an unencrypted Redis cache.
CVE-2021-32785 has a severity rating of high (7.5).
To fix CVE-2021-32785, upgrade mod_auth_openidc to version 2.4.9 or later.