CVE-2025-40915

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
11/06/2025
Last modified:
12/06/2025

Description

Mojolicious::Plugin::CSRF 1.03 for Perl uses a weak random number source for generating CSRF tokens.<br /> <br /> 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.