The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Use of Externally-Controlled Format String vulnerabilities in an interactive lesson.
Start learningUpgrade SLES:15.2
apache2-mod_auth_openidc
to version 2.3.8-3.15.1 or higher.
Note: Versions mentioned in the description apply only to the upstream apache2-mod_auth_openidc
package and not the apache2-mod_auth_openidc
package as distributed by SLES
.
See How to fix?
for SLES:15.2
relevant fixed versions and status.
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.