Bug 2468673 (CVE-2026-45190) - CVE-2026-45190 Net::CIDR::Lite: perl: Net::CIDR::Lite: IP ACL bypass due to improper input validation
Summary: CVE-2026-45190 Net::CIDR::Lite: perl: Net::CIDR::Lite: IP ACL bypass due to i...
Keywords:
Status: NEW
Alias: CVE-2026-45190
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2479578
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-10 21:01 UTC by OSIDB Bzimport
Modified: 2026-05-18 14:39 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-10 21:01:16 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.