Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-40198 (GCVE-0-2026-40198)
Vulnerability from cvelistv5 – Published: 2026-04-10 21:42 – Updated: 2026-04-13 14:41- CWE-1286 - Improper Validation of Syntactic Correctness of Input
| URL | Tags |
|---|---|
| https://github.com/stigtsp/Net-CIDR-Lite/commit/2… | patch |
| https://metacpan.org/release/STIGTSP/Net-CIDR-Lit… | release-notes |
| https://www.cve.org/CVERecord?id=CVE-2026-40199 | related |
| Vendor | Product | Version | |
|---|---|---|---|
| STIGTSP | Net::CIDR::Lite |
Affected:
0 , < 0.23
(custom)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-40198",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-13T14:41:19.772152Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-13T14:41:59.967Z",
"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::_pack_ipv6"
}
],
"repo": "https://github.com/stigtsp/Net-CIDR-Lite",
"vendor": "STIGTSP",
"versions": [
{
"lessThan": "0.23",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Net::CIDR::Lite versions before 0.23 for Perl does not validate IPv6 group count, which may allow IP ACL bypass.\n\n_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).\n\nThe 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.\n\nExample:\n\n my $cidr = Net::CIDR::Lite-\u003enew(\"::/8\");\n $cidr-\u003efind(\"1:2:3\"); # invalid input, incorrectly returns true\n\nThis is the same class of input validation issue as CVE-2021-47154 (IPv4 leading zeros) previously fixed in this module.\n\nSee also CVE-2026-40199, a related issue in the same function affecting IPv4 mapped IPv6 addresses."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1286",
"description": "CWE-1286 Improper Validation of Syntactic Correctness of Input",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-10T21:42:06.835Z",
"orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"shortName": "CPANSec"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/stigtsp/Net-CIDR-Lite/commit/25d65f85dbe4885959a10471725ec9d250a589c3.patch"
},
{
"tags": [
"release-notes"
],
"url": "https://metacpan.org/release/STIGTSP/Net-CIDR-Lite-0.23/changes"
},
{
"tags": [
"related"
],
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40199"
}
],
"solutions": [
{
"lang": "en",
"value": "Upgrade to version 0.23 or newer, or apply the patch provided."
}
],
"source": {
"discovery": "UNKNOWN"
},
"timeline": [
{
"lang": "en",
"time": "2026-04-09T00:00:00.000Z",
"value": "Vulnerability found"
},
{
"lang": "en",
"time": "2026-04-10T00:00:00.000Z",
"value": "Net-CIDR-Lite version 0.23 released"
}
],
"title": "Net::CIDR::Lite versions before 0.23 for Perl does not validate IPv6 group count, 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-40198",
"datePublished": "2026-04-10T21:42:06.835Z",
"dateReserved": "2026-04-09T22:12:06.334Z",
"dateUpdated": "2026-04-13T14:41:59.967Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-40198",
"date": "2026-07-27",
"epss": "0.00309",
"percentile": "0.23176"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-40198\",\"sourceIdentifier\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"published\":\"2026-04-10T22:16:21.463\",\"lastModified\":\"2026-06-17T10:44:51.610\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Net::CIDR::Lite versions before 0.23 for Perl does not validate IPv6 group count, which may allow IP ACL bypass.\\n\\n_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).\\n\\nThe 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.\\n\\nExample:\\n\\n my $cidr = Net::CIDR::Lite-\u003enew(\\\"::/8\\\");\\n $cidr-\u003efind(\\\"1:2:3\\\"); # invalid input, incorrectly returns true\\n\\nThis is the same class of input validation issue as CVE-2021-47154 (IPv4 leading zeros) previously fixed in this module.\\n\\nSee also CVE-2026-40199, a related issue in the same function affecting IPv4 mapped IPv6 addresses.\"}],\"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::_pack_ipv6\"}],\"repo\":\"https://github.com/stigtsp/Net-CIDR-Lite\",\"versions\":[{\"version\":\"0\",\"lessThan\":\"0.23\",\"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:H/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-04-13T14:41:19.772152Z\",\"id\":\"CVE-2026-40198\",\"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-1286\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:stigtsp:net\\\\:\\\\:cidr\\\\:\\\\:lite:*:*:*:*:*:perl:*:*\",\"versionEndExcluding\":\"0.23\",\"matchCriteriaId\":\"2B8C0BC5-5E3C-4399-9FD6-437BFF65130F\"}]}]}],\"references\":[{\"url\":\"https://github.com/stigtsp/Net-CIDR-Lite/commit/25d65f85dbe4885959a10471725ec9d250a589c3.patch\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"tags\":[\"Patch\"]},{\"url\":\"https://metacpan.org/release/STIGTSP/Net-CIDR-Lite-0.23/changes\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://www.cve.org/CVERecord?id=CVE-2026-40199\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"tags\":[\"Third Party Advisory\"]}]}}",
"redhat_vex": {
"current_release_date": "2026-04-13T19:25:21+00:00",
"cve": "CVE-2026-40198",
"id": "CVE-2026-40198",
"initial_release_date": "2026-01-01T00:00:00+00:00",
"product_status:known_not_affected": "1",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "Net::CIDR::Lite versions before 0.23 for Perl does not validate IPv6 group count, which may allow IP ACL bypass",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-40198.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-06-26T02:19:50Z",
"cve": "CVE-2026-40198",
"id": "CVE-2026-40198",
"initial_release_date": "2026-04-14T23:25:30Z",
"product_status:known_affected": "7",
"product_status:recommended": "17",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-40198",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-40198.json",
"version": "4"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-40198\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-13T14:41:19.772152Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-13T14:41:32.534Z\"}}], \"cna\": {\"title\": \"Net::CIDR::Lite versions before 0.23 for Perl does not validate IPv6 group count, 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.23\", \"versionType\": \"custom\"}], \"packageName\": \"Net-CIDR-Lite\", \"programFiles\": [\"Lite.pm\"], \"collectionURL\": \"https://cpan.org/modules\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Net::CIDR::Lite::_pack_ipv6\"}]}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2026-04-09T00:00:00.000Z\", \"value\": \"Vulnerability found\"}, {\"lang\": \"en\", \"time\": \"2026-04-10T00:00:00.000Z\", \"value\": \"Net-CIDR-Lite version 0.23 released\"}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Upgrade to version 0.23 or newer, or apply the patch provided.\"}], \"references\": [{\"url\": \"https://github.com/stigtsp/Net-CIDR-Lite/commit/25d65f85dbe4885959a10471725ec9d250a589c3.patch\", \"tags\": [\"patch\"]}, {\"url\": \"https://metacpan.org/release/STIGTSP/Net-CIDR-Lite-0.23/changes\", \"tags\": [\"release-notes\"]}, {\"url\": \"https://www.cve.org/CVERecord?id=CVE-2026-40199\", \"tags\": [\"related\"]}], \"x_generator\": {\"engine\": \"cpansec-cna-tool 0.1\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Net::CIDR::Lite versions before 0.23 for Perl does not validate IPv6 group count, which may allow IP ACL bypass.\\n\\n_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).\\n\\nThe 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.\\n\\nExample:\\n\\n my $cidr = Net::CIDR::Lite-\u003enew(\\\"::/8\\\");\\n $cidr-\u003efind(\\\"1:2:3\\\"); # invalid input, incorrectly returns true\\n\\nThis is the same class of input validation issue as CVE-2021-47154 (IPv4 leading zeros) previously fixed in this module.\\n\\nSee also CVE-2026-40199, a related issue in the same function affecting IPv4 mapped IPv6 addresses.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1286\", \"description\": \"CWE-1286 Improper Validation of Syntactic Correctness of Input\"}]}], \"providerMetadata\": {\"orgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"shortName\": \"CPANSec\", \"dateUpdated\": \"2026-04-10T21:42:06.835Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-40198\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-13T14:41:59.967Z\", \"dateReserved\": \"2026-04-09T22:12:06.334Z\", \"assignerOrgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"datePublished\": \"2026-04-10T21:42:06.835Z\", \"assignerShortName\": \"CPANSec\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CERTFR-2026-AVI-0933
Vulnerability from certfr_avis - Published: 2026-07-24 - Updated: 2026-07-24
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | QRadar Assistant | QRadar AI Assistant versions antérieures à 2.1.0 | ||
| IBM | Sterling | Sterling B2B Integrator et Sterling File Gateway versions 6.2.2.x antérieures à 6.2.2.1 | ||
| IBM | Sterling | Sterling B2B Integrator et Sterling File Gateway versions 6.2.1.x antérieures à 6.2.1.2 | ||
| IBM | QRadar SIEM | QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP15 IF05 | ||
| IBM | Sterling | Sterling Connect:Direct Web Services versions 6.4.x antérieures à 6.4.0.9 | ||
| IBM | Tivoli | Tivoli System Automation Application Manager 4.1 avec WebSphere Application Server versions 8.5 ou 9.0 sans les derniers correctifs de sécurité | ||
| IBM | Cognos Command Center | Cognos Command Center versions 12.2.4.1 à 12.2.5 FP1 IF3 antérieures à 12.2.5 FP1 IF4 | ||
| IBM | AIX | AIX versions 7.2 et 7.3 sans le dernier correctif de sécurité | ||
| IBM | Sterling | Sterling Connect:Direct Web Services versions 6.3.x antérieures à 6.3.0.20 | ||
| IBM | Sterling | Sterling B2B Integrator et Sterling File Gateway versions 6.2.0.x antérieures à 6.2.0.6_1 | ||
| IBM | WebSphere | WebSphere Application Server - Liberty versions 17.0.0.3 à 26.0.0.7 sans les correctifs de sécurité temporaires PH71839 et PH72167 ou antérieures à 26.0.0.8 (disponibilité prévue pour le troisième trimestre 2026) | ||
| IBM | Tivoli | Tivoli Composite Application Manager for Applications WebSphere MQ Monitoring Agent version 7.3.0 Fix Pack 4 sans le dernier correctif pour Tivoli Monitoring | ||
| IBM | VIOS | VIOS version 4.1 sans le dernier correctif de sécurité | ||
| IBM | Sterling | Sterling B2B Integrator et Sterling File Gateway versions 6.1.2.x antérieures à 6.1.2.8 | ||
| IBM | Tivoli | Tivoli Application Dependency Discovery Manager versions 7.3.0.0 à 7.3.0.12 avec WebSphere Application Server Liberty versions antérieures à 26.0.0.7 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "QRadar AI Assistant versions ant\u00e9rieures \u00e0 2.1.0",
"product": {
"name": "QRadar Assistant",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling B2B Integrator et Sterling File Gateway versions 6.2.2.x ant\u00e9rieures \u00e0 6.2.2.1",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling B2B Integrator et Sterling File Gateway versions 6.2.1.x ant\u00e9rieures \u00e0 6.2.1.2",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP15 IF05",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct Web Services versions 6.4.x ant\u00e9rieures \u00e0 6.4.0.9",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Tivoli System Automation Application Manager 4.1 avec WebSphere Application Server versions 8.5 ou 9.0 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Tivoli",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cognos Command Center versions 12.2.4.1 \u00e0 12.2.5 FP1 IF3 ant\u00e9rieures \u00e0 12.2.5 FP1 IF4",
"product": {
"name": "Cognos Command Center",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "AIX versions 7.2 et 7.3 sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "AIX",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct Web Services versions 6.3.x ant\u00e9rieures \u00e0 6.3.0.20",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling B2B Integrator et Sterling File Gateway versions 6.2.0.x ant\u00e9rieures \u00e0 6.2.0.6_1",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server - Liberty versions 17.0.0.3 \u00e0 26.0.0.7 sans les correctifs de s\u00e9curit\u00e9 temporaires PH71839 et PH72167 ou ant\u00e9rieures \u00e0 26.0.0.8 (disponibilit\u00e9 pr\u00e9vue pour le troisi\u00e8me trimestre 2026)",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Tivoli Composite Application Manager for Applications WebSphere MQ Monitoring Agent version 7.3.0 Fix Pack 4 sans le dernier correctif pour Tivoli Monitoring",
"product": {
"name": "Tivoli",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "VIOS version 4.1 sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "VIOS",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling B2B Integrator et Sterling File Gateway versions 6.1.2.x ant\u00e9rieures \u00e0 6.1.2.8",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Tivoli Application Dependency Discovery Manager versions 7.3.0.0 \u00e0 7.3.0.12 avec WebSphere Application Server Liberty versions ant\u00e9rieures \u00e0 26.0.0.7",
"product": {
"name": "Tivoli",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-53540",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53540"
},
{
"name": "CVE-2026-54283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54283"
},
{
"name": "CVE-2026-50557",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50557"
},
{
"name": "CVE-2026-33871",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33871"
},
{
"name": "CVE-2026-48990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48990"
},
{
"name": "CVE-2026-11383",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11383"
},
{
"name": "CVE-2026-34180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34180"
},
{
"name": "CVE-2026-45416",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45416"
},
{
"name": "CVE-2026-42766",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42766"
},
{
"name": "CVE-2026-9076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9076"
},
{
"name": "CVE-2026-42211",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42211"
},
{
"name": "CVE-2026-54530",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54530"
},
{
"name": "CVE-2026-54514",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54514"
},
{
"name": "CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"name": "CVE-2026-48710",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48710"
},
{
"name": "CVE-2026-42770",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42770"
},
{
"name": "CVE-2026-24308",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24308"
},
{
"name": "CVE-2026-45673",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45673"
},
{
"name": "CVE-2026-9072",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9072"
},
{
"name": "CVE-2026-54275",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54275"
},
{
"name": "CVE-2026-32635",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32635"
},
{
"name": "CVE-2026-27171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27171"
},
{
"name": "CVE-2026-45445",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45445"
},
{
"name": "CVE-2026-29145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29145"
},
{
"name": "CVE-2026-8858",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8858"
},
{
"name": "CVE-2026-54651",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54651"
},
{
"name": "CVE-2026-54278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54278"
},
{
"name": "CVE-2026-54516",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54516"
},
{
"name": "CVE-2026-53538",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53538"
},
{
"name": "CVE-2026-2006",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2006"
},
{
"name": "CVE-2026-54515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54515"
},
{
"name": "CVE-2026-33245",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33245"
},
{
"name": "CVE-2026-33870",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33870"
},
{
"name": "CVE-2025-5115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5115"
},
{
"name": "CVE-2021-47154",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47154"
},
{
"name": "CVE-2026-11541",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11541"
},
{
"name": "CVE-2026-11707",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11707"
},
{
"name": "CVE-2026-2005",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2005"
},
{
"name": "CVE-2026-7383",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7383"
},
{
"name": "CVE-2026-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48522"
},
{
"name": "CVE-2026-45674",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45674"
},
{
"name": "CVE-2026-34500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34500"
},
{
"name": "CVE-2026-11594",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11594"
},
{
"name": "CVE-2026-54267",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54267"
},
{
"name": "CVE-2026-29146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29146"
},
{
"name": "CVE-2026-48735",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48735"
},
{
"name": "CVE-2026-15057",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15057"
},
{
"name": "CVE-2026-45409",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45409"
},
{
"name": "CVE-2026-47265",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47265"
},
{
"name": "CVE-2026-54282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54282"
},
{
"name": "CVE-2026-44249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44249"
},
{
"name": "CVE-2026-41844",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41844"
},
{
"name": "CVE-2026-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48988"
},
{
"name": "CVE-2026-54268",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54268"
},
{
"name": "CVE-2026-5598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5598"
},
{
"name": "CVE-2026-54277",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54277"
},
{
"name": "CVE-2026-41842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41842"
},
{
"name": "CVE-2026-11536",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11536"
},
{
"name": "CVE-2026-8646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-8646"
},
{
"name": "CVE-2026-54280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54280"
},
{
"name": "CVE-2026-27970",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27970"
},
{
"name": "CVE-2026-9320",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9320"
},
{
"name": "CVE-2026-54265",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54265"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2026-50171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50171"
},
{
"name": "CVE-2026-45447",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45447"
},
{
"name": "CVE-2026-22731",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22731"
},
{
"name": "CVE-2026-41843",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41843"
},
{
"name": "CVE-2026-22732",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22732"
},
{
"name": "CVE-2026-40181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40181"
},
{
"name": "CVE-2026-54274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54274"
},
{
"name": "CVE-2026-34487",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34487"
},
{
"name": "CVE-2026-54512",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54512"
},
{
"name": "CVE-2026-41850",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41850"
},
{
"name": "CVE-2026-34197",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34197"
},
{
"name": "CVE-2026-33244",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33244"
},
{
"name": "CVE-2026-54266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54266"
},
{
"name": "CVE-2026-45446",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45446"
},
{
"name": "CVE-2026-40198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40198"
},
{
"name": "CVE-2026-53537",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53537"
},
{
"name": "CVE-2026-4176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4176"
},
{
"name": "CVE-2026-48524",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48524"
},
{
"name": "CVE-2026-40046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40046"
},
{
"name": "CVE-2026-52725",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52725"
},
{
"name": "CVE-2026-54273",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54273"
},
{
"name": "CVE-2025-64775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64775"
},
{
"name": "CVE-2026-41852",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41852"
},
{
"name": "CVE-2026-27830",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27830"
},
{
"name": "CVE-2026-11897",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11897"
},
{
"name": "CVE-2026-25854",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25854"
},
{
"name": "CVE-2026-54531",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54531"
},
{
"name": "CVE-2026-48155",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48155"
},
{
"name": "CVE-2026-41851",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41851"
},
{
"name": "CVE-2026-50010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50010"
},
{
"name": "CVE-2026-54279",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54279"
},
{
"name": "CVE-2026-42767",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42767"
},
{
"name": "CVE-2026-3381",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3381"
},
{
"name": "CVE-2026-22733",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22733"
},
{
"name": "CVE-2026-41841",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41841"
},
{
"name": "CVE-2026-39304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39304"
},
{
"name": "CVE-2026-54517",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54517"
},
{
"name": "CVE-2026-50170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50170"
},
{
"name": "CVE-2026-41846",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41846"
},
{
"name": "CVE-2026-40199",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40199"
},
{
"name": "CVE-2026-54513",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54513"
},
{
"name": "CVE-2026-54518",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54518"
},
{
"name": "CVE-2026-54276",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54276"
},
{
"name": "CVE-2025-66566",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66566"
},
{
"name": "CVE-2025-66168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66168"
},
{
"name": "CVE-2026-42342",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42342"
},
{
"name": "CVE-2026-12143",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-12143"
},
{
"name": "CVE-2026-48523",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48523"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2025-66675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66675"
},
{
"name": "CVE-2026-33227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33227"
},
{
"name": "CVE-2026-34483",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34483"
},
{
"name": "CVE-2026-34182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34182"
},
{
"name": "CVE-2026-0636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0636"
},
{
"name": "CVE-2026-47691",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47691"
},
{
"name": "CVE-2026-24880",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24880"
},
{
"name": "CVE-2026-48525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48525"
},
{
"name": "CVE-2026-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2004"
},
{
"name": "CVE-2026-9071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9071"
},
{
"name": "CVE-2026-35554",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35554"
},
{
"name": "CVE-2026-34993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34993"
},
{
"name": "CVE-2026-27727",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27727"
},
{
"name": "CVE-2026-10852",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-10852"
},
{
"name": "CVE-2025-12183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12183"
},
{
"name": "CVE-2026-41848",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41848"
},
{
"name": "CVE-2025-14813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14813"
},
{
"name": "CVE-2026-48156",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48156"
},
{
"name": "CVE-2026-24281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24281"
},
{
"name": "CVE-2026-34077",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34077"
},
{
"name": "CVE-2026-53539",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53539"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2026-07-24T00:00:00",
"last_revision_date": "2026-07-24T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0933",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-07-24T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2026-07-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280728",
"url": "https://www.ibm.com/support/pages/node/7280728"
},
{
"published_at": "2026-07-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280784",
"url": "https://www.ibm.com/support/pages/node/7280784"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280667",
"url": "https://www.ibm.com/support/pages/node/7280667"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280663",
"url": "https://www.ibm.com/support/pages/node/7280663"
},
{
"published_at": "2026-07-23",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280907",
"url": "https://www.ibm.com/support/pages/node/7280907"
},
{
"published_at": "2026-07-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280731",
"url": "https://www.ibm.com/support/pages/node/7280731"
},
{
"published_at": "2026-07-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280720",
"url": "https://www.ibm.com/support/pages/node/7280720"
},
{
"published_at": "2026-07-24",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7281073",
"url": "https://www.ibm.com/support/pages/node/7281073"
},
{
"published_at": "2026-07-20",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280519",
"url": "https://www.ibm.com/support/pages/node/7280519"
},
{
"published_at": "2026-07-20",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280540",
"url": "https://www.ibm.com/support/pages/node/7280540"
},
{
"published_at": "2026-07-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280730",
"url": "https://www.ibm.com/support/pages/node/7280730"
},
{
"published_at": "2026-07-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280726",
"url": "https://www.ibm.com/support/pages/node/7280726"
},
{
"published_at": "2026-07-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280783",
"url": "https://www.ibm.com/support/pages/node/7280783"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280650",
"url": "https://www.ibm.com/support/pages/node/7280650"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280654",
"url": "https://www.ibm.com/support/pages/node/7280654"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280644",
"url": "https://www.ibm.com/support/pages/node/7280644"
},
{
"published_at": "2026-07-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280729",
"url": "https://www.ibm.com/support/pages/node/7280729"
},
{
"published_at": "2026-07-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280785",
"url": "https://www.ibm.com/support/pages/node/7280785"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280695",
"url": "https://www.ibm.com/support/pages/node/7280695"
},
{
"published_at": "2026-07-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280719",
"url": "https://www.ibm.com/support/pages/node/7280719"
},
{
"published_at": "2026-07-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280727",
"url": "https://www.ibm.com/support/pages/node/7280727"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280646",
"url": "https://www.ibm.com/support/pages/node/7280646"
},
{
"published_at": "2026-07-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280670",
"url": "https://www.ibm.com/support/pages/node/7280670"
},
{
"published_at": "2026-07-23",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280916",
"url": "https://www.ibm.com/support/pages/node/7280916"
},
{
"published_at": "2026-07-23",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280950",
"url": "https://www.ibm.com/support/pages/node/7280950"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280126",
"url": "https://www.ibm.com/support/pages/node/7280126"
},
{
"published_at": "2026-07-21",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280656",
"url": "https://www.ibm.com/support/pages/node/7280656"
},
{
"published_at": "2026-07-22",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280621",
"url": "https://www.ibm.com/support/pages/node/7280621"
},
{
"published_at": "2026-07-23",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7280887",
"url": "https://www.ibm.com/support/pages/node/7280887"
}
]
}
FKIE_CVE-2026-40198
Vulnerability from fkie_nvd - Published: 2026-04-10 22:16 - Updated: 2026-06-17 10:44| URL | Tags | ||
|---|---|---|---|
| 9b29abf9-4ab0-4765-b253-1875cd9b441e | https://github.com/stigtsp/Net-CIDR-Lite/commit/25d65f85dbe4885959a10471725ec9d250a589c3.patch | Patch | |
| 9b29abf9-4ab0-4765-b253-1875cd9b441e | https://metacpan.org/release/STIGTSP/Net-CIDR-Lite-0.23/changes | Release Notes | |
| 9b29abf9-4ab0-4765-b253-1875cd9b441e | https://www.cve.org/CVERecord?id=CVE-2026-40199 | Third Party Advisory |
{
"affected": [
{
"affectedData": [
{
"collectionURL": "https://cpan.org/modules",
"defaultStatus": "unaffected",
"packageName": "Net-CIDR-Lite",
"product": "Net::CIDR::Lite",
"programFiles": [
"Lite.pm"
],
"programRoutines": [
{
"name": "Net::CIDR::Lite::_pack_ipv6"
}
],
"repo": "https://github.com/stigtsp/Net-CIDR-Lite",
"vendor": "STIGTSP",
"versions": [
{
"lessThan": "0.23",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:stigtsp:net\\:\\:cidr\\:\\:lite:*:*:*:*:*:perl:*:*",
"matchCriteriaId": "2B8C0BC5-5E3C-4399-9FD6-437BFF65130F",
"versionEndExcluding": "0.23",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Net::CIDR::Lite versions before 0.23 for Perl does not validate IPv6 group count, which may allow IP ACL bypass.\n\n_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).\n\nThe 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.\n\nExample:\n\n my $cidr = Net::CIDR::Lite-\u003enew(\"::/8\");\n $cidr-\u003efind(\"1:2:3\"); # invalid input, incorrectly returns true\n\nThis is the same class of input validation issue as CVE-2021-47154 (IPv4 leading zeros) previously fixed in this module.\n\nSee also CVE-2026-40199, a related issue in the same function affecting IPv4 mapped IPv6 addresses."
}
],
"id": "CVE-2026-40198",
"lastModified": "2026-06-17T10:44:51.610",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-40198",
"options": [
{
"exploitation": "none"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-13T14:41:19.772152Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-04-10T22:16:21.463",
"references": [
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"tags": [
"Patch"
],
"url": "https://github.com/stigtsp/Net-CIDR-Lite/commit/25d65f85dbe4885959a10471725ec9d250a589c3.patch"
},
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"tags": [
"Release Notes"
],
"url": "https://metacpan.org/release/STIGTSP/Net-CIDR-Lite-0.23/changes"
},
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"tags": [
"Third Party Advisory"
],
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40199"
}
],
"sourceIdentifier": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-1286"
}
],
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"type": "Secondary"
}
]
}
GHSA-C25Q-MQX5-M6V8
Vulnerability from github – Published: 2026-04-11 00:31 – Updated: 2026-04-13 15:31Net::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.
{
"affected": [],
"aliases": [
"CVE-2026-40198"
],
"database_specific": {
"cwe_ids": [
"CWE-1286"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-04-10T22:16:21Z",
"severity": "HIGH"
},
"details": "Net::CIDR::Lite versions before 0.23 for Perl does not validate IPv6 group count, which may allow IP ACL bypass.\n\n_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).\n\nThe 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.\n\nExample:\n\n my $cidr = Net::CIDR::Lite-\u003enew(\"::/8\");\n $cidr-\u003efind(\"1:2:3\"); # invalid input, incorrectly returns true\n\nThis is the same class of input validation issue as CVE-2021-47154 (IPv4 leading zeros) previously fixed in this module.\n\nSee also CVE-2026-40199, a related issue in the same function affecting IPv4 mapped IPv6 addresses.",
"id": "GHSA-c25q-mqx5-m6v8",
"modified": "2026-04-13T15:31:36Z",
"published": "2026-04-11T00:31:19Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40198"
},
{
"type": "WEB",
"url": "https://github.com/stigtsp/Net-CIDR-Lite/commit/25d65f85dbe4885959a10471725ec9d250a589c3.patch"
},
{
"type": "WEB",
"url": "https://metacpan.org/release/STIGTSP/Net-CIDR-Lite-0.23/changes"
},
{
"type": "WEB",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40199"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
}
]
}
OPENSUSE-SU-2026:10780-1
Vulnerability from csaf_opensuse - Published: 2026-05-14 00:00 - Updated: 2026-05-14 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2026-40198/ | self |
| https://www.suse.com/security/cve/CVE-2026-40199/ | self |
| https://www.suse.com/security/cve/CVE-2026-45190/ | self |
| https://www.suse.com/security/cve/CVE-2026-45191/ | self |
| https://www.suse.com/security/cve/CVE-2026-40198 | external |
| https://bugzilla.suse.com/1262088 | external |
| https://www.suse.com/security/cve/CVE-2026-40199 | external |
| https://bugzilla.suse.com/1262088 | external |
| https://www.suse.com/security/cve/CVE-2026-45190 | external |
| https://bugzilla.suse.com/1264710 | external |
| https://www.suse.com/security/cve/CVE-2026-45191 | external |
| https://bugzilla.suse.com/1264709 | external |
| https://bugzilla.suse.com/1264710 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "perl-Net-CIDR-Lite-0.240.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the perl-Net-CIDR-Lite-0.240.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10780",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10780-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40198 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40198/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40199 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40199/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-45190 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45190/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-45191 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45191/"
}
],
"title": "perl-Net-CIDR-Lite-0.240.0-1.1 on GA media",
"tracking": {
"current_release_date": "2026-05-14T00:00:00Z",
"generator": {
"date": "2026-05-14T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10780-1",
"initial_release_date": "2026-05-14T00:00:00Z",
"revision_history": [
{
"date": "2026-05-14T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-Net-CIDR-Lite-0.240.0-1.1.aarch64",
"product": {
"name": "perl-Net-CIDR-Lite-0.240.0-1.1.aarch64",
"product_id": "perl-Net-CIDR-Lite-0.240.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le",
"product": {
"name": "perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le",
"product_id": "perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Net-CIDR-Lite-0.240.0-1.1.s390x",
"product": {
"name": "perl-Net-CIDR-Lite-0.240.0-1.1.s390x",
"product_id": "perl-Net-CIDR-Lite-0.240.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Net-CIDR-Lite-0.240.0-1.1.x86_64",
"product": {
"name": "perl-Net-CIDR-Lite-0.240.0-1.1.x86_64",
"product_id": "perl-Net-CIDR-Lite-0.240.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-CIDR-Lite-0.240.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64"
},
"product_reference": "perl-Net-CIDR-Lite-0.240.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le"
},
"product_reference": "perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-CIDR-Lite-0.240.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x"
},
"product_reference": "perl-Net-CIDR-Lite-0.240.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-CIDR-Lite-0.240.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64"
},
"product_reference": "perl-Net-CIDR-Lite-0.240.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-40198",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40198"
}
],
"notes": [
{
"category": "general",
"text": "Net::CIDR::Lite versions before 0.23 for Perl does not validate IPv6 group count, which may allow IP ACL bypass.\n\n_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).\n\nThe 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.\n\nExample:\n\n my $cidr = Net::CIDR::Lite-\u003enew(\"::/8\");\n $cidr-\u003efind(\"1:2:3\"); # invalid input, incorrectly returns true\n\nThis is the same class of input validation issue as CVE-2021-47154 (IPv4 leading zeros) previously fixed in this module.\n\nSee also CVE-2026-40199, a related issue in the same function affecting IPv4 mapped IPv6 addresses.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40198",
"url": "https://www.suse.com/security/cve/CVE-2026-40198"
},
{
"category": "external",
"summary": "SUSE Bug 1262088 for CVE-2026-40198",
"url": "https://bugzilla.suse.com/1262088"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-14T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-40198"
},
{
"cve": "CVE-2026-40199",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40199"
}
],
"notes": [
{
"category": "general",
"text": "Net::CIDR::Lite versions before 0.23 for Perl mishandles IPv4 mapped IPv6 addresses, which may allow IP ACL bypass.\n\n_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.\n\nThe 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.\n\nExample:\n\n my $cidr = Net::CIDR::Lite-\u003enew(\"::ffff:192.168.1.0/120\");\n $cidr-\u003efind(\"::ffff:192.168.2.0\"); # incorrectly returns true\n\nThis is triggered by valid RFC 4291 IPv4 mapped addresses (::ffff:x.x.x.x).\n\nSee also CVE-2026-40198, a related issue in the same function affecting malformed IPv6 addresses.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40199",
"url": "https://www.suse.com/security/cve/CVE-2026-40199"
},
{
"category": "external",
"summary": "SUSE Bug 1262088 for CVE-2026-40199",
"url": "https://bugzilla.suse.com/1262088"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-14T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-40199"
},
{
"cve": "CVE-2026-45190",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45190"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45190",
"url": "https://www.suse.com/security/cve/CVE-2026-45190"
},
{
"category": "external",
"summary": "SUSE Bug 1264710 for CVE-2026-45190",
"url": "https://bugzilla.suse.com/1264710"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-14T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-45190"
},
{
"cve": "CVE-2026-45191",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45191"
}
],
"notes": [
{
"category": "general",
"text": "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.\n\nMask forms like \"/00\" and \"/01\" pass validation and parse to the same prefix as their unpadded value.\n\nSee also CVE-2026-45190.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45191",
"url": "https://www.suse.com/security/cve/CVE-2026-45191"
},
{
"category": "external",
"summary": "SUSE Bug 1264709 for CVE-2026-45191",
"url": "https://bugzilla.suse.com/1264709"
},
{
"category": "external",
"summary": "SUSE Bug 1264710 for CVE-2026-45191",
"url": "https://bugzilla.suse.com/1264710"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.s390x",
"openSUSE Tumbleweed:perl-Net-CIDR-Lite-0.240.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-14T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-45191"
}
]
}
SUSE-SU-2026:2113-1
Vulnerability from csaf_suse - Published: 2026-05-29 15:24 - Updated: 2026-05-29 15:24| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/s… | self |
| https://www.suse.com/support/update/announcement/… | self |
| https://lists.suse.com/pipermail/sle-security-upd… | self |
| https://bugzilla.suse.com/1262088 | self |
| https://bugzilla.suse.com/1264709 | self |
| https://bugzilla.suse.com/1264710 | self |
| https://www.suse.com/security/cve/CVE-2026-40198/ | self |
| https://www.suse.com/security/cve/CVE-2026-40199/ | self |
| https://www.suse.com/security/cve/CVE-2026-45190/ | self |
| https://www.suse.com/security/cve/CVE-2026-45191/ | self |
| https://www.suse.com/security/cve/CVE-2026-40198 | external |
| https://bugzilla.suse.com/1262088 | external |
| https://www.suse.com/security/cve/CVE-2026-40199 | external |
| https://bugzilla.suse.com/1262088 | external |
| https://www.suse.com/security/cve/CVE-2026-45190 | external |
| https://bugzilla.suse.com/1264710 | external |
| https://www.suse.com/security/cve/CVE-2026-45191 | external |
| https://bugzilla.suse.com/1264709 | external |
| https://bugzilla.suse.com/1264710 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for perl-Net-CIDR-Lite",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for perl-Net-CIDR-Lite fixes the following issues\n\n- CVE-2026-45190: improper validation of trailing newlines or non-ASCII digits can lead to IP ACL bypass (bsc#1264710).\n- CVE-2026-45191: extraneous leading zeros in CIDR mask values can lead to IP ACL bypass (bsc#1264709).\n- CVE-2026-40198: missing validation for the IPv6 group count can lead to IP ACL bypass (bsc#1262088).\n- CVE-2026-40199: mishandled IPv4 mapped IPv6 addresses can lead to IP ACL bypass (bsc#1262088).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2113,SUSE-SLE-Module-Development-Tools-15-SP7-2026-2113,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-2113,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-2113,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-2113,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-2113,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-2113,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-2113,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-2113,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-2113,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-2113,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-2113",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_2113-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2113-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262113-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2113-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026396.html"
},
{
"category": "self",
"summary": "SUSE Bug 1262088",
"url": "https://bugzilla.suse.com/1262088"
},
{
"category": "self",
"summary": "SUSE Bug 1264709",
"url": "https://bugzilla.suse.com/1264709"
},
{
"category": "self",
"summary": "SUSE Bug 1264710",
"url": "https://bugzilla.suse.com/1264710"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40198 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40198/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-40199 page",
"url": "https://www.suse.com/security/cve/CVE-2026-40199/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-45190 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45190/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-45191 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45191/"
}
],
"title": "Security update for perl-Net-CIDR-Lite",
"tracking": {
"current_release_date": "2026-05-29T15:24:46Z",
"generator": {
"date": "2026-05-29T15:24:46Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2113-1",
"initial_release_date": "2026-05-29T15:24:46Z",
"revision_history": [
{
"date": "2026-05-29T15:24:46Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"product": {
"name": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"product_id": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
},
"product_reference": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
},
"product_reference": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
},
"product_reference": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
},
"product_reference": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
},
"product_reference": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
},
"product_reference": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
},
"product_reference": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
},
"product_reference": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
},
"product_reference": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
},
"product_reference": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
},
"product_reference": "perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-40198",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40198"
}
],
"notes": [
{
"category": "general",
"text": "Net::CIDR::Lite versions before 0.23 for Perl does not validate IPv6 group count, which may allow IP ACL bypass.\n\n_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).\n\nThe 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.\n\nExample:\n\n my $cidr = Net::CIDR::Lite-\u003enew(\"::/8\");\n $cidr-\u003efind(\"1:2:3\"); # invalid input, incorrectly returns true\n\nThis is the same class of input validation issue as CVE-2021-47154 (IPv4 leading zeros) previously fixed in this module.\n\nSee also CVE-2026-40199, a related issue in the same function affecting IPv4 mapped IPv6 addresses.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40198",
"url": "https://www.suse.com/security/cve/CVE-2026-40198"
},
{
"category": "external",
"summary": "SUSE Bug 1262088 for CVE-2026-40198",
"url": "https://bugzilla.suse.com/1262088"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-29T15:24:46Z",
"details": "moderate"
}
],
"title": "CVE-2026-40198"
},
{
"cve": "CVE-2026-40199",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-40199"
}
],
"notes": [
{
"category": "general",
"text": "Net::CIDR::Lite versions before 0.23 for Perl mishandles IPv4 mapped IPv6 addresses, which may allow IP ACL bypass.\n\n_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.\n\nThe 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.\n\nExample:\n\n my $cidr = Net::CIDR::Lite-\u003enew(\"::ffff:192.168.1.0/120\");\n $cidr-\u003efind(\"::ffff:192.168.2.0\"); # incorrectly returns true\n\nThis is triggered by valid RFC 4291 IPv4 mapped addresses (::ffff:x.x.x.x).\n\nSee also CVE-2026-40198, a related issue in the same function affecting malformed IPv6 addresses.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-40199",
"url": "https://www.suse.com/security/cve/CVE-2026-40199"
},
{
"category": "external",
"summary": "SUSE Bug 1262088 for CVE-2026-40199",
"url": "https://bugzilla.suse.com/1262088"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-29T15:24:46Z",
"details": "moderate"
}
],
"title": "CVE-2026-40199"
},
{
"cve": "CVE-2026-45190",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45190"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45190",
"url": "https://www.suse.com/security/cve/CVE-2026-45190"
},
{
"category": "external",
"summary": "SUSE Bug 1264710 for CVE-2026-45190",
"url": "https://bugzilla.suse.com/1264710"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-29T15:24:46Z",
"details": "important"
}
],
"title": "CVE-2026-45190"
},
{
"cve": "CVE-2026-45191",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45191"
}
],
"notes": [
{
"category": "general",
"text": "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.\n\nMask forms like \"/00\" and \"/01\" pass validation and parse to the same prefix as their unpadded value.\n\nSee also CVE-2026-45190.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45191",
"url": "https://www.suse.com/security/cve/CVE-2026-45191"
},
{
"category": "external",
"summary": "SUSE Bug 1264709 for CVE-2026-45191",
"url": "https://bugzilla.suse.com/1264709"
},
{
"category": "external",
"summary": "SUSE Bug 1264710 for CVE-2026-45191",
"url": "https://bugzilla.suse.com/1264710"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Net-CIDR-Lite-0.21-150100.6.8.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-29T15:24:46Z",
"details": "important"
}
],
"title": "CVE-2026-45191"
}
]
}
ubuntu-cve-2026-40198
Vulnerability from osv_ubuntu
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.
| URL | Type | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"affected": [
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro with Legacy support add-on: https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libnet-cidr-lite-perl",
"binary_version": "0.21-1ubuntu0.16.04.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "libnet-cidr-lite-perl",
"purl": "pkg:deb/ubuntu/libnet-cidr-lite-perl@0.21-1ubuntu0.16.04.1~esm1?arch=source\u0026distro=esm-apps-legacy/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.21-1ubuntu0.16.04.1~esm1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.21-1"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libnet-cidr-lite-perl",
"binary_version": "0.21-1ubuntu0.18.04.1~esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "libnet-cidr-lite-perl",
"purl": "pkg:deb/ubuntu/libnet-cidr-lite-perl@0.21-1ubuntu0.18.04.1~esm1?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.21-1ubuntu0.18.04.1~esm1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.21-1"
]
},
{
"ecosystem_specific": {
"availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
"binaries": [
{
"binary_name": "libnet-cidr-lite-perl",
"binary_version": "0.21-2ubuntu0.1+esm1"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "libnet-cidr-lite-perl",
"purl": "pkg:deb/ubuntu/libnet-cidr-lite-perl@0.21-2ubuntu0.1+esm1?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.21-2ubuntu0.1+esm1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.21-2",
"0.21-2ubuntu0.1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libnet-cidr-lite-perl",
"binary_version": "0.22-1ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "libnet-cidr-lite-perl",
"purl": "pkg:deb/ubuntu/libnet-cidr-lite-perl@0.22-1ubuntu0.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.22-1ubuntu0.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.22-1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libnet-cidr-lite-perl",
"binary_version": "0.22-2ubuntu0.24.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "libnet-cidr-lite-perl",
"purl": "pkg:deb/ubuntu/libnet-cidr-lite-perl@0.22-2ubuntu0.24.04.1?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.22-2ubuntu0.24.04.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.22-2"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libnet-cidr-lite-perl",
"binary_version": "0.22-2ubuntu0.25.10.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "libnet-cidr-lite-perl",
"purl": "pkg:deb/ubuntu/libnet-cidr-lite-perl@0.22-2ubuntu0.25.10.1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.22-2ubuntu0.25.10.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.22-2"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "libnet-cidr-lite-perl",
"binary_version": "0.22-2ubuntu0.26.04.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "libnet-cidr-lite-perl",
"purl": "pkg:deb/ubuntu/libnet-cidr-lite-perl@0.22-2ubuntu0.26.04.1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.22-2ubuntu0.26.04.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.22-2"
]
}
],
"aliases": [],
"details": "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-\u003enew(\"::/8\"); $cidr-\u003efind(\"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.",
"id": "UBUNTU-CVE-2026-40198",
"modified": "2026-06-08T21:09:14Z",
"published": "2026-04-10T22:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-40198"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40198"
},
{
"type": "REPORT",
"url": "https://lists.security.metacpan.org/cve-announce/msg/38785616/"
},
{
"type": "REPORT",
"url": "https://github.com/stigtsp/Net-CIDR-Lite/commit/25d65f85dbe4885959a10471725ec9d250a589c3.patch"
},
{
"type": "REPORT",
"url": "https://metacpan.org/release/STIGTSP/Net-CIDR-Lite-0.23/changes"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40199"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8406-1"
}
],
"related": [
"USN-8406-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-40198"
]
}
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.