VYPR

Crypt::SysRandom::XS

by Perl Foundation

CVEs (1)

  • CVE-2026-2597HigFeb 27, 2026
    risk 0.49cvss 7.5epss 0.00

    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…