PT-2025-15066 · Unknown+1 · Amon2::Auth::Site::Line+2
Published
2025-04-05
·
Updated
2025-04-08
·
CVE-2024-57835
CVSS v3.1
5.5
Medium
| Vector | AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L |
Name of the Vulnerable Software and Affected Versions
Amon2::Auth::Site::LINE versions up to 0.04
Description
The issue concerns the use of a predictable random number generator. Amon2::Auth::Site::LINE utilizes the String::Random module to generate nonce values, which defaults to Perl's built-in rand() function. This function is not cryptographically secure.
Recommendations
For Amon2::Auth::Site::LINE versions up to 0.04, consider using a cryptographically secure random number generator as a replacement for the String::Random module to mitigate the risk of exploitation.
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Amon2::Auth::Site::Line
Perl
String::Random