VYPR

Perl Net Cidr Set

by Rrwo

Source repositories

CVEs (2)

  • CVE-2026-19566HigAug 12, 2026
    risk 0.42cvss 7.5epss 0.00

    Net::CIDR::Set versions before 0.23 for Perl allow memory exhaustion and malformed set ranges via unbounded IPv6 prefix lengths. The _encode method accepts any prefix length matching `(0|[1-9][0-9]*)` and passes it to _width2bits(), which builds the mask as `'1' x ($width +…

  • CVE-2025-40911MedMay 27, 2025
    risk 0.35cvss 6.5epss 0.00

    Net::CIDR::Set versions 0.10 through 0.13 for Perl does not properly handle leading zero characters in IP CIDR address strings, which could allow attackers to bypass access control that is based on IP addresses. Leading zeros are used to indicate octal numbers, which can…