CVE-2026-9638
Deferred
Deferred - Pending Action
Predictable Salt Generation in Crypt::PBKDF2 Perl Module
Publication date: 2026-06-12
Last updated on: 2026-06-12
Assigner: CPANSec
Description
Description
Crypt::PBKDF2 versions before 0.261630 for Perl generate insecure random values for salts.
These versions use the built-in rand function, which is predictable and unsuitable for cryptography.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| crypt | pbkdf2 | to 0.261630 (exc) |
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. |