Bugzilla – Bug 1241141
VUL-0: CVE-2025-2814: perl-Crypt-CBC versions between 1.21 and 3.04 for Perl may use insecure rand() function for cryptographic functions
Last modified: 2025-04-14 09:18:00 UTC
Crypt::CBC versions between 1.21 and 3.04 for Perl may use the rand() function as the default source of entropy, which is not cryptographically secure, for cryptographic functions. This issue affects operating systems where "/dev/urandom'" is unavailable. In that case, Crypt::CBC will fallback to use the insecure rand() function. References: https://perldoc.perl.org/functions/rand https://security.metacpan.org/docs/guides/random-data-for-security.html http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2025-2814 https://www.cve.org/CVERecord?id=CVE-2025-2814 https://metacpan.org/dist/Crypt-CBC/source/lib/Crypt/CBC.pm#L777 https://bugzilla.redhat.com/show_bug.cgi?id=2359259