CVE-2026-19566: Net::CIDR::Set versions before 0.23 for Perl allow memory exhaustion and malformed set ranges via unbounded IPv6 prefix lengths

Published Aug 12, 2026
·
Updated

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 + 8), one character per bit. The inc() method then unpacks the packed mask into a Perl array of one scalar per byte, so the prefix length alone sets the allocation size: ::/100000000 builds a 100 MB string and a 12.5 million element array. The value being tested is parsed, not just the configured ranges: contains() builds a set from its argument, and guesscoder() tries the IPv4 coder and then the IPv6 coder, so an IPv4-only set expands an oversized IPv6 prefix length before the mixed address width check rejects it.

Any caller that passes untrusted input to contains() or add() can exhaust process memory. A prefix length above 128 is also stored as a range that does not match the requested block: 2001:db8::/129 stringifies back unchanged, contains() of its own base address returns false, and removing it from a set drops the base address while the set still prints as covering it.

Affected Software

1 affected component
pypi/Net::CIDR::Set<0.23

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Net::CIDR::Set to a version that resolves this vulnerability.

    Fixed in 0.23

Event History

Aug 12, 2026
CVE Published
via MITRE·08:39 AM
Data Sourced
via MITRE·08:39 AM
RemedyDescriptionWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-19566?

The severity of CVE-2026-19566 is rated at 45.

2

How do I fix CVE-2026-19566?

To fix CVE-2026-19566, upgrade to Net::CIDR::Set version 0.23 or later.

3

What type of vulnerability is CVE-2026-19566?

CVE-2026-19566 is a vulnerability that allows for memory exhaustion due to malformed IPv6 prefix lengths.

4

What impact does CVE-2026-19566 have on systems?

CVE-2026-19566 can lead to denial of service through resource exhaustion on affected systems.

5

Which software is affected by CVE-2026-19566?

CVE-2026-19566 affects versions of the Net::CIDR::Set Perl module before 0.23.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203
CVE-2026-19566 - Net::CIDR::Set versions before 0.23 for Perl allow memory exhaustion and malformed set ranges via unbounded IPv6 prefix lengths - SecAlerts