#VU79694 Use of insufficiently random values in mod_auth_openidc - CVE-2021-32791

 

#VU79694 Use of insufficiently random values in mod_auth_openidc - CVE-2021-32791

Published: August 18, 2023


Vulnerability identifier: #VU79694
Vulnerability risk: Low
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2021-32791
CWE-ID: CWE-330
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
mod_auth_openidc
Software vendor:
ZmartZone IAM

Description

The vulnerability allows a remote attacker to perform a brute-force attack.

The vulnerability exists due to the AES GCM encryption in mod_auth_openidc uses a static IV and AAD, which creates a static nonce. Since aes-gcm is a stream cipher, this can lead to known cryptographic issues as the same key is being reused.


Remediation

Install updates from vendor's website.

External links