CVE-2024-57835
5.5MEDIUMAmon2::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 cry
Опубликовано: 4/5/2025Обновлено: 4/8/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
ИИ-АнализНа базе ИИ
Затронутые продукты
nipotanline_integration_for_amon2
Ссылки
- https://metacpan.org/release/SHLOMIF/String-Random-0.32/source/lib/String/Random.pm#L377Product
- https://metacpan.org/release/TANIGUCHI/Amon2-Auth-Site-LINE-0.04/source/lib/Amon2/Auth/Site/LINE.pm#L235Product
- https://metacpan.org/release/TANIGUCHI/Amon2-Auth-Site-LINE-0.04/source/lib/Amon2/Auth/Site/LINE.pm#L255Product
- https://security.metacpan.org/docs/guides/random-data-for-security.htmlTechnical Description