๐Ÿ” CVE Alert

CVE-2021-4456

MEDIUM 6.5

Net::CIDR versions before 0.24 for Perl mishandle leading zeros in IP CIDR addresses, which may have unspecified impact

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

Net::CIDR versions before 0.24 for Perl mishandle leading zeros in IP CIDR addresses, which may have unspecified impact. The functions `addr2cidr` and `cidrlookup` may return leading zeros in a CIDR string, which may in turn be parsed as octal numbers by subsequent users. In some cases an attacker may be able to leverage this to bypass access controls based on IP addresses. The documentation advises validating untrusted CIDR strings with the `cidrvalidate` function. However, this mitigation is optional and not enforced by default. In practice, users may call `addr2cidr` or `cidrlookup` with untrusted input and without validation, incorrectly assuming that this is safe.

CWE CWE-704
Vendor mrsam
Product net::cidr
Published Feb 27, 2026
Last Updated Feb 27, 2026
Stay Ahead of the Next One

Get instant alerts for mrsam net::cidr

Be the first to know when new medium vulnerabilities affecting mrsam net::cidr are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

MRSAM / Net::CIDR
0 < 0.24

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
blog.urth.org: https://blog.urth.org/2021/03/29/security-issues-in-perl-ip-address-distros/ github.com: https://github.com/svarshavchik/Net-CIDR/commit/e3648c6bc6bdd018f90cca4149c467017d42bd10 metacpan.org: https://metacpan.org/dist/Net-CIDR/changes