VYPR
Vendor

Mojolicious::Plugin::CSRF

Products
1
CVEs
1
Across products
1
Status
Private

Products

1

Recent CVEs

1
  • CVE-2025-40915HigJun 11, 2025
    risk 0.46cvss 7.0epss 0.00

    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.