Security Advisories (2)
CVE-2026-47372 (2026-05-20)

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.

CVE-2026-47373 (2026-05-20)

Crypt::SaltedHash versions through 0.09 for Perl is susceptible to timing attacks. These versions use Perl's built-in eq comparison. Discrepencies in timing could be used to guess the underlying hash.

Changes for version 0.01 - 2005-11-13

  • original version; created by h2xs 1.23 with options -XA -n Crypt::SaltedHash

Modules

Perl interface to functions that will assist in working with salted hashes.