CVE Catalog

CVE-2026-49942

HighCVSS 7.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.31%

23th percentile - higher than 23% of all known CVEs

Summary

Net::CIDR::Set versions through 0.20 for Perl did not validate network masks. Unicode digits or non-digits in the mask portion were ignored, potentially allowing larger networks. Leading zeros were treated as decimal instead of octal, causing confusion.

Risk Assessment

Improper network mask validation could allow an attacker to access broader IP ranges than intended, potentially leading to unauthorized network access.

Recommendation

Update the Net::CIDR::Set library to the latest available version that includes mask validation fixes.

Other vulnerabilities in Net::CIDR::Set

See all
Original NVD description (English source)

Net::CIDR::Set versions through 0.20 for Perl did not validate network masks. The mask portion of a network mask could contain Unicode digits such as the Arabic-Indic One (U+0661), or non-digits, which were ignored. This could allow network masks to accept larger networks. Leading zeros were also accepted, but treated as decimal instead of octal. This could lead to confusion about what networks are acceptable.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS