CVE-2026-2597

Source
https://cve.org/CVERecord?id=CVE-2026-2597
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-2597.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-2597
Downstream
Published
2026-02-26T23:29:16.488Z
Modified
2026-07-15T01:48:50.283208726Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
Crypt::SysRandom::XS versions before 0.010 for Perl is vulnerable to a heap buffer overflow in the XS function random_bytes()
Details

Crypt::SysRandom::XS versions before 0.010 for Perl is vulnerable to a heap buffer overflow in the XS function random_bytes().

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 chosen random function (e.g. getrandom) 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.

Database specific
{
    "cwe_ids": [
        "CWE-122",
        "CWE-1284"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/2xxx/CVE-2026-2597.json",
    "cna_assigner": "CPANSec"
}
References

Affected packages

Git / github.com/leont/crypt-sysrandom-xs

Affected ranges

Type
GIT
Repo
https://github.com/leont/crypt-sysrandom-xs
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "0.010"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

v0.*
v0.001
v0.002
v0.003
v0.004
v0.005
v0.006
v0.007
v0.008
v0.009

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-2597.json"