CyberRota Analysis
This is a high severity vulnerability with a CVSS score of 7.0. See the original NVD description below for full technical details.
CVE
CVE-2025-40915
Severity
HIGH
CVSS
7
EPSS
0.24%
Original NVD Description
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.