WebService::Xero 0.11 and earlier for Perl uses the rand(...
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
WebService::Xero 0.11 and earlier for Perl uses the rand() function as the default source of entropy, which is not cryptographically secure, for cryptographic functions.
Specifically WebService::Xero uses the Data::Random library which specifically states that it is "Useful mostly for test programs". Data::Random uses the rand() function.
References