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.22-3
  • maintainer: Debian Perl Group (archive) (DMD) (LowNMU)
  • uploaders: gregor herrmann [DMD] – Niko Tyni [DMD]
  • arch: all
  • std-ver: 4.6.1
  • 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-2
  • stable: 0.22-2
  • stable-p-u: 0.22-3~deb13u1
  • testing: 0.22-3
  • unstable: 0.22-3
versioned links
  • 0.22-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.22-2: [.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.22-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • libnet-cidr-lite-perl
action needed
A new upstream version is available: 0.23 high
A new upstream version 0.23 is available, you should consider packaging it.
Created: 2026-04-15 Last update: 2026-04-25 23:02
2 low-priority security issues in trixie low

There are 2 open security issues in trixie.

2 issues left for the package maintainer to handle:
  • CVE-2026-40198: (needs triaging) 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: (needs triaging) 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.

You can find information about how to handle these issues in the security team's documentation.

Created: 2026-04-11 Last update: 2026-04-13 15:30
debian/patches: 4 patches to forward upstream low

Among the 4 debian patches available in version 0.22-3 of the package, we noticed the following issues:

  • 4 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2026-04-11 Last update: 2026-04-11 21:01
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.6.1).
Created: 2022-12-17 Last update: 2026-04-11 16:32
news
[rss feed]
  • [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
  • debian patches
  • 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