Vulnerability Description
Crypt::ScryptKDF versions through 0.010 for Perl uses insecure random number source when no CSPRNG module is available. The random_bytes function fell back to using the built-in rand() function when none of the Perl modules Crypt::PRNG, Crypt::OpenSSL::Random, Net::SSLeay, Crypt::Random, or Bytes::Random::Secure were available.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://metacpan.org/release/MIK/Crypt-ScryptKDF-0.011/changes
- https://metacpan.org/release/MIK/Crypt-ScryptKDF-0.011/diff/MIK/Crypt-ScryptKDF-
- http://www.openwall.com/lists/oss-security/2026/05/26/8
FAQ
What is CVE-2026-8647?
CVE-2026-8647 is a vulnerability with a CVSS score of 4.8 (MEDIUM). Crypt::ScryptKDF versions through 0.010 for Perl uses insecure random number source when no CSPRNG module is available. The random_bytes function fell back to using the built-in rand() function when ...
How severe is CVE-2026-8647?
CVE-2026-8647 has been rated MEDIUM with a CVSS base score of 4.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-8647?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.