GHSA-h295-pfx3-r298CriticalCVSS 9.1
Crypt::SaltedHash versions through 0.09 for Perl generate insecure random values for salts. ...
🔗 CVE IDs covered (1)
📋 Description
Crypt::SaltedHash versions through 0.09 for Perl generate insecure random values for salts.
These versions use the built-in rand function, which is predictable and unsuitable for cryptography.
🔗 References (5)
- https://nvd.nist.gov/vuln/detail/CVE-2026-47372
- https://github.com/robrwo/perl-Crypt-SaltedHash/commit/9b68437d2cd420b819b3a795474c3870338d38d5.patch
- https://metacpan.org/release/RRWO/Crypt-SaltedHash-0.10/changes
- http://www.openwall.com/lists/oss-security/2026/05/20/22
- https://github.com/advisories/GHSA-h295-pfx3-r298