Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-40198— Net::CIDR::Lite versions before 0.23 for Perl does not validate IPv6 group count, which may allow IP ACL bypass

Quick assessment

Affected
STIGTSP Net::CIDR::Lite
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

Net-CIDR-Lite是Stig个人开发者的一个用于处理CIDR地址的Perl模块。 Net-CIDR-Lite 0.23之前版本存在安全漏洞,该漏洞源于未验证IPv6组数量,可能导致IP访问控制列表绕过。

AI Predicted 5.9 Difficulty: Moderate EPSS 0.31% · P24

Possible ATT&CK Techniques 1 AI

T1190 · Exploit Public-Facing Application
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-40198

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Net::CIDR::Lite versions before 0.23 for Perl does not validate IPv6 group count, which may allow IP ACL bypass
Source: CVE Program / CVE List V5
Vulnerability Description
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.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
CWE-1286
Source: CVE Program / CVE List V5
Vulnerability Title
Net-CIDR-Lite 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Net-CIDR-Lite是Stig个人开发者的一个用于处理CIDR地址的Perl模块。 Net-CIDR-Lite 0.23之前版本存在安全漏洞,该漏洞源于未验证IPv6组数量,可能导致IP访问控制列表绕过。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
STIGTSP Net::CIDR::Lite 0 ~ 0.23 -

II. Public POCs for CVE-2026-40198

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-40198

登录查看更多情报信息。

Patches & Fixes for CVE-2026-40198 (1)

Vendor Advisories for CVE-2026-40198 (1)

Other References for CVE-2026-40198 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-40198

No comments yet


Leave a comment