Amon2::Auth::Site::LINE uses the String::Random module to...
Moderate severity
Unreviewed
Published
Apr 7, 2025
to the GitHub Advisory Database
•
Updated Apr 7, 2025
Description
Published by the National Vulnerability Database
Apr 5, 2025
Published to the GitHub Advisory Database
Apr 7, 2025
Last updated
Apr 7, 2025
Amon2::Auth::Site::LINE uses the String::Random module to generate nonce values.
String::Random defaults to Perl's built-in predictable random number generator, the rand() function, which is not cryptographically secure
References