GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-45190 (GCVE-0-2026-45190)

Vulnerability from cvelistv5 – Published: 2026-05-10 20:15 – Updated: 2026-05-12 14:31
VLAI
Title
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
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. 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.
SSVC
Exploitation: none Automatable: yes Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-05-12 14:30 UTC
CWE
  • CWE-1289 - Improper Validation of Unsafe Equivalence in Input
Impacted products
Vendor Product Version CPE status
STIGTSP Net::CIDR::Lite Affected: 0 , < 0.24 (custom)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "NETWORK",
              "availabilityImpact": "LOW",
              "baseScore": 6.5,
              "baseSeverity": "MEDIUM",
              "confidentialityImpact": "NONE",
              "integrityImpact": "LOW",
              "privilegesRequired": "NONE",
              "scope": "UNCHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2026-45190",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "yes"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-05-12T14:30:52.674727Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-05-12T14:31:01.908Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "collectionURL": "https://cpan.org/modules",
          "defaultStatus": "unaffected",
          "packageName": "Net-CIDR-Lite",
          "product": "Net::CIDR::Lite",
          "programFiles": [
            "Lite.pm"
          ],
          "programRoutines": [
            {
              "name": "Net::CIDR::Lite::add"
            },
            {
              "name": "Net::CIDR::Lite::_pack_ipv4"
            },
            {
              "name": "Net::CIDR::Lite::_pack_ipv6"
            }
          ],
          "repo": "https://github.com/stigtsp/Net-CIDR-Lite",
          "vendor": "STIGTSP",
          "versions": [
            {
              "lessThan": "0.24",
              "status": "affected",
              "version": "0",
              "versionType": "custom"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "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.\n\nInputs 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.\n\nExample:\n\n  my $cidr = Net::CIDR::Lite-\u003enew();\n  $cidr-\u003eadd(\"::1\\n/128\");\n  $cidr-\u003efind(\"::1a\");  # incorrectly returns true\n\nSee also CVE-2026-45191."
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-1289",
              "description": "CWE-1289 Improper Validation of Unsafe Equivalence in Input",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-10T20:15:24.721Z",
        "orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
        "shortName": "CPANSec"
      },
      "references": [
        {
          "tags": [
            "patch"
          ],
          "url": "https://github.com/stigtsp/Net-CIDR-Lite/commit/ca9542adec87110556601d7ce48381ea8d13e692.patch"
        },
        {
          "tags": [
            "release-notes"
          ],
          "url": "https://metacpan.org/release/STIGTSP/Net-CIDR-Lite-0.24/changes"
        },
        {
          "tags": [
            "related"
          ],
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-45191"
        }
      ],
      "solutions": [
        {
          "lang": "en",
          "value": "Upgrade to version 0.24 or newer, or apply the patch provided."
        }
      ],
      "source": {
        "discovery": "UNKNOWN"
      },
      "timeline": [
        {
          "lang": "en",
          "time": "2026-05-10T00:00:00.000Z",
          "value": "Vulnerability found"
        },
        {
          "lang": "en",
          "time": "2026-05-10T00:00:00.000Z",
          "value": "Net-CIDR-Lite version 0.24 released"
        }
      ],
      "title": "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",
      "x_generator": {
        "engine": "cpansec-cna-tool 0.1"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
    "assignerShortName": "CPANSec",
    "cveId": "CVE-2026-45190",
    "datePublished": "2026-05-10T20:15:24.721Z",
    "dateReserved": "2026-05-10T16:36:05.708Z",
    "dateUpdated": "2026-05-12T14:31:01.908Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-45190",
      "date": "2026-09-16",
      "epss": "0.00311",
      "percentile": "0.23976"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-45190\",\"sourceIdentifier\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"published\":\"2026-05-10T21:16:29.273\",\"lastModified\":\"2026-07-24T13:10:00.223\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\\n\\nInputs 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.\\n\\nExample:\\n\\n  my $cidr = Net::CIDR::Lite-\u003enew();\\n  $cidr-\u003eadd(\\\"::1\\\\n/128\\\");\\n  $cidr-\u003efind(\\\"::1a\\\");  # incorrectly returns true\\n\\nSee also CVE-2026-45191.\"},{\"lang\":\"es\",\"value\":\"Las versiones de Net::CIDR::Lite anteriores a la 0.24 para Perl no validan correctamente las entradas de direcci\u00f3n IP y m\u00e1scara CIDR, lo que puede permitir la omisi\u00f3n de ACL de IP.\\n\\nLas entradas que contienen un salto de l\u00ednea final o caracteres de d\u00edgitos no ASCII pasan los validadores, pero luego son recodificadas por el analizador a una direcci\u00f3n diferente de la que especifica la cadena de entrada. find() y bin_find() pueden coincidir o no con direcciones como resultado.\\n\\nEjemplo:\\n\\n  my $cidr = Net::CIDR::Lite -\u003e new();\\n  $cidr -\u003e add(\u0027::1\\\\n/128\u0027);\\n  $cidr -\u003e find(\u0027::1a\u0027);  # devuelve true incorrectamente\\n\\nV\u00e9ase tambi\u00e9n CVE-2026-45191.\"}],\"affected\":[{\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"affectedData\":[{\"vendor\":\"STIGTSP\",\"product\":\"Net::CIDR::Lite\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://cpan.org/modules\",\"packageName\":\"Net-CIDR-Lite\",\"programFiles\":[\"Lite.pm\"],\"programRoutines\":[{\"name\":\"Net::CIDR::Lite::add\"},{\"name\":\"Net::CIDR::Lite::_pack_ipv4\"},{\"name\":\"Net::CIDR::Lite::_pack_ipv6\"}],\"repo\":\"https://github.com/stigtsp/Net-CIDR-Lite\",\"versions\":[{\"version\":\"0\",\"lessThan\":\"0.24\",\"versionType\":\"custom\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":2.5}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-05-12T14:30:52.674727Z\",\"id\":\"CVE-2026-45190\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1289\"}]}],\"references\":[{\"url\":\"https://github.com/stigtsp/Net-CIDR-Lite/commit/ca9542adec87110556601d7ce48381ea8d13e692.patch\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://metacpan.org/release/STIGTSP/Net-CIDR-Lite-0.24/changes\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"},{\"url\":\"https://www.cve.org/CVERecord?id=CVE-2026-45191\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-09-01T12:02:09+00:00",
      "cve": "CVE-2026-45190",
      "id": "CVE-2026-45190",
      "initial_release_date": "2026-05-10T20:15:24.721000+00:00",
      "product_status:known_affected": "324",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "Net::CIDR::Lite: perl: Net::CIDR::Lite: IP ACL bypass due to improper input validation",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-45190.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "important",
      "current_release_date": "2026-06-26T02:17:07Z",
      "cve": "CVE-2026-45190",
      "id": "CVE-2026-45190",
      "initial_release_date": "2026-05-11T14:13:02Z",
      "product_status:known_affected": "6",
      "product_status:recommended": "17",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-45190",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-45190.json",
      "version": "5"
    },
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 6.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-45190\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-05-12T14:30:52.674727Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-05-12T14:30:37.454Z\"}}], \"cna\": {\"title\": \"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\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"affected\": [{\"repo\": \"https://github.com/stigtsp/Net-CIDR-Lite\", \"vendor\": \"STIGTSP\", \"product\": \"Net::CIDR::Lite\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.24\", \"versionType\": \"custom\"}], \"packageName\": \"Net-CIDR-Lite\", \"programFiles\": [\"Lite.pm\"], \"collectionURL\": \"https://cpan.org/modules\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Net::CIDR::Lite::add\"}, {\"name\": \"Net::CIDR::Lite::_pack_ipv4\"}, {\"name\": \"Net::CIDR::Lite::_pack_ipv6\"}]}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2026-05-10T00:00:00.000Z\", \"value\": \"Vulnerability found\"}, {\"lang\": \"en\", \"time\": \"2026-05-10T00:00:00.000Z\", \"value\": \"Net-CIDR-Lite version 0.24 released\"}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Upgrade to version 0.24 or newer, or apply the patch provided.\"}], \"references\": [{\"url\": \"https://github.com/stigtsp/Net-CIDR-Lite/commit/ca9542adec87110556601d7ce48381ea8d13e692.patch\", \"tags\": [\"patch\"]}, {\"url\": \"https://metacpan.org/release/STIGTSP/Net-CIDR-Lite-0.24/changes\", \"tags\": [\"release-notes\"]}, {\"url\": \"https://www.cve.org/CVERecord?id=CVE-2026-45191\", \"tags\": [\"related\"]}], \"x_generator\": {\"engine\": \"cpansec-cna-tool 0.1\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"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.\\n\\nInputs 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.\\n\\nExample:\\n\\n  my $cidr = Net::CIDR::Lite-\u003enew();\\n  $cidr-\u003eadd(\\\"::1\\\\n/128\\\");\\n  $cidr-\u003efind(\\\"::1a\\\");  # incorrectly returns true\\n\\nSee also CVE-2026-45191.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1289\", \"description\": \"CWE-1289 Improper Validation of Unsafe Equivalence in Input\"}]}], \"providerMetadata\": {\"orgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"shortName\": \"CPANSec\", \"dateUpdated\": \"2026-05-10T20:15:24.721Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2026-45190\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-12T14:31:01.908Z\", \"dateReserved\": \"2026-05-10T16:36:05.708Z\", \"assignerOrgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"datePublished\": \"2026-05-10T20:15:24.721Z\", \"assignerShortName\": \"CPANSec\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…