AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-40915

HIGH · CVSS 7 EPSS 0.24%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-06-11 · Last synced 2026-08-04

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.