Security Advisory

CVE-2025-40915

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-06-11 17:09:50
Last updated 2025-06-11 17:57:28
Assigner CPANSec
CVSS score not scored
State PUBLISHED

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.