SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-13082

MEDIUM · CVSS 5.3 EPSS 0.22%

Source: NVD + CISA KEV + EPSS · Published 2026-07-17 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

Versions of GD::SecurityImage up to 1.75 for Perl are vulnerable due to the use of the built-in rand function to generate CAPTCHA challenge text, resulting in predictable and reversible outputs. This vulnerability could allow attackers to bypass CAPTCHA protections, potentially leading to automated abuse of web applications. Developers and security teams utilizing GD::SecurityImage for CAPTCHA implementations should prioritize addressing this issue to enhance the security of their applications.

CVE
CVE-2026-13082
Severity
MEDIUM
CVSS
5.3
EPSS
0.22%

Original NVD Description

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.