Mojolicious::Plugin::CSRF 1.03 for Perl uses a weak...
High severity
Unreviewed
Published
Jun 11, 2025
to the GitHub Advisory Database
•
Updated Jun 11, 2025
Description
Published by the National Vulnerability Database
Jun 11, 2025
Published to the GitHub Advisory Database
Jun 11, 2025
Last updated
Jun 11, 2025
Mojolicious::Plugin::CSRF 1.03 for Perl uses a weak random number source for generating CSRF tokens.
That version of the module generates tokens as an MD5 of the process id, the current time, and a single call to the built-in rand() function.
References