Debian Package Tracker
Register | Log in
Subscribe

libnet-cidr-lite-perl

module for merging IPv4 or IPv6 CIDR address ranges

Choose email to subscribe with

general
  • source: libnet-cidr-lite-perl (main)
  • version: 0.24-1
  • maintainer: Debian Perl Group (archive) (DMD) (LowNMU)
  • uploaders: gregor herrmann [DMD] – Niko Tyni [DMD]
  • arch: all
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 0.22-1
  • oldstable: 0.22-3~deb12u1
  • stable: 0.22-3~deb13u1
  • testing: 0.24-1
  • unstable: 0.24-1
versioned links
  • 0.22-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.22-3~deb12u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.22-3~deb13u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.24-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • libnet-cidr-lite-perl
action needed
2 security issues in trixie high

There are 2 open security issues in trixie.

2 important issues:
  • CVE-2026-45190: 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.
  • CVE-2026-45191: Net::CIDR::Lite versions before 0.24 for Perl does not properly consider extraneous zero characters in CIDR mask values, which may allow IP ACL bypass. Mask forms like "/00" and "/01" pass validation and parse to the same prefix as their unpadded value. See also CVE-2026-45190.
Created: 2026-04-11 Last update: 2026-05-16 15:30
4 security issues in bullseye high

There are 4 open security issues in bullseye.

2 important issues:
  • CVE-2026-45190: 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.
  • CVE-2026-45191: Net::CIDR::Lite versions before 0.24 for Perl does not properly consider extraneous zero characters in CIDR mask values, which may allow IP ACL bypass. Mask forms like "/00" and "/01" pass validation and parse to the same prefix as their unpadded value. See also CVE-2026-45190.
2 issues postponed or untriaged:
  • CVE-2026-40198: (postponed; to be fixed through a stable update) Net::CIDR::Lite versions before 0.23 for Perl does not validate IPv6 group count, which may allow IP ACL bypass. _pack_ipv6() does not check that uncompressed IPv6 addresses (without ::) have exactly 8 hex groups. Inputs like "abcd", "1:2:3", or "1:2:3:4:5:6:7" are accepted and produce packed values of wrong length (3, 7, or 15 bytes instead of 17). The packed values are used internally for mask and comparison operations. find() and bin_find() use Perl string comparison (lt/gt) on these values, and comparing strings of different lengths gives wrong results. This can cause find() to incorrectly report an address as inside or outside a range. Example: my $cidr = Net::CIDR::Lite->new("::/8"); $cidr->find("1:2:3"); # invalid input, incorrectly returns true This is the same class of input validation issue as CVE-2021-47154 (IPv4 leading zeros) previously fixed in this module. See also CVE-2026-40199, a related issue in the same function affecting IPv4 mapped IPv6 addresses.
  • CVE-2026-40199: (postponed; to be fixed through a stable update) Net::CIDR::Lite versions before 0.23 for Perl mishandles IPv4 mapped IPv6 addresses, which may allow IP ACL bypass. _pack_ipv6() includes the sentinel byte from _pack_ipv4() when building the packed representation of IPv4 mapped addresses like ::ffff:192.168.1.1. This produces an 18 byte value instead of 17 bytes, misaligning the IPv4 part of the address. The wrong length causes incorrect results in mask operations (bitwise AND truncates to the shorter operand) and in find() / bin_find() which use Perl string comparison (lt/gt). This can cause find() to incorrectly match or miss addresses. Example: my $cidr = Net::CIDR::Lite->new("::ffff:192.168.1.0/120"); $cidr->find("::ffff:192.168.2.0"); # incorrectly returns true This is triggered by valid RFC 4291 IPv4 mapped addresses (::ffff:x.x.x.x). See also CVE-2026-40198, a related issue in the same function affecting malformed IPv6 addresses.
Created: 2026-05-11 Last update: 2026-05-16 15:30
2 security issues in bookworm high

There are 2 open security issues in bookworm.

2 important issues:
  • CVE-2026-45190: 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.
  • CVE-2026-45191: Net::CIDR::Lite versions before 0.24 for Perl does not properly consider extraneous zero characters in CIDR mask values, which may allow IP ACL bypass. Mask forms like "/00" and "/01" pass validation and parse to the same prefix as their unpadded value. See also CVE-2026-45190.
Created: 2026-05-11 Last update: 2026-05-16 15:30
news
[rss feed]
  • [2026-05-16] libnet-cidr-lite-perl 0.24-1 MIGRATED to testing (Debian testing watch)
  • [2026-05-11] Accepted libnet-cidr-lite-perl 0.24-1 (source) into unstable (Salvatore Bonaccorso)
  • [2026-05-06] Accepted libnet-cidr-lite-perl 0.23-1 (source) into unstable (gregor herrmann)
  • [2026-05-02] Accepted libnet-cidr-lite-perl 0.22-3~deb12u1 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2026-04-19] Accepted libnet-cidr-lite-perl 0.22-3~deb13u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2026-04-14] libnet-cidr-lite-perl 0.22-3 MIGRATED to testing (Debian testing watch)
  • [2026-04-11] Accepted libnet-cidr-lite-perl 0.22-3 (source) into unstable (Salvatore Bonaccorso)
  • [2024-03-23] Accepted libnet-cidr-lite-perl 0.21-2+debu10u1 (source) into oldoldstable (Thorsten Alteholz)
  • [2022-11-22] libnet-cidr-lite-perl 0.22-2 MIGRATED to testing (Debian testing watch)
  • [2022-11-22] libnet-cidr-lite-perl 0.22-2 MIGRATED to testing (Debian testing watch)
  • [2022-11-19] Accepted libnet-cidr-lite-perl 0.22-2 (source) into unstable (Jelmer Vernooij) (signed by: Jelmer Vernooij)
  • [2021-05-01] libnet-cidr-lite-perl 0.22-1 MIGRATED to testing (Debian testing watch)
  • [2021-04-10] Accepted libnet-cidr-lite-perl 0.22-1 (source) into unstable (gregor herrmann)
  • [2021-01-04] libnet-cidr-lite-perl 0.21-2.1 MIGRATED to testing (Debian testing watch)
  • [2021-01-04] libnet-cidr-lite-perl 0.21-2.1 MIGRATED to testing (Debian testing watch)
  • [2021-01-01] Accepted libnet-cidr-lite-perl 0.21-2.1 (source) into unstable (Holger Levsen)
  • [2018-07-09] libnet-cidr-lite-perl 0.21-2 MIGRATED to testing (Debian testing watch)
  • [2018-07-06] Accepted libnet-cidr-lite-perl 0.21-2 (source all) into unstable (Florian Schlichting)
  • [2010-04-14] libnet-cidr-lite-perl 0.21-1 MIGRATED to testing (Debian testing watch)
  • [2010-04-03] Accepted libnet-cidr-lite-perl 0.21-1 (source all) (Chris Butler)
  • [2008-03-12] libnet-cidr-lite-perl 0.20-2 MIGRATED to testing (Debian testing watch)
  • [2008-03-02] Accepted libnet-cidr-lite-perl 0.20-2 (source all) (gregor herrmann)
  • [2006-04-01] libnet-cidr-lite-perl 0.20-1 MIGRATED to testing (Debian testing watch)
  • [2006-03-18] Accepted libnet-cidr-lite-perl 0.20-1 (source all) (Niko Tyni) (signed by: Krzysztof Krzyżaniak)
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.22-2

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing