VYPR

List Someutils Xs

by Pypi

Source repositories

CVEs (1)

  • CVE-2026-12844HigJun 25, 2026
    risk 0.42cvss 7.5epss 0.00

    List::SomeUtils::XS versions before 0.59 for Perl have a heap buffer overflow in the pairwise function. pairwise() collects the values returned by the block into a heap buffer sized to the longer input array, then grows the buffer before each copy with a single quadrupling…