Search Results (2 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-6656 1 Drsteve 1 Crypt::password 2026-07-23 7.5 High
Crypt::Password versions through 0.28 for Perl are susceptible to timing attacks. The check_password method uses the built-in eq operator. This allows discrepancies in timing to be used to guess the underlying hash.
CVE-2026-16235 1 Drsteve 1 Crypt::password 2026-07-23 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.