Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-9669 (GCVE-0-2026-9669)
Vulnerability from cvelistv5 – Published: 2026-06-08 22:01 – Updated: 2026-08-13 00:26- CWE-121 - Stack-based buffer overflow
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| Python Software Foundation | CPython |
Affected:
0 , < 3.10.21
(python)
Affected: 3.11.0 , < 3.11.16 (python) Affected: 3.12.0 , < 3.12.14 (python) Affected: 3.13.0 , < 3.13.14 (python) Affected: 3.14.0 , < 3.14.6 (python) Affected: 3.15.0a1 , < 3.15.0b3 (python) |
guessed |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2026-06-08T23:27:25.188Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2026/06/08/17"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-9669",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-16T12:23:25.378543Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-16T12:23:44.258Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"modules": [
"bz2"
],
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.10.21",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.11.16",
"status": "affected",
"version": "3.11.0",
"versionType": "python"
},
{
"lessThan": "3.12.14",
"status": "affected",
"version": "3.12.0",
"versionType": "python"
},
{
"lessThan": "3.13.14",
"status": "affected",
"version": "3.13.0",
"versionType": "python"
},
{
"lessThan": "3.14.6",
"status": "affected",
"version": "3.14.0",
"versionType": "python"
},
{
"lessThan": "3.15.0b3",
"status": "affected",
"version": "3.15.0a1",
"versionType": "python"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Bitshift (https://github.com/TheShiftedBit)"
},
{
"lang": "en",
"type": "coordinator",
"value": "Emma Smith (https://github.com/emmatyping)"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Stan Ulbrych (https://github.com/StanFromIreland)"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "Serhiy Storchaka (https://github.com/serhiy-storchaka)"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"type": "text/html",
"value": "bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data."
}
],
"value": "bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"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:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-121",
"description": "CWE-121 Stack-based buffer overflow",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-13T00:26:48.913Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/150600"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/DBJZETMGUIFK7DVUWMOXHD3Z6IX2QPSX/"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/150599"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/157a5df8cb5d82b33f918a7489e72ce95ceb12b6"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/5755d0f083949ff3c5bf3a37e673e24e306b036e"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/619a12b2e545391dc436b3af79dda22337382a6f"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/d3ca26983dfbccdf609f24ff5877dc3118e4702d"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/938ec030e90c5e53f1faac6fab1643f14e4f4a79"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/991e6cf86496718c4ef00b362d640e00cb5c85b2"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/1ba6135eae75ad8413413caeeedb56ae72320636"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "bz2.BZ2Decompressor reuse after error can cause a stack buffer overflow",
"x_generator": {
"engine": "cvelib 1.8.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2026-9669",
"datePublished": "2026-06-08T22:01:15.420Z",
"dateReserved": "2026-05-27T03:13:18.152Z",
"dateUpdated": "2026-08-13T00:26:48.913Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-9669",
"date": "2026-09-12",
"epss": "0.0068",
"percentile": "0.50434"
},
"microsoft_vex": {
"current_release_date": "2026-08-13T00:05:23.000Z",
"cve": "CVE-2026-9669",
"id": "msrc_CVE-2026-9669",
"initial_release_date": "2026-06-19T01:01:47.000Z",
"product_status:fixed": "1",
"product_status:known_affected": "3",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "bz2.BZ2Decompressor reuse after error can cause a stack buffer overflow",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-9669.json",
"version": "3"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-9669\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2026-06-08T23:17:25.170\",\"lastModified\":\"2026-08-13T01:16:56.087\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data.\"},{\"lang\":\"es\",\"value\":\"Los objetos bz2.BZ2Decompressor podr\u00edan reutilizarse despu\u00e9s de un error de descompresi\u00f3n. Si una aplicaci\u00f3n capturaba el OSError resultante y reintentaba con el mismo descompresor, una entrada manipulada podr\u00eda hacer que el descompresor reanudara desde un estado interno no v\u00e1lido y realizara escrituras fuera de l\u00edmites en un b\u00fafer de pila. Esto podr\u00eda bloquear el proceso al procesar datos no confiables.\"}],\"affected\":[{\"source\":\"cna@python.org\",\"affectedData\":[{\"vendor\":\"Python Software Foundation\",\"product\":\"CPython\",\"defaultStatus\":\"unaffected\",\"modules\":[\"bz2\"],\"repo\":\"https://github.com/python/cpython\",\"versions\":[{\"version\":\"0\",\"lessThan\":\"3.10.21\",\"versionType\":\"python\",\"status\":\"affected\"},{\"version\":\"3.11.0\",\"lessThan\":\"3.11.16\",\"versionType\":\"python\",\"status\":\"affected\"},{\"version\":\"3.12.0\",\"lessThan\":\"3.12.14\",\"versionType\":\"python\",\"status\":\"affected\"},{\"version\":\"3.13.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.0b3\",\"versionType\":\"python\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/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\":8.2,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"HIGH\",\"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\"}}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-06-16T12:23:25.378543Z\",\"id\":\"CVE-2026-9669\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-121\"}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/157a5df8cb5d82b33f918a7489e72ce95ceb12b6\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/1ba6135eae75ad8413413caeeedb56ae72320636\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/5755d0f083949ff3c5bf3a37e673e24e306b036e\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/619a12b2e545391dc436b3af79dda22337382a6f\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/938ec030e90c5e53f1faac6fab1643f14e4f4a79\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/991e6cf86496718c4ef00b362d640e00cb5c85b2\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/d3ca26983dfbccdf609f24ff5877dc3118e4702d\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/150599\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/150600\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/DBJZETMGUIFK7DVUWMOXHD3Z6IX2QPSX/\",\"source\":\"cna@python.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/06/08/17\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-06-28T05:50:29+00:00",
"cve": "CVE-2026-9669",
"id": "CVE-2026-9669",
"initial_release_date": "2026-06-08T22:01:15.420000+00:00",
"product_status:known_affected": "34",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "python: Python: Denial of Service via out-of-bounds write in BZ2 decompression",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-9669.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-09-11T01:42:59Z",
"cve": "CVE-2026-9669",
"id": "CVE-2026-9669",
"initial_release_date": "2026-06-10T02:33:04Z",
"product_status:known_affected": "145",
"product_status:known_not_affected": "319",
"product_status:recommended": "18",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-9669",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-9669.json",
"version": "6"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/06/08/17\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-06-08T23:27:25.188Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-9669\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-16T12:23:25.378543Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-16T12:23:36.058Z\"}}], \"cna\": {\"title\": \"bz2.BZ2Decompressor reuse after error can cause a stack buffer overflow\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Bitshift (https://github.com/TheShiftedBit)\"}, {\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Emma Smith (https://github.com/emmatyping)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Stan Ulbrych (https://github.com/StanFromIreland)\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"Serhiy Storchaka (https://github.com/serhiy-storchaka)\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 8.2, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N\", \"exploitMaturity\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"modules\": [\"bz2\"], \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.10.21\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.16\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.14\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.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.0b3\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/pull/150600\", \"tags\": [\"patch\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/DBJZETMGUIFK7DVUWMOXHD3Z6IX2QPSX/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/issues/150599\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/commit/157a5df8cb5d82b33f918a7489e72ce95ceb12b6\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/5755d0f083949ff3c5bf3a37e673e24e306b036e\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/619a12b2e545391dc436b3af79dda22337382a6f\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/d3ca26983dfbccdf609f24ff5877dc3118e4702d\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/938ec030e90c5e53f1faac6fab1643f14e4f4a79\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/991e6cf86496718c4ef00b362d640e00cb5c85b2\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/1ba6135eae75ad8413413caeeedb56ae72320636\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"cvelib 1.8.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data.\"}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-121\", \"description\": \"CWE-121 Stack-based buffer overflow\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2026-08-13T00:26:48.913Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-9669\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-13T00:26:48.913Z\", \"dateReserved\": \"2026-05-27T03:13:18.152Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2026-06-08T22:01:15.420Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
bit-libpython-2026-9669
Vulnerability from bitnami_vulndb
bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "libpython",
"purl": "pkg:bitnami/libpython"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.10.21"
},
{
"introduced": "3.11.0"
},
{
"fixed": "3.11.16"
},
{
"introduced": "3.12.0"
},
{
"fixed": "3.12.14"
},
{
"introduced": "3.13.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:P/PR:N/UI:N/VC:N/VI:N/VA:H/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-9669"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*"
],
"severity": "High"
},
"details": "bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data.",
"id": "BIT-libpython-2026-9669",
"modified": "2026-08-19T09:09:14.600Z",
"published": "2026-06-25T07:36:35.402Z",
"references": [
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2026/06/08/17"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/157a5df8cb5d82b33f918a7489e72ce95ceb12b6"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/5755d0f083949ff3c5bf3a37e673e24e306b036e"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/619a12b2e545391dc436b3af79dda22337382a6f"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/d3ca26983dfbccdf609f24ff5877dc3118e4702d"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/150599"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/150600"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/DBJZETMGUIFK7DVUWMOXHD3Z6IX2QPSX/"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9669"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/938ec030e90c5e53f1faac6fab1643f14e4f4a79"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/1ba6135eae75ad8413413caeeedb56ae72320636"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/991e6cf86496718c4ef00b362d640e00cb5c85b2"
}
],
"schema_version": "1.6.2",
"summary": "bz2.BZ2Decompressor reuse after error can cause a stack buffer overflow"
}
bit-python-2026-9669
Vulnerability from bitnami_vulndb
bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "python",
"purl": "pkg:bitnami/python"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.10.21"
},
{
"introduced": "3.11.0"
},
{
"fixed": "3.11.16"
},
{
"introduced": "3.12.0"
},
{
"fixed": "3.12.14"
},
{
"introduced": "3.13.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:P/PR:N/UI:N/VC:N/VI:N/VA:H/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-9669"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*"
],
"severity": "High"
},
"details": "bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data.",
"id": "BIT-python-2026-9669",
"modified": "2026-08-19T09:09:14.600Z",
"published": "2026-06-25T07:40:50.677Z",
"references": [
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2026/06/08/17"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/157a5df8cb5d82b33f918a7489e72ce95ceb12b6"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/5755d0f083949ff3c5bf3a37e673e24e306b036e"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/619a12b2e545391dc436b3af79dda22337382a6f"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/d3ca26983dfbccdf609f24ff5877dc3118e4702d"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/150599"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/150600"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/DBJZETMGUIFK7DVUWMOXHD3Z6IX2QPSX/"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9669"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/938ec030e90c5e53f1faac6fab1643f14e4f4a79"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/1ba6135eae75ad8413413caeeedb56ae72320636"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/991e6cf86496718c4ef00b362d640e00cb5c85b2"
}
],
"schema_version": "1.6.2",
"summary": "bz2.BZ2Decompressor reuse after error can cause a stack buffer overflow"
}
CERTFR-2026-AVI-0704
Vulnerability from certfr_avis - Published: 2026-06-09 - Updated: 2026-06-09
Une vulnérabilité a été découverte dans CPython. Elle permet à un attaquant de provoquer un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| 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-9669",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9669"
}
],
"initial_release_date": "2026-06-09T00:00:00",
"last_revision_date": "2026-06-09T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0704",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-06-09T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
}
],
"summary": "Une vuln\u00e9rabilit\u00e9 a \u00e9t\u00e9 d\u00e9couverte dans CPython. Elle permet \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance.",
"title": "Vuln\u00e9rabilit\u00e9 dans CPython",
"vendor_advisories": [
{
"published_at": "2026-06-08",
"title": "Bulletin de s\u00e9curit\u00e9 Python DBJZETMGUIFK7DVUWMOXHD3Z6IX2QPSX",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/DBJZETMGUIFK7DVUWMOXHD3Z6IX2QPSX/"
}
]
}
FKIE_CVE-2026-9669
Vulnerability from fkie_nvd - Published: 2026-06-08 23:17 - Updated: 2026-08-13 01:16| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"modules": [
"bz2"
],
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.10.21",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.11.16",
"status": "affected",
"version": "3.11.0",
"versionType": "python"
},
{
"lessThan": "3.12.14",
"status": "affected",
"version": "3.12.0",
"versionType": "python"
},
{
"lessThan": "3.13.14",
"status": "affected",
"version": "3.13.0",
"versionType": "python"
},
{
"lessThan": "3.14.6",
"status": "affected",
"version": "3.14.0",
"versionType": "python"
},
{
"lessThan": "3.15.0b3",
"status": "affected",
"version": "3.15.0a1",
"versionType": "python"
}
]
}
],
"source": "cna@python.org"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data."
},
{
"lang": "es",
"value": "Los objetos bz2.BZ2Decompressor podr\u00edan reutilizarse despu\u00e9s de un error de descompresi\u00f3n. Si una aplicaci\u00f3n capturaba el OSError resultante y reintentaba con el mismo descompresor, una entrada manipulada podr\u00eda hacer que el descompresor reanudara desde un estado interno no v\u00e1lido y realizara escrituras fuera de l\u00edmites en un b\u00fafer de pila. Esto podr\u00eda bloquear el proceso al procesar datos no confiables."
}
],
"id": "CVE-2026-9669",
"lastModified": "2026-08-13T01:16:56.087",
"metrics": {
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"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:P/PR:N/UI:N/VC:N/VI:N/VA:H/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": "HIGH",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "cna@python.org",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-9669",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-16T12:23:25.378543Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-06-08T23:17:25.170",
"references": [
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/157a5df8cb5d82b33f918a7489e72ce95ceb12b6"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/1ba6135eae75ad8413413caeeedb56ae72320636"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/5755d0f083949ff3c5bf3a37e673e24e306b036e"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/619a12b2e545391dc436b3af79dda22337382a6f"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/938ec030e90c5e53f1faac6fab1643f14e4f4a79"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/991e6cf86496718c4ef00b362d640e00cb5c85b2"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/d3ca26983dfbccdf609f24ff5877dc3118e4702d"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/issues/150599"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/pull/150600"
},
{
"source": "cna@python.org",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/DBJZETMGUIFK7DVUWMOXHD3Z6IX2QPSX/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2026/06/08/17"
}
],
"sourceIdentifier": "cna@python.org",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-121"
}
],
"source": "cna@python.org",
"type": "Secondary"
}
]
}
GHSA-8JVR-397X-XQH9
Vulnerability from github – Published: 2026-06-09 00:33 – Updated: 2026-08-11 03:31bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data.
{
"affected": [],
"aliases": [
"CVE-2026-9669"
],
"database_specific": {
"cwe_ids": [
"CWE-121"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-06-08T23:17:25Z",
"severity": "HIGH"
},
"details": "bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data.",
"id": "GHSA-8jvr-397x-xqh9",
"modified": "2026-08-11T03:31:50Z",
"published": "2026-06-09T00:33:23Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9669"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/150599"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/150600"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/157a5df8cb5d82b33f918a7489e72ce95ceb12b6"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/1ba6135eae75ad8413413caeeedb56ae72320636"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/5755d0f083949ff3c5bf3a37e673e24e306b036e"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/619a12b2e545391dc436b3af79dda22337382a6f"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/938ec030e90c5e53f1faac6fab1643f14e4f4a79"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/991e6cf86496718c4ef00b362d640e00cb5c85b2"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/d3ca26983dfbccdf609f24ff5877dc3118e4702d"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/DBJZETMGUIFK7DVUWMOXHD3Z6IX2QPSX"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2026/06/08/17"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/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-9669
Vulnerability from csaf_microsoft - Published: 2026-06-02 00:00 - Updated: 2026-06-28 02:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17084-2 | — |
None Available
|
|
| Unresolved product id: 17084-1 | — |
None Available
|
| 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-9669 bz2.BZ2Decompressor reuse after error can cause a stack buffer overflow - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-9669.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": "bz2.BZ2Decompressor reuse after error can cause a stack buffer overflow",
"tracking": {
"current_release_date": "2026-06-28T02:00:52.000Z",
"generator": {
"date": "2026-06-28T07:10:57.234Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-9669",
"initial_release_date": "2026-06-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-06-19T01:01:47.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-06-28T02:00:52.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"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-11.azl3",
"product": {
"name": "azl3 python3 0:3.12.9-11.azl3",
"product_id": "2"
}
},
{
"category": "product_version_range",
"name": "azl3 python3 0:3.12.9-13.azl3",
"product": {
"name": "azl3 python3 0:3.12.9-13.azl3",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "python3"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"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-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python3 0:3.12.9-13.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-9669",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "general",
"text": "PSF",
"title": "Assigning CNA"
}
],
"product_status": {
"known_affected": [
"17084-2",
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-9669 bz2.BZ2Decompressor reuse after error can cause a stack buffer overflow - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-9669.json"
}
],
"remediations": [
{
"category": "none_available",
"date": "2026-06-19T01:01:47.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-2"
]
},
{
"category": "none_available",
"date": "2026-06-19T01:01:47.000Z",
"details": "There is no fix available for this vulnerability as of now",
"product_ids": [
"17084-1"
]
}
],
"title": "bz2.BZ2Decompressor reuse after error can cause a stack buffer overflow"
}
]
}
OPENSUSE-SU-2026:11756-1
Vulnerability from csaf_opensuse - Published: 2026-09-11 00:00 - Updated: 2026-09-11 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-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": "python311-3.11.16-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python311-3.11.16-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11756",
"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_11756-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-45186 page",
"url": "https://www.suse.com/security/cve/CVE-2026-45186/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-72522 page",
"url": "https://www.suse.com/security/cve/CVE-2026-72522/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-9669 page",
"url": "https://www.suse.com/security/cve/CVE-2026-9669/"
}
],
"title": "python311-3.11.16-1.1 on GA media",
"tracking": {
"current_release_date": "2026-09-11T00:00:00Z",
"generator": {
"date": "2026-09-11T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11756-1",
"initial_release_date": "2026-09-11T00:00:00Z",
"revision_history": [
{
"date": "2026-09-11T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-3.11.16-1.1.aarch64",
"product": {
"name": "python311-3.11.16-1.1.aarch64",
"product_id": "python311-3.11.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.16-1.1.aarch64",
"product": {
"name": "python311-32bit-3.11.16-1.1.aarch64",
"product_id": "python311-32bit-3.11.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.16-1.1.aarch64",
"product": {
"name": "python311-curses-3.11.16-1.1.aarch64",
"product_id": "python311-curses-3.11.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.16-1.1.aarch64",
"product": {
"name": "python311-dbm-3.11.16-1.1.aarch64",
"product_id": "python311-dbm-3.11.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.16-1.1.aarch64",
"product": {
"name": "python311-idle-3.11.16-1.1.aarch64",
"product_id": "python311-idle-3.11.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.16-1.1.aarch64",
"product": {
"name": "python311-tk-3.11.16-1.1.aarch64",
"product_id": "python311-tk-3.11.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.16-1.1.aarch64",
"product": {
"name": "python311-x86-64-v3-3.11.16-1.1.aarch64",
"product_id": "python311-x86-64-v3-3.11.16-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-3.11.16-1.1.ppc64le",
"product": {
"name": "python311-3.11.16-1.1.ppc64le",
"product_id": "python311-3.11.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.16-1.1.ppc64le",
"product": {
"name": "python311-32bit-3.11.16-1.1.ppc64le",
"product_id": "python311-32bit-3.11.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.16-1.1.ppc64le",
"product": {
"name": "python311-curses-3.11.16-1.1.ppc64le",
"product_id": "python311-curses-3.11.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.16-1.1.ppc64le",
"product": {
"name": "python311-dbm-3.11.16-1.1.ppc64le",
"product_id": "python311-dbm-3.11.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.16-1.1.ppc64le",
"product": {
"name": "python311-idle-3.11.16-1.1.ppc64le",
"product_id": "python311-idle-3.11.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.16-1.1.ppc64le",
"product": {
"name": "python311-tk-3.11.16-1.1.ppc64le",
"product_id": "python311-tk-3.11.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.16-1.1.ppc64le",
"product": {
"name": "python311-x86-64-v3-3.11.16-1.1.ppc64le",
"product_id": "python311-x86-64-v3-3.11.16-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-3.11.16-1.1.s390x",
"product": {
"name": "python311-3.11.16-1.1.s390x",
"product_id": "python311-3.11.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.16-1.1.s390x",
"product": {
"name": "python311-32bit-3.11.16-1.1.s390x",
"product_id": "python311-32bit-3.11.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.16-1.1.s390x",
"product": {
"name": "python311-curses-3.11.16-1.1.s390x",
"product_id": "python311-curses-3.11.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.16-1.1.s390x",
"product": {
"name": "python311-dbm-3.11.16-1.1.s390x",
"product_id": "python311-dbm-3.11.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.16-1.1.s390x",
"product": {
"name": "python311-idle-3.11.16-1.1.s390x",
"product_id": "python311-idle-3.11.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.16-1.1.s390x",
"product": {
"name": "python311-tk-3.11.16-1.1.s390x",
"product_id": "python311-tk-3.11.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.16-1.1.s390x",
"product": {
"name": "python311-x86-64-v3-3.11.16-1.1.s390x",
"product_id": "python311-x86-64-v3-3.11.16-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-3.11.16-1.1.x86_64",
"product": {
"name": "python311-3.11.16-1.1.x86_64",
"product_id": "python311-3.11.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.16-1.1.x86_64",
"product": {
"name": "python311-32bit-3.11.16-1.1.x86_64",
"product_id": "python311-32bit-3.11.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.16-1.1.x86_64",
"product": {
"name": "python311-curses-3.11.16-1.1.x86_64",
"product_id": "python311-curses-3.11.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.16-1.1.x86_64",
"product": {
"name": "python311-dbm-3.11.16-1.1.x86_64",
"product_id": "python311-dbm-3.11.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.16-1.1.x86_64",
"product": {
"name": "python311-idle-3.11.16-1.1.x86_64",
"product_id": "python311-idle-3.11.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.16-1.1.x86_64",
"product": {
"name": "python311-tk-3.11.16-1.1.x86_64",
"product_id": "python311-tk-3.11.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.16-1.1.x86_64",
"product": {
"name": "python311-x86-64-v3-3.11.16-1.1.x86_64",
"product_id": "python311-x86-64-v3-3.11.16-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": "python311-3.11.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.16-1.1.aarch64"
},
"product_reference": "python311-3.11.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le"
},
"product_reference": "python311-3.11.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.16-1.1.s390x"
},
"product_reference": "python311-3.11.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64"
},
"product_reference": "python311-3.11.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64"
},
"product_reference": "python311-32bit-3.11.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le"
},
"product_reference": "python311-32bit-3.11.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x"
},
"product_reference": "python311-32bit-3.11.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64"
},
"product_reference": "python311-32bit-3.11.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64"
},
"product_reference": "python311-curses-3.11.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le"
},
"product_reference": "python311-curses-3.11.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x"
},
"product_reference": "python311-curses-3.11.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64"
},
"product_reference": "python311-curses-3.11.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64"
},
"product_reference": "python311-dbm-3.11.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x"
},
"product_reference": "python311-dbm-3.11.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64"
},
"product_reference": "python311-dbm-3.11.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64"
},
"product_reference": "python311-idle-3.11.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le"
},
"product_reference": "python311-idle-3.11.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x"
},
"product_reference": "python311-idle-3.11.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64"
},
"product_reference": "python311-idle-3.11.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64"
},
"product_reference": "python311-tk-3.11.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le"
},
"product_reference": "python311-tk-3.11.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x"
},
"product_reference": "python311-tk-3.11.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64"
},
"product_reference": "python311-tk-3.11.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64"
},
"product_reference": "python311-x86-64-v3-3.11.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le"
},
"product_reference": "python311-x86-64-v3-3.11.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x"
},
"product_reference": "python311-x86-64-v3-3.11.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.x86_64"
},
"product_reference": "python311-x86-64-v3-3.11.16-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:python311-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-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:python311-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-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:python311-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-09-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-4189"
},
{
"cve": "CVE-2026-45186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-45186"
}
],
"notes": [
{
"category": "general",
"text": "In libexpat before 2.8.1, the computational complexity of attribute name collision checks allows a denial of service via moderately sized crafted XML input.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-45186",
"url": "https://www.suse.com/security/cve/CVE-2026-45186"
},
{
"category": "external",
"summary": "SUSE Bug 1264713 for CVE-2026-45186",
"url": "https://bugzilla.suse.com/1264713"
}
],
"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:python311-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-09-11T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-45186"
},
{
"cve": "CVE-2026-72522",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-72522"
}
],
"notes": [
{
"category": "general",
"text": "libexpat before 2.8.3 has an out-of-bounds read and resultant infinite loop because low surrogates are treated the same as high surrogates during Unicode processing in the *_toUtf16 functions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-72522",
"url": "https://www.suse.com/security/cve/CVE-2026-72522"
},
{
"category": "external",
"summary": "SUSE Bug 1275593 for CVE-2026-72522",
"url": "https://bugzilla.suse.com/1275593"
}
],
"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:python311-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-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:python311-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-09-11T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-72522"
},
{
"cve": "CVE-2026-9669",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-9669"
}
],
"notes": [
{
"category": "general",
"text": "bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-9669",
"url": "https://www.suse.com/security/cve/CVE-2026-9669"
},
{
"category": "external",
"summary": "SUSE Bug 1267974 for CVE-2026-9669",
"url": "https://bugzilla.suse.com/1267974"
}
],
"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:python311-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.16-1.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.16-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-09-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-9669"
}
]
}
OPENSUSE-SU-2026:11757-1
Vulnerability from csaf_opensuse - Published: 2026-09-11 00:00 - Updated: 2026-09-11 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-3.12.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-curses-3.12.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-idle-3.12.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-tk-3.12.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-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": "python312-3.12.14-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python312-3.12.14-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11757",
"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_11757-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-9669 page",
"url": "https://www.suse.com/security/cve/CVE-2026-9669/"
}
],
"title": "python312-3.12.14-1.1 on GA media",
"tracking": {
"current_release_date": "2026-09-11T00:00:00Z",
"generator": {
"date": "2026-09-11T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11757-1",
"initial_release_date": "2026-09-11T00:00:00Z",
"revision_history": [
{
"date": "2026-09-11T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.14-1.1.aarch64",
"product": {
"name": "python312-3.12.14-1.1.aarch64",
"product_id": "python312-3.12.14-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.14-1.1.aarch64",
"product": {
"name": "python312-32bit-3.12.14-1.1.aarch64",
"product_id": "python312-32bit-3.12.14-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.14-1.1.aarch64",
"product": {
"name": "python312-curses-3.12.14-1.1.aarch64",
"product_id": "python312-curses-3.12.14-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.14-1.1.aarch64",
"product": {
"name": "python312-dbm-3.12.14-1.1.aarch64",
"product_id": "python312-dbm-3.12.14-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.14-1.1.aarch64",
"product": {
"name": "python312-idle-3.12.14-1.1.aarch64",
"product_id": "python312-idle-3.12.14-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.14-1.1.aarch64",
"product": {
"name": "python312-tk-3.12.14-1.1.aarch64",
"product_id": "python312-tk-3.12.14-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.14-1.1.aarch64",
"product": {
"name": "python312-x86-64-v3-3.12.14-1.1.aarch64",
"product_id": "python312-x86-64-v3-3.12.14-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.14-1.1.ppc64le",
"product": {
"name": "python312-3.12.14-1.1.ppc64le",
"product_id": "python312-3.12.14-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.14-1.1.ppc64le",
"product": {
"name": "python312-32bit-3.12.14-1.1.ppc64le",
"product_id": "python312-32bit-3.12.14-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.14-1.1.ppc64le",
"product": {
"name": "python312-curses-3.12.14-1.1.ppc64le",
"product_id": "python312-curses-3.12.14-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.14-1.1.ppc64le",
"product": {
"name": "python312-dbm-3.12.14-1.1.ppc64le",
"product_id": "python312-dbm-3.12.14-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.14-1.1.ppc64le",
"product": {
"name": "python312-idle-3.12.14-1.1.ppc64le",
"product_id": "python312-idle-3.12.14-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.14-1.1.ppc64le",
"product": {
"name": "python312-tk-3.12.14-1.1.ppc64le",
"product_id": "python312-tk-3.12.14-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.14-1.1.ppc64le",
"product": {
"name": "python312-x86-64-v3-3.12.14-1.1.ppc64le",
"product_id": "python312-x86-64-v3-3.12.14-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.14-1.1.s390x",
"product": {
"name": "python312-3.12.14-1.1.s390x",
"product_id": "python312-3.12.14-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.14-1.1.s390x",
"product": {
"name": "python312-32bit-3.12.14-1.1.s390x",
"product_id": "python312-32bit-3.12.14-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.14-1.1.s390x",
"product": {
"name": "python312-curses-3.12.14-1.1.s390x",
"product_id": "python312-curses-3.12.14-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.14-1.1.s390x",
"product": {
"name": "python312-dbm-3.12.14-1.1.s390x",
"product_id": "python312-dbm-3.12.14-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.14-1.1.s390x",
"product": {
"name": "python312-idle-3.12.14-1.1.s390x",
"product_id": "python312-idle-3.12.14-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.14-1.1.s390x",
"product": {
"name": "python312-tk-3.12.14-1.1.s390x",
"product_id": "python312-tk-3.12.14-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.14-1.1.s390x",
"product": {
"name": "python312-x86-64-v3-3.12.14-1.1.s390x",
"product_id": "python312-x86-64-v3-3.12.14-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.14-1.1.x86_64",
"product": {
"name": "python312-3.12.14-1.1.x86_64",
"product_id": "python312-3.12.14-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.14-1.1.x86_64",
"product": {
"name": "python312-32bit-3.12.14-1.1.x86_64",
"product_id": "python312-32bit-3.12.14-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.14-1.1.x86_64",
"product": {
"name": "python312-curses-3.12.14-1.1.x86_64",
"product_id": "python312-curses-3.12.14-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.14-1.1.x86_64",
"product": {
"name": "python312-dbm-3.12.14-1.1.x86_64",
"product_id": "python312-dbm-3.12.14-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.14-1.1.x86_64",
"product": {
"name": "python312-idle-3.12.14-1.1.x86_64",
"product_id": "python312-idle-3.12.14-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.14-1.1.x86_64",
"product": {
"name": "python312-tk-3.12.14-1.1.x86_64",
"product_id": "python312-tk-3.12.14-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.14-1.1.x86_64",
"product": {
"name": "python312-x86-64-v3-3.12.14-1.1.x86_64",
"product_id": "python312-x86-64-v3-3.12.14-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": "python312-3.12.14-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.14-1.1.aarch64"
},
"product_reference": "python312-3.12.14-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.14-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.14-1.1.ppc64le"
},
"product_reference": "python312-3.12.14-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.14-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.14-1.1.s390x"
},
"product_reference": "python312-3.12.14-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.14-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.14-1.1.x86_64"
},
"product_reference": "python312-3.12.14-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.14-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.aarch64"
},
"product_reference": "python312-32bit-3.12.14-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.14-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.ppc64le"
},
"product_reference": "python312-32bit-3.12.14-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.14-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.s390x"
},
"product_reference": "python312-32bit-3.12.14-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.14-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.x86_64"
},
"product_reference": "python312-32bit-3.12.14-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.14-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.14-1.1.aarch64"
},
"product_reference": "python312-curses-3.12.14-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.14-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.14-1.1.ppc64le"
},
"product_reference": "python312-curses-3.12.14-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.14-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.14-1.1.s390x"
},
"product_reference": "python312-curses-3.12.14-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.14-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.14-1.1.x86_64"
},
"product_reference": "python312-curses-3.12.14-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.14-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.aarch64"
},
"product_reference": "python312-dbm-3.12.14-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.14-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.14-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.14-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.s390x"
},
"product_reference": "python312-dbm-3.12.14-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.14-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.x86_64"
},
"product_reference": "python312-dbm-3.12.14-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.14-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.14-1.1.aarch64"
},
"product_reference": "python312-idle-3.12.14-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.14-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.14-1.1.ppc64le"
},
"product_reference": "python312-idle-3.12.14-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.14-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.14-1.1.s390x"
},
"product_reference": "python312-idle-3.12.14-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.14-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.14-1.1.x86_64"
},
"product_reference": "python312-idle-3.12.14-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.14-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.14-1.1.aarch64"
},
"product_reference": "python312-tk-3.12.14-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.14-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.14-1.1.ppc64le"
},
"product_reference": "python312-tk-3.12.14-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.14-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.14-1.1.s390x"
},
"product_reference": "python312-tk-3.12.14-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.14-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.14-1.1.x86_64"
},
"product_reference": "python312-tk-3.12.14-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.14-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.aarch64"
},
"product_reference": "python312-x86-64-v3-3.12.14-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.14-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.ppc64le"
},
"product_reference": "python312-x86-64-v3-3.12.14-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.14-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.s390x"
},
"product_reference": "python312-x86-64-v3-3.12.14-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.14-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.x86_64"
},
"product_reference": "python312-x86-64-v3-3.12.14-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:python312-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-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:python312-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-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:python312-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-09-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-4189"
},
{
"cve": "CVE-2026-9669",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-9669"
}
],
"notes": [
{
"category": "general",
"text": "bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-9669",
"url": "https://www.suse.com/security/cve/CVE-2026-9669"
},
{
"category": "external",
"summary": "SUSE Bug 1267974 for CVE-2026-9669",
"url": "https://bugzilla.suse.com/1267974"
}
],
"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:python312-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.14-1.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.14-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-09-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-9669"
}
]
}
ubuntu-cve-2026-9669
Vulnerability from osv_ubuntu
bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python2.7",
"binary_version": "2.7.6-8ubuntu0.6+esm30"
},
{
"binary_name": "libpython2.7",
"binary_version": "2.7.6-8ubuntu0.6+esm30"
},
{
"binary_name": "libpython2.7-minimal",
"binary_version": "2.7.6-8ubuntu0.6+esm30"
},
{
"binary_name": "libpython2.7-stdlib",
"binary_version": "2.7.6-8ubuntu0.6+esm30"
},
{
"binary_name": "libpython2.7-testsuite",
"binary_version": "2.7.6-8ubuntu0.6+esm30"
},
{
"binary_name": "python2.7",
"binary_version": "2.7.6-8ubuntu0.6+esm30"
},
{
"binary_name": "python2.7-examples",
"binary_version": "2.7.6-8ubuntu0.6+esm30"
},
{
"binary_name": "python2.7-minimal",
"binary_version": "2.7.6-8ubuntu0.6+esm30"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "python2.7",
"purl": "pkg:deb/ubuntu/python2.7@2.7.6-8ubuntu0.6+esm30?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.7.5-8ubuntu3",
"2.7.5-8ubuntu4",
"2.7.6-2",
"2.7.6-2ubuntu1",
"2.7.6-3",
"2.7.6-3ubuntu1",
"2.7.6-4",
"2.7.6-4ubuntu1",
"2.7.6-5",
"2.7.6-7",
"2.7.6-8",
"2.7.6-8ubuntu0.2",
"2.7.6-8ubuntu0.3",
"2.7.6-8ubuntu0.4",
"2.7.6-8ubuntu0.5",
"2.7.6-8ubuntu0.6+esm2",
"2.7.6-8ubuntu0.6+esm3",
"2.7.6-8ubuntu0.6+esm5",
"2.7.6-8ubuntu0.6+esm6",
"2.7.6-8ubuntu0.6+esm7",
"2.7.6-8ubuntu0.6+esm8",
"2.7.6-8ubuntu0.6+esm9",
"2.7.6-8ubuntu0.6+esm10",
"2.7.6-8ubuntu0.6+esm11",
"2.7.6-8ubuntu0.6+esm12",
"2.7.6-8ubuntu0.6+esm13",
"2.7.6-8ubuntu0.6+esm14",
"2.7.6-8ubuntu0.6+esm15",
"2.7.6-8ubuntu0.6+esm16",
"2.7.6-8ubuntu0.6+esm17",
"2.7.6-8ubuntu0.6+esm18",
"2.7.6-8ubuntu0.6+esm20",
"2.7.6-8ubuntu0.6+esm21",
"2.7.6-8ubuntu0.6+esm22",
"2.7.6-8ubuntu0.6+esm24",
"2.7.6-8ubuntu0.6+esm25",
"2.7.6-8ubuntu0.6+esm26",
"2.7.6-8ubuntu0.6+esm28",
"2.7.6-8ubuntu0.6+esm29",
"2.7.6-8ubuntu0.6+esm30"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.4",
"binary_version": "3.4.3-1ubuntu1~14.04.7+esm21"
},
{
"binary_name": "libpython3.4",
"binary_version": "3.4.3-1ubuntu1~14.04.7+esm21"
},
{
"binary_name": "libpython3.4-minimal",
"binary_version": "3.4.3-1ubuntu1~14.04.7+esm21"
},
{
"binary_name": "libpython3.4-stdlib",
"binary_version": "3.4.3-1ubuntu1~14.04.7+esm21"
},
{
"binary_name": "libpython3.4-testsuite",
"binary_version": "3.4.3-1ubuntu1~14.04.7+esm21"
},
{
"binary_name": "python3.4",
"binary_version": "3.4.3-1ubuntu1~14.04.7+esm21"
},
{
"binary_name": "python3.4-examples",
"binary_version": "3.4.3-1ubuntu1~14.04.7+esm21"
},
{
"binary_name": "python3.4-minimal",
"binary_version": "3.4.3-1ubuntu1~14.04.7+esm21"
},
{
"binary_name": "python3.4-venv",
"binary_version": "3.4.3-1ubuntu1~14.04.7+esm21"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "python3.4",
"purl": "pkg:deb/ubuntu/python3.4@3.4.3-1ubuntu1~14.04.7+esm21?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.4~b1-0ubuntu3",
"3.4~b1-4ubuntu4",
"3.4~b1-4ubuntu6",
"3.4~b1-5ubuntu2",
"3.4~b2-1",
"3.4~b3-1ubuntu1",
"3.4~rc1-1build1",
"3.4~rc2-1",
"3.4~rc3-0ubuntu1",
"3.4.0-1",
"3.4.0-2ubuntu1",
"3.4.0-2ubuntu1.1",
"3.4.3-1ubuntu1~14.04.1",
"3.4.3-1ubuntu1~14.04.3",
"3.4.3-1ubuntu1~14.04.4",
"3.4.3-1ubuntu1~14.04.5",
"3.4.3-1ubuntu1~14.04.6",
"3.4.3-1ubuntu1~14.04.7",
"3.4.3-1ubuntu1~14.04.7+esm2",
"3.4.3-1ubuntu1~14.04.7+esm4",
"3.4.3-1ubuntu1~14.04.7+esm6",
"3.4.3-1ubuntu1~14.04.7+esm7",
"3.4.3-1ubuntu1~14.04.7+esm8",
"3.4.3-1ubuntu1~14.04.7+esm10",
"3.4.3-1ubuntu1~14.04.7+esm11",
"3.4.3-1ubuntu1~14.04.7+esm12",
"3.4.3-1ubuntu1~14.04.7+esm13",
"3.4.3-1ubuntu1~14.04.7+esm14",
"3.4.3-1ubuntu1~14.04.7+esm15",
"3.4.3-1ubuntu1~14.04.7+esm16",
"3.4.3-1ubuntu1~14.04.7+esm17",
"3.4.3-1ubuntu1~14.04.7+esm19",
"3.4.3-1ubuntu1~14.04.7+esm20",
"3.4.3-1ubuntu1~14.04.7+esm21"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.5",
"binary_version": "3.5.2-2ubuntu0~16.04.4~14.04.1+esm11"
},
{
"binary_name": "libpython3.5",
"binary_version": "3.5.2-2ubuntu0~16.04.4~14.04.1+esm11"
},
{
"binary_name": "libpython3.5-minimal",
"binary_version": "3.5.2-2ubuntu0~16.04.4~14.04.1+esm11"
},
{
"binary_name": "libpython3.5-stdlib",
"binary_version": "3.5.2-2ubuntu0~16.04.4~14.04.1+esm11"
},
{
"binary_name": "libpython3.5-testsuite",
"binary_version": "3.5.2-2ubuntu0~16.04.4~14.04.1+esm11"
},
{
"binary_name": "python3.5",
"binary_version": "3.5.2-2ubuntu0~16.04.4~14.04.1+esm11"
},
{
"binary_name": "python3.5-examples",
"binary_version": "3.5.2-2ubuntu0~16.04.4~14.04.1+esm11"
},
{
"binary_name": "python3.5-minimal",
"binary_version": "3.5.2-2ubuntu0~16.04.4~14.04.1+esm11"
},
{
"binary_name": "python3.5-venv",
"binary_version": "3.5.2-2ubuntu0~16.04.4~14.04.1+esm11"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "python3.5",
"purl": "pkg:deb/ubuntu/python3.5@3.5.2-2ubuntu0~16.04.4~14.04.1+esm11?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.5.2-2ubuntu0~16.04.4~14.04.1",
"3.5.2-2ubuntu0~16.04.4~14.04.1+esm1",
"3.5.2-2ubuntu0~16.04.4~14.04.1+esm3",
"3.5.2-2ubuntu0~16.04.4~14.04.1+esm4",
"3.5.2-2ubuntu0~16.04.4~14.04.1+esm5",
"3.5.2-2ubuntu0~16.04.4~14.04.1+esm6",
"3.5.2-2ubuntu0~16.04.4~14.04.1+esm7",
"3.5.2-2ubuntu0~16.04.4~14.04.1+esm8",
"3.5.2-2ubuntu0~16.04.4~14.04.1+esm9",
"3.5.2-2ubuntu0~16.04.4~14.04.1+esm10",
"3.5.2-2ubuntu0~16.04.4~14.04.1+esm11"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python2.7",
"binary_version": "2.7.12-1ubuntu0~16.04.18+esm22"
},
{
"binary_name": "libpython2.7",
"binary_version": "2.7.12-1ubuntu0~16.04.18+esm22"
},
{
"binary_name": "libpython2.7-minimal",
"binary_version": "2.7.12-1ubuntu0~16.04.18+esm22"
},
{
"binary_name": "libpython2.7-stdlib",
"binary_version": "2.7.12-1ubuntu0~16.04.18+esm22"
},
{
"binary_name": "libpython2.7-testsuite",
"binary_version": "2.7.12-1ubuntu0~16.04.18+esm22"
},
{
"binary_name": "python2.7",
"binary_version": "2.7.12-1ubuntu0~16.04.18+esm22"
},
{
"binary_name": "python2.7-examples",
"binary_version": "2.7.12-1ubuntu0~16.04.18+esm22"
},
{
"binary_name": "python2.7-minimal",
"binary_version": "2.7.12-1ubuntu0~16.04.18+esm22"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "python2.7",
"purl": "pkg:deb/ubuntu/python2.7@2.7.12-1ubuntu0~16.04.18+esm22?arch=source\u0026distro=esm-infra-legacy/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.7.10-4ubuntu1",
"2.7.10-4ubuntu2",
"2.7.11-2",
"2.7.11-3",
"2.7.11-4",
"2.7.11-6",
"2.7.11-7",
"2.7.11-7ubuntu1",
"2.7.12-1~16.04",
"2.7.12-1ubuntu0~16.04.1",
"2.7.12-1ubuntu0~16.04.2",
"2.7.12-1ubuntu0~16.04.3",
"2.7.12-1ubuntu0~16.04.4",
"2.7.12-1ubuntu0~16.04.8",
"2.7.12-1ubuntu0~16.04.9",
"2.7.12-1ubuntu0~16.04.11",
"2.7.12-1ubuntu0~16.04.12",
"2.7.12-1ubuntu0~16.04.13",
"2.7.12-1ubuntu0~16.04.14",
"2.7.12-1ubuntu0~16.04.16",
"2.7.12-1ubuntu0~16.04.18",
"2.7.12-1ubuntu0~16.04.18+esm1",
"2.7.12-1ubuntu0~16.04.18+esm2",
"2.7.12-1ubuntu0~16.04.18+esm3",
"2.7.12-1ubuntu0~16.04.18+esm4",
"2.7.12-1ubuntu0~16.04.18+esm5",
"2.7.12-1ubuntu0~16.04.18+esm6",
"2.7.12-1ubuntu0~16.04.18+esm7",
"2.7.12-1ubuntu0~16.04.18+esm8",
"2.7.12-1ubuntu0~16.04.18+esm9",
"2.7.12-1ubuntu0~16.04.18+esm10",
"2.7.12-1ubuntu0~16.04.18+esm11",
"2.7.12-1ubuntu0~16.04.18+esm12",
"2.7.12-1ubuntu0~16.04.18+esm13",
"2.7.12-1ubuntu0~16.04.18+esm15",
"2.7.12-1ubuntu0~16.04.18+esm16",
"2.7.12-1ubuntu0~16.04.18+esm17",
"2.7.12-1ubuntu0~16.04.18+esm18",
"2.7.12-1ubuntu0~16.04.18+esm19",
"2.7.12-1ubuntu0~16.04.18+esm20",
"2.7.12-1ubuntu0~16.04.18+esm21",
"2.7.12-1ubuntu0~16.04.18+esm22"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.5",
"binary_version": "3.5.2-2ubuntu0~16.04.13+esm25"
},
{
"binary_name": "libpython3.5",
"binary_version": "3.5.2-2ubuntu0~16.04.13+esm25"
},
{
"binary_name": "libpython3.5-minimal",
"binary_version": "3.5.2-2ubuntu0~16.04.13+esm25"
},
{
"binary_name": "libpython3.5-stdlib",
"binary_version": "3.5.2-2ubuntu0~16.04.13+esm25"
},
{
"binary_name": "libpython3.5-testsuite",
"binary_version": "3.5.2-2ubuntu0~16.04.13+esm25"
},
{
"binary_name": "python3.5",
"binary_version": "3.5.2-2ubuntu0~16.04.13+esm25"
},
{
"binary_name": "python3.5-examples",
"binary_version": "3.5.2-2ubuntu0~16.04.13+esm25"
},
{
"binary_name": "python3.5-minimal",
"binary_version": "3.5.2-2ubuntu0~16.04.13+esm25"
},
{
"binary_name": "python3.5-venv",
"binary_version": "3.5.2-2ubuntu0~16.04.13+esm25"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "python3.5",
"purl": "pkg:deb/ubuntu/python3.5@3.5.2-2ubuntu0~16.04.13+esm25?arch=source\u0026distro=esm-infra-legacy/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.5.0-3",
"3.5.0-3ubuntu1",
"3.5.1~rc1-2ubuntu1",
"3.5.1-1",
"3.5.1-2",
"3.5.1-3",
"3.5.1-5",
"3.5.1-6ubuntu1",
"3.5.1-6ubuntu2",
"3.5.1-9ubuntu1",
"3.5.1-10",
"3.5.2-2~16.01",
"3.5.2-2~16.04",
"3.5.2-2ubuntu0~16.04.1",
"3.5.2-2ubuntu0~16.04.2",
"3.5.2-2ubuntu0~16.04.3",
"3.5.2-2ubuntu0~16.04.4",
"3.5.2-2ubuntu0~16.04.5",
"3.5.2-2ubuntu0~16.04.8",
"3.5.2-2ubuntu0~16.04.9",
"3.5.2-2ubuntu0~16.04.10",
"3.5.2-2ubuntu0~16.04.11",
"3.5.2-2ubuntu0~16.04.12",
"3.5.2-2ubuntu0~16.04.13",
"3.5.2-2ubuntu0~16.04.13+esm1",
"3.5.2-2ubuntu0~16.04.13+esm2",
"3.5.2-2ubuntu0~16.04.13+esm3",
"3.5.2-2ubuntu0~16.04.13+esm5",
"3.5.2-2ubuntu0~16.04.13+esm6",
"3.5.2-2ubuntu0~16.04.13+esm7",
"3.5.2-2ubuntu0~16.04.13+esm8",
"3.5.2-2ubuntu0~16.04.13+esm9",
"3.5.2-2ubuntu0~16.04.13+esm10",
"3.5.2-2ubuntu0~16.04.13+esm11",
"3.5.2-2ubuntu0~16.04.13+esm12",
"3.5.2-2ubuntu0~16.04.13+esm13",
"3.5.2-2ubuntu0~16.04.13+esm14",
"3.5.2-2ubuntu0~16.04.13+esm15",
"3.5.2-2ubuntu0~16.04.13+esm16",
"3.5.2-2ubuntu0~16.04.13+esm17",
"3.5.2-2ubuntu0~16.04.13+esm18",
"3.5.2-2ubuntu0~16.04.13+esm19",
"3.5.2-2ubuntu0~16.04.13+esm20",
"3.5.2-2ubuntu0~16.04.13+esm21",
"3.5.2-2ubuntu0~16.04.13+esm22",
"3.5.2-2ubuntu0~16.04.13+esm23",
"3.5.2-2ubuntu0~16.04.13+esm24",
"3.5.2-2ubuntu0~16.04.13+esm25"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python2.7",
"binary_version": "2.7.17-1~18.04ubuntu1.13+esm15"
},
{
"binary_name": "libpython2.7",
"binary_version": "2.7.17-1~18.04ubuntu1.13+esm15"
},
{
"binary_name": "libpython2.7-minimal",
"binary_version": "2.7.17-1~18.04ubuntu1.13+esm15"
},
{
"binary_name": "libpython2.7-stdlib",
"binary_version": "2.7.17-1~18.04ubuntu1.13+esm15"
},
{
"binary_name": "libpython2.7-testsuite",
"binary_version": "2.7.17-1~18.04ubuntu1.13+esm15"
},
{
"binary_name": "python2.7",
"binary_version": "2.7.17-1~18.04ubuntu1.13+esm15"
},
{
"binary_name": "python2.7-examples",
"binary_version": "2.7.17-1~18.04ubuntu1.13+esm15"
},
{
"binary_name": "python2.7-minimal",
"binary_version": "2.7.17-1~18.04ubuntu1.13+esm15"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "python2.7",
"purl": "pkg:deb/ubuntu/python2.7@2.7.17-1~18.04ubuntu1.13+esm15?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.7.14-2ubuntu2",
"2.7.14-4",
"2.7.14-6",
"2.7.14-7",
"2.7.14-8",
"2.7.15~rc1-1",
"2.7.15~rc1-1ubuntu0.1",
"2.7.15-4ubuntu4~18.04",
"2.7.15-4ubuntu4~18.04.1",
"2.7.15-4ubuntu4~18.04.2",
"2.7.17-1~18.04",
"2.7.17-1~18.04ubuntu1",
"2.7.17-1~18.04ubuntu1.1",
"2.7.17-1~18.04ubuntu1.2",
"2.7.17-1~18.04ubuntu1.3",
"2.7.17-1~18.04ubuntu1.5",
"2.7.17-1~18.04ubuntu1.6",
"2.7.17-1~18.04ubuntu1.7",
"2.7.17-1~18.04ubuntu1.8",
"2.7.17-1~18.04ubuntu1.10",
"2.7.17-1~18.04ubuntu1.11",
"2.7.17-1~18.04ubuntu1.13",
"2.7.17-1~18.04ubuntu1.13+esm1",
"2.7.17-1~18.04ubuntu1.13+esm2",
"2.7.17-1~18.04ubuntu1.13+esm3",
"2.7.17-1~18.04ubuntu1.13+esm4",
"2.7.17-1~18.04ubuntu1.13+esm5",
"2.7.17-1~18.04ubuntu1.13+esm6",
"2.7.17-1~18.04ubuntu1.13+esm7",
"2.7.17-1~18.04ubuntu1.13+esm8",
"2.7.17-1~18.04ubuntu1.13+esm10",
"2.7.17-1~18.04ubuntu1.13+esm11",
"2.7.17-1~18.04ubuntu1.13+esm12",
"2.7.17-1~18.04ubuntu1.13+esm13",
"2.7.17-1~18.04ubuntu1.13+esm14",
"2.7.17-1~18.04ubuntu1.13+esm15"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.6",
"binary_version": "3.6.9-1~18.04ubuntu1.13+esm10"
},
{
"binary_name": "libpython3.6",
"binary_version": "3.6.9-1~18.04ubuntu1.13+esm10"
},
{
"binary_name": "libpython3.6-minimal",
"binary_version": "3.6.9-1~18.04ubuntu1.13+esm10"
},
{
"binary_name": "libpython3.6-stdlib",
"binary_version": "3.6.9-1~18.04ubuntu1.13+esm10"
},
{
"binary_name": "libpython3.6-testsuite",
"binary_version": "3.6.9-1~18.04ubuntu1.13+esm10"
},
{
"binary_name": "python3.6",
"binary_version": "3.6.9-1~18.04ubuntu1.13+esm10"
},
{
"binary_name": "python3.6-examples",
"binary_version": "3.6.9-1~18.04ubuntu1.13+esm10"
},
{
"binary_name": "python3.6-minimal",
"binary_version": "3.6.9-1~18.04ubuntu1.13+esm10"
},
{
"binary_name": "python3.6-venv",
"binary_version": "3.6.9-1~18.04ubuntu1.13+esm10"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "python3.6",
"purl": "pkg:deb/ubuntu/python3.6@3.6.9-1~18.04ubuntu1.13+esm10?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.6.3-1ubuntu1",
"3.6.4~rc1-1",
"3.6.4~rc1-2",
"3.6.4-1",
"3.6.4-2",
"3.6.4-3build1",
"3.6.4-4",
"3.6.5~rc1-1",
"3.6.5-3",
"3.6.6-1~18.04",
"3.6.7-1~18.04",
"3.6.8-1~18.04.1",
"3.6.8-1~18.04.2",
"3.6.8-1~18.04.3",
"3.6.9-1~18.04",
"3.6.9-1~18.04ubuntu1",
"3.6.9-1~18.04ubuntu1.1",
"3.6.9-1~18.04ubuntu1.3",
"3.6.9-1~18.04ubuntu1.4",
"3.6.9-1~18.04ubuntu1.6",
"3.6.9-1~18.04ubuntu1.7",
"3.6.9-1~18.04ubuntu1.8",
"3.6.9-1~18.04ubuntu1.9",
"3.6.9-1~18.04ubuntu1.10",
"3.6.9-1~18.04ubuntu1.12",
"3.6.9-1~18.04ubuntu1.13",
"3.6.9-1~18.04ubuntu1.13+esm1",
"3.6.9-1~18.04ubuntu1.13+esm2",
"3.6.9-1~18.04ubuntu1.13+esm3",
"3.6.9-1~18.04ubuntu1.13+esm4",
"3.6.9-1~18.04ubuntu1.13+esm5",
"3.6.9-1~18.04ubuntu1.13+esm6",
"3.6.9-1~18.04ubuntu1.13+esm7",
"3.6.9-1~18.04ubuntu1.13+esm8",
"3.6.9-1~18.04ubuntu1.13+esm9",
"3.6.9-1~18.04ubuntu1.13+esm10"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.7",
"binary_version": "3.7.5-2ubuntu1~18.04.2+esm11"
},
{
"binary_name": "libpython3.7",
"binary_version": "3.7.5-2ubuntu1~18.04.2+esm11"
},
{
"binary_name": "libpython3.7-minimal",
"binary_version": "3.7.5-2ubuntu1~18.04.2+esm11"
},
{
"binary_name": "libpython3.7-stdlib",
"binary_version": "3.7.5-2ubuntu1~18.04.2+esm11"
},
{
"binary_name": "libpython3.7-testsuite",
"binary_version": "3.7.5-2ubuntu1~18.04.2+esm11"
},
{
"binary_name": "python3.7",
"binary_version": "3.7.5-2ubuntu1~18.04.2+esm11"
},
{
"binary_name": "python3.7-examples",
"binary_version": "3.7.5-2ubuntu1~18.04.2+esm11"
},
{
"binary_name": "python3.7-minimal",
"binary_version": "3.7.5-2ubuntu1~18.04.2+esm11"
},
{
"binary_name": "python3.7-venv",
"binary_version": "3.7.5-2ubuntu1~18.04.2+esm11"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "python3.7",
"purl": "pkg:deb/ubuntu/python3.7@3.7.5-2ubuntu1~18.04.2+esm11?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.7.0~a2-1",
"3.7.0~a3-1",
"3.7.0~a3-2",
"3.7.0~a3-3",
"3.7.0~a4-1",
"3.7.0~b1-1",
"3.7.0~b1-1build1",
"3.7.0~b2-1",
"3.7.0~b3-1",
"3.7.0-1~18.04",
"3.7.1-1~18.04",
"3.7.3-2~18.04.1",
"3.7.5-2~18.04",
"3.7.5-2~18.04.4",
"3.7.5-2ubuntu1~18.04.2",
"3.7.5-2ubuntu1~18.04.2+esm1",
"3.7.5-2ubuntu1~18.04.2+esm2",
"3.7.5-2ubuntu1~18.04.2+esm3",
"3.7.5-2ubuntu1~18.04.2+esm4",
"3.7.5-2ubuntu1~18.04.2+esm5",
"3.7.5-2ubuntu1~18.04.2+esm6",
"3.7.5-2ubuntu1~18.04.2+esm7",
"3.7.5-2ubuntu1~18.04.2+esm8",
"3.7.5-2ubuntu1~18.04.2+esm9",
"3.7.5-2ubuntu1~18.04.2+esm10",
"3.7.5-2ubuntu1~18.04.2+esm11"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.8",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm11"
},
{
"binary_name": "libpython3.8",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm11"
},
{
"binary_name": "libpython3.8-minimal",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm11"
},
{
"binary_name": "libpython3.8-stdlib",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm11"
},
{
"binary_name": "libpython3.8-testsuite",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm11"
},
{
"binary_name": "python3.8",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm11"
},
{
"binary_name": "python3.8-examples",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm11"
},
{
"binary_name": "python3.8-minimal",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm11"
},
{
"binary_name": "python3.8-venv",
"binary_version": "3.8.0-3ubuntu1~18.04.2+esm11"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "python3.8",
"purl": "pkg:deb/ubuntu/python3.8@3.8.0-3ubuntu1~18.04.2+esm11?arch=source\u0026distro=esm-apps/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.8.0-3~18.04",
"3.8.0-3~18.04.1",
"3.8.0-3ubuntu1~18.04.2",
"3.8.0-3ubuntu1~18.04.2+esm1",
"3.8.0-3ubuntu1~18.04.2+esm2",
"3.8.0-3ubuntu1~18.04.2+esm3",
"3.8.0-3ubuntu1~18.04.2+esm4",
"3.8.0-3ubuntu1~18.04.2+esm5",
"3.8.0-3ubuntu1~18.04.2+esm6",
"3.8.0-3ubuntu1~18.04.2+esm7",
"3.8.0-3ubuntu1~18.04.2+esm8",
"3.8.0-3ubuntu1~18.04.2+esm9",
"3.8.0-3ubuntu1~18.04.2+esm10",
"3.8.0-3ubuntu1~18.04.2+esm11"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.8",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm7"
},
{
"binary_name": "libpython3.8",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm7"
},
{
"binary_name": "libpython3.8-minimal",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm7"
},
{
"binary_name": "libpython3.8-stdlib",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm7"
},
{
"binary_name": "libpython3.8-testsuite",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm7"
},
{
"binary_name": "python3.8",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm7"
},
{
"binary_name": "python3.8-examples",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm7"
},
{
"binary_name": "python3.8-full",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm7"
},
{
"binary_name": "python3.8-minimal",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm7"
},
{
"binary_name": "python3.8-venv",
"binary_version": "3.8.10-0ubuntu1~20.04.18+esm7"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "python3.8",
"purl": "pkg:deb/ubuntu/python3.8@3.8.10-0ubuntu1~20.04.18+esm7?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.8.0-1",
"3.8.0-2",
"3.8.0-3",
"3.8.0-4",
"3.8.0-5",
"3.8.1-2ubuntu3",
"3.8.2~rc1-1ubuntu1",
"3.8.2-1",
"3.8.2-1ubuntu1",
"3.8.2-1ubuntu1.1",
"3.8.2-1ubuntu1.2",
"3.8.5-1~20.04",
"3.8.5-1~20.04.2",
"3.8.5-1~20.04.3",
"3.8.10-0ubuntu1~20.04",
"3.8.10-0ubuntu1~20.04.1",
"3.8.10-0ubuntu1~20.04.2",
"3.8.10-0ubuntu1~20.04.4",
"3.8.10-0ubuntu1~20.04.5",
"3.8.10-0ubuntu1~20.04.6",
"3.8.10-0ubuntu1~20.04.7",
"3.8.10-0ubuntu1~20.04.8",
"3.8.10-0ubuntu1~20.04.9",
"3.8.10-0ubuntu1~20.04.10",
"3.8.10-0ubuntu1~20.04.11",
"3.8.10-0ubuntu1~20.04.12",
"3.8.10-0ubuntu1~20.04.13",
"3.8.10-0ubuntu1~20.04.14",
"3.8.10-0ubuntu1~20.04.15",
"3.8.10-0ubuntu1~20.04.16",
"3.8.10-0ubuntu1~20.04.17",
"3.8.10-0ubuntu1~20.04.18",
"3.8.10-0ubuntu1~20.04.18+esm1",
"3.8.10-0ubuntu1~20.04.18+esm2",
"3.8.10-0ubuntu1~20.04.18+esm3",
"3.8.10-0ubuntu1~20.04.18+esm4",
"3.8.10-0ubuntu1~20.04.18+esm5",
"3.8.10-0ubuntu1~20.04.18+esm6",
"3.8.10-0ubuntu1~20.04.18+esm7"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python2.7",
"binary_version": "2.7.18-1~20.04.7+esm10"
},
{
"binary_name": "libpython2.7",
"binary_version": "2.7.18-1~20.04.7+esm10"
},
{
"binary_name": "libpython2.7-minimal",
"binary_version": "2.7.18-1~20.04.7+esm10"
},
{
"binary_name": "libpython2.7-stdlib",
"binary_version": "2.7.18-1~20.04.7+esm10"
},
{
"binary_name": "libpython2.7-testsuite",
"binary_version": "2.7.18-1~20.04.7+esm10"
},
{
"binary_name": "python2.7",
"binary_version": "2.7.18-1~20.04.7+esm10"
},
{
"binary_name": "python2.7-examples",
"binary_version": "2.7.18-1~20.04.7+esm10"
},
{
"binary_name": "python2.7-minimal",
"binary_version": "2.7.18-1~20.04.7+esm10"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "python2.7",
"purl": "pkg:deb/ubuntu/python2.7@2.7.18-1~20.04.7+esm10?arch=source\u0026distro=esm-apps/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.7.17~rc1-1",
"2.7.17-1",
"2.7.17-1ubuntu5",
"2.7.17-1ubuntu6",
"2.7.18~rc1-2",
"2.7.18-1~20.04",
"2.7.18-1~20.04.1",
"2.7.18-1~20.04.1+esm1",
"2.7.18-1~20.04.3",
"2.7.18-1~20.04.3+esm1",
"2.7.18-1~20.04.4",
"2.7.18-1~20.04.4+esm1",
"2.7.18-1~20.04.4+esm2",
"2.7.18-1~20.04.4+esm3",
"2.7.18-1~20.04.5",
"2.7.18-1~20.04.5+esm1",
"2.7.18-1~20.04.5+esm2",
"2.7.18-1~20.04.6",
"2.7.18-1~20.04.6+esm1",
"2.7.18-1~20.04.7",
"2.7.18-1~20.04.7+esm3",
"2.7.18-1~20.04.7+esm4",
"2.7.18-1~20.04.7+esm6",
"2.7.18-1~20.04.7+esm7",
"2.7.18-1~20.04.7+esm8",
"2.7.18-1~20.04.7+esm9",
"2.7.18-1~20.04.7+esm10"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.9",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm11"
},
{
"binary_name": "libpython3.9",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm11"
},
{
"binary_name": "libpython3.9-minimal",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm11"
},
{
"binary_name": "libpython3.9-stdlib",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm11"
},
{
"binary_name": "libpython3.9-testsuite",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm11"
},
{
"binary_name": "python3.9",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm11"
},
{
"binary_name": "python3.9-examples",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm11"
},
{
"binary_name": "python3.9-full",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm11"
},
{
"binary_name": "python3.9-minimal",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm11"
},
{
"binary_name": "python3.9-venv",
"binary_version": "3.9.5-3ubuntu0~20.04.1+esm11"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "python3.9",
"purl": "pkg:deb/ubuntu/python3.9@3.9.5-3ubuntu0~20.04.1+esm11?arch=source\u0026distro=esm-apps/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.9.0~rc1-1~20.04",
"3.9.0-5~20.04",
"3.9.5-3~20.04.1",
"3.9.5-3ubuntu0~20.04.1",
"3.9.5-3ubuntu0~20.04.1+esm1",
"3.9.5-3ubuntu0~20.04.1+esm2",
"3.9.5-3ubuntu0~20.04.1+esm3",
"3.9.5-3ubuntu0~20.04.1+esm4",
"3.9.5-3ubuntu0~20.04.1+esm5",
"3.9.5-3ubuntu0~20.04.1+esm6",
"3.9.5-3ubuntu0~20.04.1+esm7",
"3.9.5-3ubuntu0~20.04.1+esm8",
"3.9.5-3ubuntu0~20.04.1+esm9",
"3.9.5-3ubuntu0~20.04.1+esm10",
"3.9.5-3ubuntu0~20.04.1+esm11"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "idle-python3.10",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "libpython3.10",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "libpython3.10-minimal",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "libpython3.10-stdlib",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "libpython3.10-testsuite",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "python3.10",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "python3.10-examples",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "python3.10-full",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "python3.10-minimal",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "python3.10-nopie",
"binary_version": "3.10.12-1~22.04.16"
},
{
"binary_name": "python3.10-venv",
"binary_version": "3.10.12-1~22.04.16"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "python3.10",
"purl": "pkg:deb/ubuntu/python3.10@3.10.12-1~22.04.16?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.10.12-1~22.04.16"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.10.0-2",
"3.10.0-3",
"3.10.0-4",
"3.10.0-5",
"3.10.0-5build1",
"3.10.1-1",
"3.10.1-2",
"3.10.2-1",
"3.10.2-5",
"3.10.2-7",
"3.10.3-1",
"3.10.4-3",
"3.10.4-3ubuntu0.1",
"3.10.6-1~22.04",
"3.10.6-1~22.04.1",
"3.10.6-1~22.04.2",
"3.10.6-1~22.04.2ubuntu1",
"3.10.6-1~22.04.2ubuntu1.1",
"3.10.12-1~22.04.2",
"3.10.12-1~22.04.3",
"3.10.12-1~22.04.4",
"3.10.12-1~22.04.5",
"3.10.12-1~22.04.6",
"3.10.12-1~22.04.7",
"3.10.12-1~22.04.8",
"3.10.12-1~22.04.9",
"3.10.12-1~22.04.10",
"3.10.12-1~22.04.11",
"3.10.12-1~22.04.12",
"3.10.12-1~22.04.13",
"3.10.12-1~22.04.14",
"3.10.12-1~22.04.15"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python2.7",
"binary_version": "2.7.18-13ubuntu1.5+esm9"
},
{
"binary_name": "libpython2.7",
"binary_version": "2.7.18-13ubuntu1.5+esm9"
},
{
"binary_name": "libpython2.7-minimal",
"binary_version": "2.7.18-13ubuntu1.5+esm9"
},
{
"binary_name": "libpython2.7-stdlib",
"binary_version": "2.7.18-13ubuntu1.5+esm9"
},
{
"binary_name": "libpython2.7-testsuite",
"binary_version": "2.7.18-13ubuntu1.5+esm9"
},
{
"binary_name": "python2.7",
"binary_version": "2.7.18-13ubuntu1.5+esm9"
},
{
"binary_name": "python2.7-examples",
"binary_version": "2.7.18-13ubuntu1.5+esm9"
},
{
"binary_name": "python2.7-minimal",
"binary_version": "2.7.18-13ubuntu1.5+esm9"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:22.04:LTS",
"name": "python2.7",
"purl": "pkg:deb/ubuntu/python2.7@2.7.18-13ubuntu1.5+esm9?arch=source\u0026distro=esm-apps/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.7.18-8build1",
"2.7.18-13",
"2.7.18-13ubuntu1",
"2.7.18-13ubuntu1.1",
"2.7.18-13ubuntu1.1+esm2",
"2.7.18-13ubuntu1.2",
"2.7.18-13ubuntu1.2+esm1",
"2.7.18-13ubuntu1.2+esm2",
"2.7.18-13ubuntu1.2+esm3",
"2.7.18-13ubuntu1.3",
"2.7.18-13ubuntu1.3+esm1",
"2.7.18-13ubuntu1.4",
"2.7.18-13ubuntu1.4+esm1",
"2.7.18-13ubuntu1.5",
"2.7.18-13ubuntu1.5+esm2",
"2.7.18-13ubuntu1.5+esm3",
"2.7.18-13ubuntu1.5+esm5",
"2.7.18-13ubuntu1.5+esm6",
"2.7.18-13ubuntu1.5+esm7",
"2.7.18-13ubuntu1.5+esm8",
"2.7.18-13ubuntu1.5+esm9"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.11",
"binary_version": "3.11.0~rc1-1~22.04.1+esm2"
},
{
"binary_name": "libpython3.11",
"binary_version": "3.11.0~rc1-1~22.04.1+esm2"
},
{
"binary_name": "libpython3.11-minimal",
"binary_version": "3.11.0~rc1-1~22.04.1+esm2"
},
{
"binary_name": "libpython3.11-stdlib",
"binary_version": "3.11.0~rc1-1~22.04.1+esm2"
},
{
"binary_name": "libpython3.11-testsuite",
"binary_version": "3.11.0~rc1-1~22.04.1+esm2"
},
{
"binary_name": "python3.11",
"binary_version": "3.11.0~rc1-1~22.04.1+esm2"
},
{
"binary_name": "python3.11-examples",
"binary_version": "3.11.0~rc1-1~22.04.1+esm2"
},
{
"binary_name": "python3.11-full",
"binary_version": "3.11.0~rc1-1~22.04.1+esm2"
},
{
"binary_name": "python3.11-minimal",
"binary_version": "3.11.0~rc1-1~22.04.1+esm2"
},
{
"binary_name": "python3.11-nopie",
"binary_version": "3.11.0~rc1-1~22.04.1+esm2"
},
{
"binary_name": "python3.11-venv",
"binary_version": "3.11.0~rc1-1~22.04.1+esm2"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:22.04:LTS",
"name": "python3.11",
"purl": "pkg:deb/ubuntu/python3.11@3.11.0~rc1-1~22.04.1+esm2?arch=source\u0026distro=esm-apps/jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.11.0~rc1-1~22.04",
"3.11.0~rc1-1~22.04.1~esm1",
"3.11.0~rc1-1~22.04.1~esm2",
"3.11.0~rc1-1~22.04.1~esm3",
"3.11.0~rc1-1~22.04.1~esm4",
"3.11.0~rc1-1~22.04.1~esm5",
"3.11.0~rc1-1~22.04.1~esm6",
"3.11.0~rc1-1~22.04.1~esm7",
"3.11.0~rc1-1~22.04.1~esm8",
"3.11.0~rc1-1~22.04.1~esm9",
"3.11.0~rc1-1~22.04.1",
"3.11.0~rc1-1~22.04.1+esm1",
"3.11.0~rc1-1~22.04.1+esm2"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "idle-python3.12",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "libpython3.12-minimal",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "libpython3.12-stdlib",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "libpython3.12-testsuite",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "libpython3.12t64",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "python3.12",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "python3.12-examples",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "python3.12-full",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "python3.12-minimal",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "python3.12-nopie",
"binary_version": "3.12.3-1ubuntu0.15"
},
{
"binary_name": "python3.12-venv",
"binary_version": "3.12.3-1ubuntu0.15"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "python3.12",
"purl": "pkg:deb/ubuntu/python3.12@3.12.3-1ubuntu0.15?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.12.3-1ubuntu0.15"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.12.0-1",
"3.12.0-5",
"3.12.0-6",
"3.12.0-7",
"3.12.1-2",
"3.12.2-1",
"3.12.2-4build3",
"3.12.2-4build4",
"3.12.2-5ubuntu3",
"3.12.3-1",
"3.12.3-1ubuntu0.1",
"3.12.3-1ubuntu0.2",
"3.12.3-1ubuntu0.3",
"3.12.3-1ubuntu0.4",
"3.12.3-1ubuntu0.5",
"3.12.3-1ubuntu0.6",
"3.12.3-1ubuntu0.7",
"3.12.3-1ubuntu0.8",
"3.12.3-1ubuntu0.9",
"3.12.3-1ubuntu0.10",
"3.12.3-1ubuntu0.11",
"3.12.3-1ubuntu0.12",
"3.12.3-1ubuntu0.13"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.13",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "libpython3.13",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "libpython3.13-minimal",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "libpython3.13-stdlib",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "libpython3.13-testsuite",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13-examples",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13-full",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13-gdbm",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13-minimal",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13-nopie",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13-tk",
"binary_version": "3.13.7-1ubuntu0.4"
},
{
"binary_name": "python3.13-venv",
"binary_version": "3.13.7-1ubuntu0.4"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "python3.13",
"purl": "pkg:deb/ubuntu/python3.13@3.13.7-1ubuntu0.4?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.13.3-1",
"3.13.3-2",
"3.13.3-4",
"3.13.4-1",
"3.13.5-1",
"3.13.5-2",
"3.13.6-1",
"3.13.7-1",
"3.13.7-1ubuntu0.1",
"3.13.7-1ubuntu0.2",
"3.13.7-1ubuntu0.3",
"3.13.7-1ubuntu0.4"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "idle-python3.14",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "libpython3.14",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "libpython3.14-minimal",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "libpython3.14-stdlib",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "libpython3.14-testsuite",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14-examples",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14-full",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14-gdbm",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14-minimal",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14-nopie",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14-tk",
"binary_version": "3.14.0-1ubuntu0.3"
},
{
"binary_name": "python3.14-venv",
"binary_version": "3.14.0-1ubuntu0.3"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "python3.14",
"purl": "pkg:deb/ubuntu/python3.14@3.14.0-1ubuntu0.3?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.14.0~a7-0ubuntu1",
"3.14.0~b1-1",
"3.14.0~b3-1",
"3.14.0~rc1-1",
"3.14.0~rc2-1",
"3.14.0~rc3-1",
"3.14.0-1",
"3.14.0-1ubuntu0.1",
"3.14.0-1ubuntu0.2",
"3.14.0-1ubuntu0.3"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "idle-python3.14",
"binary_version": "3.14.4-1ubuntu0.1"
},
{
"binary_name": "libpython3.14",
"binary_version": "3.14.4-1ubuntu0.1"
},
{
"binary_name": "libpython3.14-minimal",
"binary_version": "3.14.4-1ubuntu0.1"
},
{
"binary_name": "libpython3.14-stdlib",
"binary_version": "3.14.4-1ubuntu0.1"
},
{
"binary_name": "libpython3.14-testsuite",
"binary_version": "3.14.4-1ubuntu0.1"
},
{
"binary_name": "python3.14",
"binary_version": "3.14.4-1ubuntu0.1"
},
{
"binary_name": "python3.14-examples",
"binary_version": "3.14.4-1ubuntu0.1"
},
{
"binary_name": "python3.14-full",
"binary_version": "3.14.4-1ubuntu0.1"
},
{
"binary_name": "python3.14-gdbm",
"binary_version": "3.14.4-1ubuntu0.1"
},
{
"binary_name": "python3.14-minimal",
"binary_version": "3.14.4-1ubuntu0.1"
},
{
"binary_name": "python3.14-nopie",
"binary_version": "3.14.4-1ubuntu0.1"
},
{
"binary_name": "python3.14-tk",
"binary_version": "3.14.4-1ubuntu0.1"
},
{
"binary_name": "python3.14-venv",
"binary_version": "3.14.4-1ubuntu0.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "python3.14",
"purl": "pkg:deb/ubuntu/python3.14@3.14.4-1ubuntu0.1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.14.4-1ubuntu0.1"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3.14.0-1",
"3.14.0-2",
"3.14.0-4",
"3.14.2-1",
"3.14.3-1",
"3.14.3-2",
"3.14.3-3",
"3.14.3-5",
"3.14.4-1"
]
}
],
"aliases": [],
"details": "bz2.BZ2Decompressor objects could be reused after a decompression error. If an application caught the resulting OSError and retried with the same decompressor, crafted input could cause the decompressor to resume from an invalid internal state and perform out-of-bounds writes to a stack buffer. This could crash the process when processing untrusted data.",
"id": "UBUNTU-CVE-2026-9669",
"modified": "2026-09-08T17:26:03Z",
"published": "2026-06-08T23:17:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-9669"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9669"
},
{
"type": "REPORT",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/DBJZETMGUIFK7DVUWMOXHD3Z6IX2QPSX/"
},
{
"type": "REPORT",
"url": "http://www.openwall.com/lists/oss-security/2026/06/08/17"
},
{
"type": "ADVISORY",
"url": "https://ubuntu.com/security/notices/USN-8509-1"
}
],
"related": [
"USN-8509-1"
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-9669"
]
}
WID-SEC-W-2026-1830
Vulnerability from csaf_certbund - Published: 2026-06-08 22:00 - Updated: 2026-06-08 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source Python CPython <3.16.0
Open Source / Python
|
CPython <3.16.0 |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"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-1830 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1830.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1830 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1830"
},
{
"category": "external",
"summary": "OSS Security Mailing List vom 2026-06-08",
"url": "https://seclists.org/oss-sec/2026/q2/846"
},
{
"category": "external",
"summary": "CVERecord vom 2026-06-08",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9669"
}
],
"source_lang": "en-US",
"title": "CPython: Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2026-06-08T22:00:00.000+00:00",
"generator": {
"date": "2026-06-09T11:01:01.700+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1830",
"initial_release_date": "2026-06-08T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-06-08T22: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 \u003c3.16.0",
"product": {
"name": "Open Source Python CPython \u003c3.16.0",
"product_id": "T055060"
}
},
{
"category": "product_version",
"name": "CPython 3.16.0",
"product": {
"name": "Open Source Python CPython 3.16.0",
"product_id": "T055060-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:python:python:cpython__3.16.0"
}
}
}
],
"category": "product_name",
"name": "Python"
}
],
"category": "vendor",
"name": "Open Source"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-9669",
"product_status": {
"known_affected": [
"T055060"
]
},
"release_date": "2026-06-08T22:00:00.000+00:00",
"title": "CVE-2026-9669"
}
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.