Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-45190
PUBLISHED
More InfoOfficial Page
Assigner-CPANSec
Assigner Org ID-9b29abf9-4ab0-4765-b253-1875cd9b441e
View Known Exploited Vulnerability (KEV) details
Published At-10 May, 2026 | 20:15
Updated At-10 May, 2026 | 20:15
Rejected At-
▼CVE Numbering Authority (CNA)
Net::CIDR::Lite versions before 0.24 for Perl does not properly validate IP address and CIDR mask inputs, which may allow IP ACL bypass

Net::CIDR::Lite versions before 0.24 for Perl does not properly validate IP address and CIDR mask inputs, which may allow IP ACL bypass. Inputs containing a trailing newline or non-ASCII digit characters pass the validators but are then re-encoded by the parser to a different address than the input string spelled. find() and bin_find() can match or miss addresses as a result. Example: my $cidr = Net::CIDR::Lite->new(); $cidr->add("::1\n/128"); $cidr->find("::1a"); # incorrectly returns true See also CVE-2026-45191.

Affected Products
Vendor
STIGTSP
Product
Net::CIDR::Lite
Collection URL
https://cpan.org/modules
Package Name
Net-CIDR-Lite
Repo
https://github.com/stigtsp/Net-CIDR-Lite
Program Files
  • Lite.pm
Program Routines
  • Net::CIDR::Lite::add
  • Net::CIDR::Lite::_pack_ipv4
  • Net::CIDR::Lite::_pack_ipv6
Default Status
unaffected
Versions
Affected
  • From 0 before 0.24 (custom)
Problem Types
TypeCWE IDDescription
CWECWE-1289CWE-1289 Improper Validation of Unsafe Equivalence in Input
Type: CWE
CWE ID: CWE-1289
Description: CWE-1289 Improper Validation of Unsafe Equivalence in Input
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Upgrade to version 0.24 or newer, or apply the patch provided.

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Vulnerability found2026-05-10 00:00:00
Net-CIDR-Lite version 0.24 released2026-05-10 00:00:00
Event: Vulnerability found
Date: 2026-05-10 00:00:00
Event: Net-CIDR-Lite version 0.24 released
Date: 2026-05-10 00:00:00
Replaced By

Rejected Reason

References
HyperlinkResource
https://github.com/stigtsp/Net-CIDR-Lite/commit/ca9542adec87110556601d7ce48381ea8d13e692.patch
patch
https://metacpan.org/release/STIGTSP/Net-CIDR-Lite-0.24/changes
release-notes
https://www.cve.org/CVERecord?id=CVE-2026-45191
related
Hyperlink: https://github.com/stigtsp/Net-CIDR-Lite/commit/ca9542adec87110556601d7ce48381ea8d13e692.patch
Resource:
patch
Hyperlink: https://metacpan.org/release/STIGTSP/Net-CIDR-Lite-0.24/changes
Resource:
release-notes
Hyperlink: https://www.cve.org/CVERecord?id=CVE-2026-45191
Resource:
related
Details not found