Beveiligingsadvies

CVE-2026-13082

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2026-07-17 12:54:07
Laatst bijgewerkt 2026-07-17 17:29:23
Toegewezen door CPANSec
CVSS-score 5.3
Status PUBLISHED

Beschrijving

GD::SecurityImage versions through 1.75 for Perl use rand to generate secrets. The random method creates the challenge text used for the CAPTCHA by sampling characters from an array using Perl's built-in rand function, and generates a (by default) six-character string. The built-in rand function is unsuitable for security applications because it is predictable and reversible.