Crypt::Random Perl package 1.05 through 1.55 may use rand...
High severity
Unreviewed
Published
Mar 11, 2025
to the GitHub Advisory Database
•
Updated Mar 11, 2025
Description
Published by the National Vulnerability Database
Mar 11, 2025
Published to the GitHub Advisory Database
Mar 11, 2025
Last updated
Mar 11, 2025
Crypt::Random Perl package 1.05 through 1.55 may use rand() function, which is not cryptographically strong, for cryptographic functions.
Crypt::Random::rand 1.05 through 1.55 uses the rand() function. If the Provider is not specified and /dev/urandom or an Entropy Gathering Daemon (egd) service is not available Crypt::Random will default to use the insecure Crypt::Random::rand provider.
In particular, Windows versions of perl will encounter this issue by default.
References