PatchSiren cyber security CVE debrief
CVE-2026-49942 RRWO CVE debrief
CVE-2026-49942 is a HIGH-severity vulnerability in Net::CIDR::Set versions through 0.20 for Perl. The issue arises from the lack of validation for network masks, which could contain Unicode digits or non-digits that are ignored. This oversight could lead to network masks accepting larger networks than intended. Additionally, leading zeros in network masks were accepted but treated as decimal instead of octal, potentially causing confusion about acceptable networks.
- Vendor
- RRWO
- Product
- Net::CIDR::Set
- CVSS
- HIGH 7.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-04
- Original CVE updated
- 2026-07-22
- Advisory published
- 2026-06-04
- Advisory updated
- 2026-07-22
Who should care
Users of Net::CIDR::Set versions through 0.20 for Perl should be aware of this vulnerability, as it could impact network security and configuration.
Technical summary
The Net::CIDR::Set Perl module did not properly validate network masks, allowing for potential security issues. Specifically, the mask portion of a network could contain Unicode digits (e.g., Arabic-Indic One, U+0661) or non-digits, which were ignored. This could result in network masks accepting larger networks than intended. Furthermore, leading zeros in network masks were accepted but interpreted in decimal rather than octal, potentially leading to confusion about which networks are acceptable.
Defensive priority
HIGH
Recommended defensive actions
- Update to Net::CIDR::Set version 0.21 or later.
- Review and validate network configurations to ensure they align with intended settings.
Evidence notes
CVE-2026-49942 was published on [cvePublishedAt] and modified on [cveModifiedAt]. The vulnerability has a CVSS score of 7.3 and is considered HIGH severity.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-49942 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-49942
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-49942 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-49942
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://metacpan.org/release/RRWO/Net-CIDR-Set-0.21/changes
9b29abf9-4ab0-4765-b253-1875cd9b441e - Release Notes
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://nvd.nist.gov/vuln/detail/CVE-2025-40911
9b29abf9-4ab0-4765-b253-1875cd9b441e - Third Party Advisory, US Government Resource
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-45191
9b29abf9-4ab0-4765-b253-1875cd9b441e - Third Party Advisory, US Government Resource
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.