VYPR

List Someutils Xs

by Pypi

CVEs (1)

  • CVE-2026-12844Jun 26, 2026
    risk 0.00cvss epss

    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…