Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-7210 (GCVE-0-2026-7210)
Vulnerability from cvelistv5 – Published: 2026-05-11 17:19 – Updated: 2026-06-10 18:57- CWE-331 - Insufficient entropy
| Vendor | Product | Version | |
|---|---|---|---|
| Python Software Foundation | CPython |
Affected:
0 , < 3.13.14
(python)
Affected: 3.14.0 , < 3.14.6 (python) Affected: 3.15.0a1 , < 3.15.0b2 (python) |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-7210",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-05-11T18:53:57.884366Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T18:54:12.868Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2026-05-11T20:34:17.811Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/05/11/8"
},
{
"url": "http://www.openwall.com/lists/oss-security/2026/05/11/13"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"modules": [
"xml",
"expat"
],
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.13.14",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.14.6",
"status": "affected",
"version": "3.14.0",
"versionType": "python"
},
{
"lessThan": "3.15.0b2",
"status": "affected",
"version": "3.15.0a1",
"versionType": "python"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "coordinator",
"value": "Stan Ulbrych (https://github.com/StanFromIreland)"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "Gregory P. Smith (https://github.com/gpshead)"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"type": "text/html",
"value": "`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\\r\\n\\r\\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch."
}
],
"value": "`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\\r\\n\\r\\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "HIGH",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"exploitMaturity": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-331",
"description": "CWE-331 Insufficient entropy",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-10T18:57:50.682Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"vendor-advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PNY5OMBDPM2FRUZTWFFPJ6LISWKV627K/"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/149023"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/149018"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/24b8f12544468e4cedf5bfbe25442fcd495391e4"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/3573b3b1ecbd99030a0b18658e1bfece771b2566"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/eeea765cb9d8f1fc3d8918b272ac3c477983f27a"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/fc9b11ff49cbc82e6f917d07a61517a2b5f3145f"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "The expat and elementtree parsers use insufficient entropy for XML hash-flooding protection",
"x_generator": {
"engine": "cvelib 1.8.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2026-7210",
"datePublished": "2026-05-11T17:19:09.784Z",
"dateReserved": "2026-04-27T14:43:40.042Z",
"dateUpdated": "2026-06-10T18:57:50.682Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-7210",
"date": "2026-06-24",
"epss": "0.0079",
"percentile": "0.51511"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-7210\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2026-05-11T18:16:42.413\",\"lastModified\":\"2026-06-15T17:51:07.110\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\\\\r\\\\n\\\\r\\\\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":6.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"LOW\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-331\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"3.15.0\",\"matchCriteriaId\":\"43B0671A-35BB-4EE4-8A68-E79B62A75547\"}]}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/24b8f12544468e4cedf5bfbe25442fcd495391e4\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/3573b3b1ecbd99030a0b18658e1bfece771b2566\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/eeea765cb9d8f1fc3d8918b272ac3c477983f27a\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/commit/fc9b11ff49cbc82e6f917d07a61517a2b5f3145f\",\"source\":\"cna@python.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/python/cpython/issues/149018\",\"source\":\"cna@python.org\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://github.com/python/cpython/pull/149023\",\"source\":\"cna@python.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/PNY5OMBDPM2FRUZTWFFPJ6LISWKV627K/\",\"source\":\"cna@python.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/05/11/13\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/05/11/8\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/05/11/8\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2026/05/11/13\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-05-11T20:34:17.811Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-7210\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-05-11T18:53:57.884366Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-05-11T18:54:05.725Z\"}}], \"cna\": {\"title\": \"The expat and elementtree parsers use insufficient entropy for XML hash-flooding protection\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Stan Ulbrych (https://github.com/StanFromIreland)\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"Gregory P. Smith (https://github.com/gpshead)\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 6.3, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N\", \"exploitMaturity\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"LOW\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"modules\": [\"xml\", \"expat\"], \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.13.14\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.14.0\", \"lessThan\": \"3.14.6\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.15.0a1\", \"lessThan\": \"3.15.0b2\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/PNY5OMBDPM2FRUZTWFFPJ6LISWKV627K/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/pull/149023\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/issues/149018\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/commit/24b8f12544468e4cedf5bfbe25442fcd495391e4\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/3573b3b1ecbd99030a0b18658e1bfece771b2566\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/eeea765cb9d8f1fc3d8918b272ac3c477983f27a\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/fc9b11ff49cbc82e6f917d07a61517a2b5f3145f\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"cvelib 1.8.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\\\\r\\\\n\\\\r\\\\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\\\\r\\\\n\\\\r\\\\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch.\"}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-331\", \"description\": \"CWE-331 Insufficient entropy\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2026-06-10T18:57:50.682Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-7210\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-10T18:57:50.682Z\", \"dateReserved\": \"2026-04-27T14:43:40.042Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2026-05-11T17:19:09.784Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
bit-libpython-2026-7210
Vulnerability from bitnami_vulndb
xml.parsers.expat and xml.etree.ElementTree use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\r\n\r\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "libpython",
"purl": "pkg:bitnami/libpython"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.13.14"
},
{
"introduced": "3.14.0"
},
{
"fixed": "3.14.6"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"type": "CVSS_V4"
}
]
}
],
"aliases": [
"CVE-2026-7210"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*"
],
"severity": "Medium"
},
"details": "`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\\r\\n\\r\\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch.",
"id": "BIT-libpython-2026-7210",
"modified": "2026-06-18T10:12:34.543Z",
"published": "2026-06-05T10:47:50.406Z",
"references": [
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2026/05/11/13"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2026/05/11/8"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/149018"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/149023"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PNY5OMBDPM2FRUZTWFFPJ6LISWKV627K/"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-7210"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/24b8f12544468e4cedf5bfbe25442fcd495391e4"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/3573b3b1ecbd99030a0b18658e1bfece771b2566"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/eeea765cb9d8f1fc3d8918b272ac3c477983f27a"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/fc9b11ff49cbc82e6f917d07a61517a2b5f3145f"
}
],
"schema_version": "1.6.2",
"summary": "The expat and elementtree parsers use insufficient entropy for XML hash-flooding protection"
}
bit-python-2026-7210
Vulnerability from bitnami_vulndb
xml.parsers.expat and xml.etree.ElementTree use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\r\n\r\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "python",
"purl": "pkg:bitnami/python"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.13.14"
},
{
"introduced": "3.14.0"
},
{
"fixed": "3.14.6"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"type": "CVSS_V4"
}
]
}
],
"aliases": [
"CVE-2026-7210"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*"
],
"severity": "Medium"
},
"details": "`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\\r\\n\\r\\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch.",
"id": "BIT-python-2026-7210",
"modified": "2026-06-18T10:12:34.543Z",
"published": "2026-06-05T10:55:22.351Z",
"references": [
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2026/05/11/13"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2026/05/11/8"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/149018"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/149023"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PNY5OMBDPM2FRUZTWFFPJ6LISWKV627K/"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-7210"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/24b8f12544468e4cedf5bfbe25442fcd495391e4"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/3573b3b1ecbd99030a0b18658e1bfece771b2566"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/eeea765cb9d8f1fc3d8918b272ac3c477983f27a"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/fc9b11ff49cbc82e6f917d07a61517a2b5f3145f"
}
],
"schema_version": "1.6.2",
"summary": "The expat and elementtree parsers use insufficient entropy for XML hash-flooding protection"
}
CERTFR-2026-AVI-0560
Vulnerability from certfr_avis - Published: 2026-05-12 - Updated: 2026-05-12
Une vulnérabilité a été découverte dans CPython. Elle permet à un attaquant de provoquer un contournement de la politique de sécurité.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "CPython sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "CPython",
"vendor": {
"name": "Python",
"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-7210",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7210"
}
],
"initial_release_date": "2026-05-12T00:00:00",
"last_revision_date": "2026-05-12T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0560",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-05-12T00:00:00.000000"
}
],
"risks": [
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
}
],
"summary": "Une vuln\u00e9rabilit\u00e9 a \u00e9t\u00e9 d\u00e9couverte dans CPython. Elle permet \u00e0 un attaquant de provoquer un contournement de la politique de s\u00e9curit\u00e9.",
"title": "Vuln\u00e9rabilit\u00e9 dans CPython",
"vendor_advisories": [
{
"published_at": "2026-05-11",
"title": "Bulletin de s\u00e9curit\u00e9 Python PNY5OMBDPM2FRUZTWFFPJ6LISWKV627K",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PNY5OMBDPM2FRUZTWFFPJ6LISWKV627K/"
}
]
}
FKIE_CVE-2026-7210
Vulnerability from fkie_nvd - Published: 2026-05-11 18:16 - Updated: 2026-06-17 11:02{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"modules": [
"xml",
"expat"
],
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.13.14",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.14.6",
"status": "affected",
"version": "3.14.0",
"versionType": "python"
},
{
"lessThan": "3.15.0b2",
"status": "affected",
"version": "3.15.0a1",
"versionType": "python"
}
]
}
],
"source": "cna@python.org"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*",
"matchCriteriaId": "43B0671A-35BB-4EE4-8A68-E79B62A75547",
"versionEndExcluding": "3.15.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\\r\\n\\r\\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch."
}
],
"id": "CVE-2026-7210",
"lastModified": "2026-06-17T11:02:00.563",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "HIGH",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "cna@python.org",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-7210",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-05-11T18:53:57.884366Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-05-11T18:16:42.413",
"references": [
{
"source": "cna@python.org",
"tags": [
"Patch"
],
"url": "https://github.com/python/cpython/commit/24b8f12544468e4cedf5bfbe25442fcd495391e4"
},
{
"source": "cna@python.org",
"tags": [
"Patch"
],
"url": "https://github.com/python/cpython/commit/3573b3b1ecbd99030a0b18658e1bfece771b2566"
},
{
"source": "cna@python.org",
"tags": [
"Patch"
],
"url": "https://github.com/python/cpython/commit/eeea765cb9d8f1fc3d8918b272ac3c477983f27a"
},
{
"source": "cna@python.org",
"tags": [
"Patch"
],
"url": "https://github.com/python/cpython/commit/fc9b11ff49cbc82e6f917d07a61517a2b5f3145f"
},
{
"source": "cna@python.org",
"tags": [
"Issue Tracking"
],
"url": "https://github.com/python/cpython/issues/149018"
},
{
"source": "cna@python.org",
"tags": [
"Issue Tracking",
"Patch"
],
"url": "https://github.com/python/cpython/pull/149023"
},
{
"source": "cna@python.org",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PNY5OMBDPM2FRUZTWFFPJ6LISWKV627K/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2026/05/11/13"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2026/05/11/8"
}
],
"sourceIdentifier": "cna@python.org",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-331"
}
],
"source": "cna@python.org",
"type": "Secondary"
}
]
}
GHSA-WXV8-W48J-R2F4
Vulnerability from github – Published: 2026-05-11 18:31 – Updated: 2026-06-10 21:31xml.parsers.expat and xml.etree.ElementTree use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\r\n\r\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch.
{
"affected": [],
"aliases": [
"CVE-2026-7210"
],
"database_specific": {
"cwe_ids": [
"CWE-331"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-05-11T18:16:42Z",
"severity": "MODERATE"
},
"details": "`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\\r\\n\\r\\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch.",
"id": "GHSA-wxv8-w48j-r2f4",
"modified": "2026-06-10T21:31:24Z",
"published": "2026-05-11T18:31:47Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-7210"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/149018"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/149023"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/24b8f12544468e4cedf5bfbe25442fcd495391e4"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/3573b3b1ecbd99030a0b18658e1bfece771b2566"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/eeea765cb9d8f1fc3d8918b272ac3c477983f27a"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/fc9b11ff49cbc82e6f917d07a61517a2b5f3145f"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PNY5OMBDPM2FRUZTWFFPJ6LISWKV627K"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2026/05/11/13"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2026/05/11/8"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"type": "CVSS_V4"
}
]
}
MSRC_CVE-2026-7210
Vulnerability from csaf_microsoft - Published: 2026-05-02 00:00 - Updated: 2026-06-03 01:41| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-3 | — |
None Available
|
|
| Unresolved product id: 17084-1 | — |
None Available
|
|
| Unresolved product id: 17084-2 | — |
None Available
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-4 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-7210 The expat and elementtree parsers use insufficient entropy for XML hash-flooding protection - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-7210.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "The expat and elementtree parsers use insufficient entropy for XML hash-flooding protection",
"tracking": {
"current_release_date": "2026-06-03T01:41:18.000Z",
"generator": {
"date": "2026-06-03T07:21:26.135Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-7210",
"initial_release_date": "2026-05-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-05-15T01:02:26.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-05-17T01:01:28.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-05-18T14:39:39.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2026-05-19T01:48:00.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
},
{
"date": "2026-05-30T14:03:24.000Z",
"legacy_version": "4.1",
"number": "5",
"summary": "Information published."
},
{
"date": "2026-06-03T01:41:18.000Z",
"legacy_version": "5",
"number": "6",
"summary": "Information published."
}
],
"status": "final",
"version": "6"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 python3 0:3.12.9-10.azl3",
"product": {
"name": "azl3 python3 0:3.12.9-10.azl3",
"product_id": "3"
}
},
{
"category": "product_version_range",
"name": "azl3 python3 0:3.12.9-11.azl3",
"product": {
"name": "azl3 python3 0:3.12.9-11.azl3",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "python3"
},
{
"branches": [
{
"category": "product_version_range",
"name": "azl3 expat 0:2.6.4-6.azl3",
"product": {
"name": "azl3 expat 0:2.6.4-6.azl3",
"product_id": "2"
}
}
],
"category": "product_name",
"name": "expat"
},
{
"category": "product_name",
"name": "azl3 tensorflow 0:2.16.1-11.azl3",
"product": {
"name": "azl3 tensorflow 0:2.16.1-11.azl3",
"product_id": "4"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python3 0:3.12.9-10.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python3 0:3.12.9-11.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 tensorflow 0:2.16.1-11.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 expat 0:2.6.4-6.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-7210",
"cwe": {
"id": "CWE-331",
"name": "Insufficient Entropy"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17084-4"
]
}
],
"notes": [
{
"category": "general",
"text": "PSF",
"title": "Assigning CNA"
}
],
"product_status": {
"known_affected": [
"17084-3",
"17084-1",
"17084-2"
],
"known_not_affected": [
"17084-4"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-7210 The expat and elementtree parsers use insufficient entropy for XML hash-flooding protection - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-7210.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2026-05-15T01:02:26.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-3"
]
},
{
"category": "none_available",
"date": "2026-05-15T01:02:26.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-1"
]
},
{
"category": "none_available",
"date": "2026-05-15T01:02:26.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-2"
]
}
],
"title": "The expat and elementtree parsers use insufficient entropy for XML hash-flooding protection"
}
]
}
OPENSUSE-SU-2026:11101-1
Vulnerability from csaf_opensuse - Published: 2026-06-22 00:00 - Updated: 2026-06-22 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64 | — |
Vendor Fix
|
{
"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": "python315-3.15.0~b2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python315-3.15.0~b2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11101",
"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_11101-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-4189 page",
"url": "https://www.suse.com/security/cve/CVE-2021-4189/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-3276 page",
"url": "https://www.suse.com/security/cve/CVE-2026-3276/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-7210 page",
"url": "https://www.suse.com/security/cve/CVE-2026-7210/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-7774 page",
"url": "https://www.suse.com/security/cve/CVE-2026-7774/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-8328 page",
"url": "https://www.suse.com/security/cve/CVE-2026-8328/"
}
],
"title": "python315-3.15.0~b2-1.1 on GA media",
"tracking": {
"current_release_date": "2026-06-22T00:00:00Z",
"generator": {
"date": "2026-06-22T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11101-1",
"initial_release_date": "2026-06-22T00:00:00Z",
"revision_history": [
{
"date": "2026-06-22T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~b2-1.1.aarch64",
"product": {
"name": "python315-3.15.0~b2-1.1.aarch64",
"product_id": "python315-3.15.0~b2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~b2-1.1.aarch64",
"product": {
"name": "python315-curses-3.15.0~b2-1.1.aarch64",
"product_id": "python315-curses-3.15.0~b2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~b2-1.1.aarch64",
"product": {
"name": "python315-dbm-3.15.0~b2-1.1.aarch64",
"product_id": "python315-dbm-3.15.0~b2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~b2-1.1.aarch64",
"product": {
"name": "python315-idle-3.15.0~b2-1.1.aarch64",
"product_id": "python315-idle-3.15.0~b2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~b2-1.1.aarch64",
"product": {
"name": "python315-profiling-3.15.0~b2-1.1.aarch64",
"product_id": "python315-profiling-3.15.0~b2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~b2-1.1.aarch64",
"product": {
"name": "python315-tk-3.15.0~b2-1.1.aarch64",
"product_id": "python315-tk-3.15.0~b2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"product": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"product_id": "python315-x86-64-v3-3.15.0~b2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~b2-1.1.ppc64le",
"product": {
"name": "python315-3.15.0~b2-1.1.ppc64le",
"product_id": "python315-3.15.0~b2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~b2-1.1.ppc64le",
"product": {
"name": "python315-curses-3.15.0~b2-1.1.ppc64le",
"product_id": "python315-curses-3.15.0~b2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~b2-1.1.ppc64le",
"product": {
"name": "python315-dbm-3.15.0~b2-1.1.ppc64le",
"product_id": "python315-dbm-3.15.0~b2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~b2-1.1.ppc64le",
"product": {
"name": "python315-idle-3.15.0~b2-1.1.ppc64le",
"product_id": "python315-idle-3.15.0~b2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~b2-1.1.ppc64le",
"product": {
"name": "python315-profiling-3.15.0~b2-1.1.ppc64le",
"product_id": "python315-profiling-3.15.0~b2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~b2-1.1.ppc64le",
"product": {
"name": "python315-tk-3.15.0~b2-1.1.ppc64le",
"product_id": "python315-tk-3.15.0~b2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"product": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"product_id": "python315-x86-64-v3-3.15.0~b2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~b2-1.1.s390x",
"product": {
"name": "python315-3.15.0~b2-1.1.s390x",
"product_id": "python315-3.15.0~b2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~b2-1.1.s390x",
"product": {
"name": "python315-curses-3.15.0~b2-1.1.s390x",
"product_id": "python315-curses-3.15.0~b2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~b2-1.1.s390x",
"product": {
"name": "python315-dbm-3.15.0~b2-1.1.s390x",
"product_id": "python315-dbm-3.15.0~b2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~b2-1.1.s390x",
"product": {
"name": "python315-idle-3.15.0~b2-1.1.s390x",
"product_id": "python315-idle-3.15.0~b2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~b2-1.1.s390x",
"product": {
"name": "python315-profiling-3.15.0~b2-1.1.s390x",
"product_id": "python315-profiling-3.15.0~b2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~b2-1.1.s390x",
"product": {
"name": "python315-tk-3.15.0~b2-1.1.s390x",
"product_id": "python315-tk-3.15.0~b2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"product": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"product_id": "python315-x86-64-v3-3.15.0~b2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~b2-1.1.x86_64",
"product": {
"name": "python315-3.15.0~b2-1.1.x86_64",
"product_id": "python315-3.15.0~b2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~b2-1.1.x86_64",
"product": {
"name": "python315-curses-3.15.0~b2-1.1.x86_64",
"product_id": "python315-curses-3.15.0~b2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~b2-1.1.x86_64",
"product": {
"name": "python315-dbm-3.15.0~b2-1.1.x86_64",
"product_id": "python315-dbm-3.15.0~b2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~b2-1.1.x86_64",
"product": {
"name": "python315-idle-3.15.0~b2-1.1.x86_64",
"product_id": "python315-idle-3.15.0~b2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~b2-1.1.x86_64",
"product": {
"name": "python315-profiling-3.15.0~b2-1.1.x86_64",
"product_id": "python315-profiling-3.15.0~b2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~b2-1.1.x86_64",
"product": {
"name": "python315-tk-3.15.0~b2-1.1.x86_64",
"product_id": "python315-tk-3.15.0~b2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~b2-1.1.x86_64",
"product": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.x86_64",
"product_id": "python315-x86-64-v3-3.15.0~b2-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": "python315-3.15.0~b2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64"
},
"product_reference": "python315-3.15.0~b2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~b2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le"
},
"product_reference": "python315-3.15.0~b2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~b2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x"
},
"product_reference": "python315-3.15.0~b2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~b2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64"
},
"product_reference": "python315-3.15.0~b2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~b2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64"
},
"product_reference": "python315-curses-3.15.0~b2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~b2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le"
},
"product_reference": "python315-curses-3.15.0~b2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~b2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x"
},
"product_reference": "python315-curses-3.15.0~b2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~b2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64"
},
"product_reference": "python315-curses-3.15.0~b2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~b2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64"
},
"product_reference": "python315-dbm-3.15.0~b2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~b2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le"
},
"product_reference": "python315-dbm-3.15.0~b2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~b2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x"
},
"product_reference": "python315-dbm-3.15.0~b2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~b2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64"
},
"product_reference": "python315-dbm-3.15.0~b2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~b2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64"
},
"product_reference": "python315-idle-3.15.0~b2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~b2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le"
},
"product_reference": "python315-idle-3.15.0~b2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~b2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x"
},
"product_reference": "python315-idle-3.15.0~b2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~b2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64"
},
"product_reference": "python315-idle-3.15.0~b2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~b2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64"
},
"product_reference": "python315-profiling-3.15.0~b2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~b2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le"
},
"product_reference": "python315-profiling-3.15.0~b2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~b2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x"
},
"product_reference": "python315-profiling-3.15.0~b2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~b2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64"
},
"product_reference": "python315-profiling-3.15.0~b2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~b2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64"
},
"product_reference": "python315-tk-3.15.0~b2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~b2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le"
},
"product_reference": "python315-tk-3.15.0~b2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~b2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x"
},
"product_reference": "python315-tk-3.15.0~b2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~b2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64"
},
"product_reference": "python315-tk-3.15.0~b2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64"
},
"product_reference": "python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le"
},
"product_reference": "python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x"
},
"product_reference": "python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~b2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
},
"product_reference": "python315-x86-64-v3-3.15.0~b2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4189",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-4189"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in Python, specifically in the FTP (File Transfer Protocol) client library in PASV (passive) mode. The issue is how the FTP client trusts the host from the PASV response by default. This flaw allows an attacker to set up a malicious FTP server that can trick FTP clients into connecting back to a given IP address and port. This vulnerability could lead to FTP client scanning ports, which otherwise would not have been possible.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-4189",
"url": "https://www.suse.com/security/cve/CVE-2021-4189"
},
{
"category": "external",
"summary": "SUSE Bug 1194146 for CVE-2021-4189",
"url": "https://bugzilla.suse.com/1194146"
},
{
"category": "external",
"summary": "SUSE Bug 1265268 for CVE-2021-4189",
"url": "https://bugzilla.suse.com/1265268"
}
],
"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:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-4189"
},
{
"cve": "CVE-2026-3276",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-3276"
}
],
"notes": [
{
"category": "general",
"text": "unicodedata.normalize() can take excessive CPU time when processing\nspecially crafted Unicode input containing long runs of combining characters\nwith alternating Canonical Combining Class values.\nThis affects all normalization forms.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-3276",
"url": "https://www.suse.com/security/cve/CVE-2026-3276"
},
{
"category": "external",
"summary": "SUSE Bug 1267581 for CVE-2026-3276",
"url": "https://bugzilla.suse.com/1267581"
}
],
"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:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-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:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-3276"
},
{
"cve": "CVE-2026-7210",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-7210"
}
],
"notes": [
{
"category": "general",
"text": "`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\\r\\n\\r\\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-7210",
"url": "https://www.suse.com/security/cve/CVE-2026-7210"
},
{
"category": "external",
"summary": "SUSE Bug 1264962 for CVE-2026-7210",
"url": "https://bugzilla.suse.com/1264962"
}
],
"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:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-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:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-7210"
},
{
"cve": "CVE-2026-7774",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-7774"
}
],
"notes": [
{
"category": "general",
"text": "tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-7774",
"url": "https://www.suse.com/security/cve/CVE-2026-7774"
},
{
"category": "external",
"summary": "SUSE Bug 1267821 for CVE-2026-7774",
"url": "https://bugzilla.suse.com/1267821"
}
],
"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:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-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:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-7774"
},
{
"cve": "CVE-2026-8328",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-8328"
}
],
"notes": [
{
"category": "general",
"text": "The ftpcp() function in Lib/ftplib.py was not updated when \nCVE-2021-4189 was fixed. While makepasv() was patched to replace \nserver-supplied PASV host addresses with the actual peer address \n(getpeername()[0]), ftpcp() still calls parse227() directly and passes \nthe raw attacker-controllable IP address and port to target.sendport(). This patch is related to CVE-2021-4189.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-8328",
"url": "https://www.suse.com/security/cve/CVE-2026-8328"
},
{
"category": "external",
"summary": "SUSE Bug 1265268 for CVE-2026-8328",
"url": "https://bugzilla.suse.com/1265268"
}
],
"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:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~b2-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~b2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-8328"
}
]
}
WID-SEC-W-2026-1472
Vulnerability from csaf_certbund - Published: 2026-05-11 22:00 - Updated: 2026-05-11 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Python CPython <2.8.0
Open Source / Python
|
CPython <2.8.0 |
{
"document": {
"aggregate_severity": {
"text": "niedrig"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Python ist eine universelle, \u00fcblicherweise interpretierte, h\u00f6here Programmiersprache.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in CPython ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1472 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1472.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1472 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1472"
},
{
"category": "external",
"summary": "OSS Security Mailing List vom 2026-05-11",
"url": "https://seclists.org/oss-sec/2026/q2/478"
},
{
"category": "external",
"summary": "CVE Record vom 2026-05-11",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-7210"
}
],
"source_lang": "en-US",
"title": "CPython: Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2026-05-11T22:00:00.000+00:00",
"generator": {
"date": "2026-05-12T11:28:13.553+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-1472",
"initial_release_date": "2026-05-11T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-11T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "CPython \u003c2.8.0",
"product": {
"name": "Open Source Python CPython \u003c2.8.0",
"product_id": "T053836"
}
},
{
"category": "product_version",
"name": "CPython 2.8.0",
"product": {
"name": "Open Source Python CPython 2.8.0",
"product_id": "T053836-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:python:python:cpython___2.8.0"
}
}
}
],
"category": "product_name",
"name": "Python"
}
],
"category": "vendor",
"name": "Open Source"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-7210",
"product_status": {
"known_affected": [
"T053836"
]
},
"release_date": "2026-05-11T22:00:00.000+00:00",
"title": "CVE-2026-7210"
}
]
}
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.