Vulnerability Description
Crypt::Password versions through 0.28 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://metacpan.org/release/DRSTEVE/Crypt-Password-0.28/source/lib/Crypt/Passwo
- http://www.openwall.com/lists/oss-security/2026/07/20/3
FAQ
What is CVE-2026-16235?
CVE-2026-16235 is a vulnerability with a CVSS score of 9.8 (CRITICAL). Crypt::Password versions through 0.28 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography.
How severe is CVE-2026-16235?
CVE-2026-16235 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-16235?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.