HOMEVULNERABILITIESCVE-2026-45190
MEDIUM

CVE-2026-45190

CWE-1289Published: May 10, 2026· Updated: May 12, 2026

6.5
CVSS v3.1
EPSS:0.03%probability of exploitation in 30 daysPercentile:9.8th

Official Description

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.

NVD Source

Technical Analysis

CVE-2026-45190 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.

The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorNetwork
Attack ComplexityLow
Privileges Req.None
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityNone
IntegrityLow
AvailabilityLow
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (3)

Quick Facts

CVE IDCVE-2026-45190
CVSS Score6.5 / 10
SeverityMEDIUM
WeaknessCWE-1289
CISA KEVNo
EPSS (30d)0.03%
PublishedMay 10, 2026

Related CVEs (CWE-1289)

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-45190 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.