CVE-2026-45190

Source
https://cve.org/CVERecord?id=CVE-2026-45190
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-45190.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-45190
Downstream
Related
Published
2026-05-10T20:15:24.721Z
Modified
2026-05-30T23:29:18.947078029Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L CVSS Calculator
Summary
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
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/45xxx/CVE-2026-45190.json",
    "cwe_ids": [
        "CWE-1289"
    ],
    "cna_assigner": "CPANSec"
}
References

Affected packages

Git / github.com/stigtsp/net-cidr-lite

Affected ranges

Type
GIT
Repo
https://github.com/stigtsp/net-cidr-lite
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Affected versions

0.*
0.21
0.22
0.23

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-45190.json"