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 Insufficiently Random Values vulnerabilities in an interactive lesson.
Start learningUpgrade RHEL:8
mod_auth_openidc:2.3/cjose-devel
to version 0:0.6.1-2.module+el8+2454+f890a43a or higher.
This issue was patched in RHSA-2022:1823
.
Note: Versions mentioned in the description apply only to the upstream mod_auth_openidc:2.3/cjose-devel
package and not the mod_auth_openidc:2.3/cjose-devel
package as distributed by RHEL
.
See How to fix?
for RHEL:8
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. In mod_auth_openidc before version 2.4.9, the AES GCM encryption in mod_auth_openidc uses a static IV and AAD. It is important to fix because this creates a static nonce and since aes-gcm is a stream cipher, this can lead to known cryptographic issues, since the same key is being reused. From 2.4.9 onwards this has been patched to use dynamic values through usage of cjose AES encryption routines.