← Back

CVE-2026-2474

nvd nist
Published: Feb 16, 2026Modified: Mar 4, 2026

JSON object

Loading...
7.5
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Exploitability: 3.9 / Impact: 3.6
Source: 134c704f-9b21-4f2e-91b3-4a467353bcc0 (Secondary)

Description

Crypt::URandom versions from 0.41 before 0.55 for Perl is vulnerable to a heap buffer overflow in the XS function crypt_urandom_getrandom(). The function does not validate that the length parameter is non-negative. If a negative value (e.g. -1) is supplied, the expression length + 1u causes an integer wraparound, resulting in a zero-byte allocation. The subsequent call to getrandom(data, length, GRND_NONBLOCK) passes the original negative value, which is implicitly converted to a large unsigned value (typically SIZE_MAX). This can result in writes beyond the allocated buffer, leading to heap memory corruption and application crash (denial of service). In common usage, the length argument is typically hardcoded by the caller, which reduces the likelihood of attacker-controlled exploitation. Applications that pass untrusted input to this parameter may be affected.

Affected (1)

Products: Ddick: Crypt\
1 product
Crypt\
Configuration A
1 vulnerable
Vulnerable SoftwareAffected Versions
From 0.41 to 0.55

References (2)

Source: 9b29abf9-4ab0-4765-b253-1875cd9b441e
Issue Tracking
Source: 9b29abf9-4ab0-4765-b253-1875cd9b441e
Release NotesProduct

Timeline

No history available yet.