CVE-2026-6659
Deferred
Deferred - Pending Action
Predictable Salt Generation in Crypt::PasswdMD5 Perl Module
Publication date: 2026-05-08
Last updated on: 2026-05-26
Assigner: CPANSec
Description
Description
Crypt::PasswdMD5 versions through 1.42 for Perl generates insecure random values for salts.
The built-in rand function is predictable, and unsuitable for cryptography.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| rsavage | crypt_passwdmd5 | 1.42 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-338 | The product uses a Pseudo-Random Number Generator (PRNG) in a security context, but the PRNG's algorithm is not cryptographically strong. |