CVE-2026-13082

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.
Configurations

No configuration.

History

No history.

Information

Published : 2026-07-17 13:17

Updated : 2026-07-17 18:17


NVD link : CVE-2026-13082

Mitre link : CVE-2026-13082

CVE.ORG link : CVE-2026-13082


JSON object : View

Products Affected

No product.

CWE
CWE-338

Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)

CWE-804

Guessable CAPTCHA