Bug 2501717 (CVE-2026-13082) - CVE-2026-13082 perl-GD-SecurityImage: the rand function is used to generate secrets
Summary: CVE-2026-13082 perl-GD-SecurityImage: the rand function is used to generate s...
Keywords:
Status: NEW
Alias: CVE-2026-13082
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2501787 2501788
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-17 13:01 UTC by OSIDB Bzimport
Modified: 2026-07-17 16:05 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-17 13:01:51 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.