Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-11940 (GCVE-0-2026-11940)
Vulnerability from cvelistv5 – Published: 2026-06-23 16:04 – Updated: 2026-08-13 00:28| 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.15 (python) Affected: 3.14.0 , < 3.14.7 (python) Affected: 3.15.0a1 , < 3.15.0b4 (python) |
guessed |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-11940",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-23T17:57:25.652265Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-23T17:57:32.525Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"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.15",
"status": "affected",
"version": "3.13.0",
"versionType": "python"
},
{
"lessThan": "3.14.7",
"status": "affected",
"version": "3.14.0",
"versionType": "python"
},
{
"lessThan": "3.15.0b4",
"status": "affected",
"version": "3.15.0a1",
"versionType": "python"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Haruki Oyama (https://github.com/harukioya)"
},
{
"lang": "en",
"type": "coordinator",
"value": "Stan Ulbrych (https://github.com/StanFromIreland)"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "Petr Viktorin (https://github.com/encukou)"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"type": "text/html",
"value": "\u003cspan\u003etarfile.extractall()\u003c/span\u003e with the \u003cspan\u003e\u0027data\u0027\u003c/span\u003e or \u003cspan\u003e\u0027tar\u0027\u003c/span\u003e\n filter could be bypassed by a crafted archive where a hardlink \nreferences a symlink stored at a deeper name than the hardlink itself.\u0026nbsp; \nThe extraction fallback validated the symlink at it\u0027s archived location \nbut recreated it at the hardlink\u0027s shallower\u003cbr\u003epath, letting a relative\n target the filter judged contained escape the destination directory.\u0026nbsp; \nThis allowed a malicious tar archive to create a symlink pointing \noutside the destination, enabling out-of-destination file reads or \nwrites. This was an incomplete fix of CVE-2025-4330."
}
],
"value": "tarfile.extractall() with the \u0027data\u0027 or \u0027tar\u0027\n filter could be bypassed by a crafted archive where a hardlink \nreferences a symlink stored at a deeper name than the hardlink itself.\u00a0 \nThe extraction fallback validated the symlink at it\u0027s archived location \nbut recreated it at the hardlink\u0027s shallower\npath, letting a relative\n target the filter judged contained escape the destination directory.\u00a0 \nThis allowed a malicious tar archive to create a symlink pointing \noutside the destination, enabling out-of-destination file reads or \nwrites. This was an incomplete fix of CVE-2025-4330."
}
],
"metrics": [
{
"cvssV4_0": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"exploitMaturity": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "HIGH",
"subIntegrityImpact": "HIGH",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-59",
"description": "CWE-59",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-13T00:28:51.345Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/151559"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/LD6QIISNQFQYOIEPJNEUIPV7S3V76FZH/"
},
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/151558"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/27dd970bf6b17ebca7c8ed486a40ab043ed7af8f"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/672825e2f36a57e173959b0d9d409d4560dab8df"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/771d12dda5140313db0ac550292987975651bbde"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/79c06bd5c6afa3c440d50faf7ee1b147c8832b4c"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/be13e86f6b9788a6f4d0419dffef72cbae5865c9"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/e5fdbd8d5aa923bd9111b112ea73bd6ec7c47877"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/0f852b3f07dd8e71e40326a51c02afbf16a42cc5"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "tarfile extraction filter bypass allows escaping the destination directory",
"x_generator": {
"engine": "cvelib 1.8.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2026-11940",
"datePublished": "2026-06-23T16:04:17.321Z",
"dateReserved": "2026-06-10T19:50:59.923Z",
"dateUpdated": "2026-08-13T00:28:51.345Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-11940",
"date": "2026-08-17",
"epss": "0.0075",
"percentile": "0.51933"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-11940\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2026-06-23T17:16:40.847\",\"lastModified\":\"2026-08-13T01:16:51.627\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"tarfile.extractall() with the \u0027data\u0027 or \u0027tar\u0027\\n filter could be bypassed by a crafted archive where a hardlink \\nreferences a symlink stored at a deeper name than the hardlink itself.\u00a0 \\nThe extraction fallback validated the symlink at it\u0027s archived location \\nbut recreated it at the hardlink\u0027s shallower\\npath, letting a relative\\n target the filter judged contained escape the destination directory.\u00a0 \\nThis allowed a malicious tar archive to create a symlink pointing \\noutside the destination, enabling out-of-destination file reads or \\nwrites. This was an incomplete fix of CVE-2025-4330.\"}],\"affected\":[{\"source\":\"cna@python.org\",\"affectedData\":[{\"vendor\":\"Python Software Foundation\",\"product\":\"CPython\",\"defaultStatus\":\"unaffected\",\"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.15\",\"versionType\":\"python\",\"status\":\"affected\"},{\"version\":\"3.14.0\",\"lessThan\":\"3.14.7\",\"versionType\":\"python\",\"status\":\"affected\"},{\"version\":\"3.15.0a1\",\"lessThan\":\"3.15.0b4\",\"versionType\":\"python\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/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\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"HIGH\",\"subIntegrityImpact\":\"HIGH\",\"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-23T17:57:25.652265Z\",\"id\":\"CVE-2026-11940\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-22\"},{\"lang\":\"en\",\"value\":\"CWE-59\"}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/0f852b3f07dd8e71e40326a51c02afbf16a42cc5\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/27dd970bf6b17ebca7c8ed486a40ab043ed7af8f\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/672825e2f36a57e173959b0d9d409d4560dab8df\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/771d12dda5140313db0ac550292987975651bbde\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/79c06bd5c6afa3c440d50faf7ee1b147c8832b4c\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/be13e86f6b9788a6f4d0419dffef72cbae5865c9\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/e5fdbd8d5aa923bd9111b112ea73bd6ec7c47877\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/151558\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/151559\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/LD6QIISNQFQYOIEPJNEUIPV7S3V76FZH/\",\"source\":\"cna@python.org\"}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-08-13T22:12:19+00:00",
"cve": "CVE-2026-11940",
"id": "CVE-2026-11940",
"initial_release_date": "2026-06-23T16:04:17.321000+00:00",
"product_status:fixed": "82",
"product_status:known_affected": "211",
"product_status:known_not_affected": "72",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-11940.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-08-15T00:00:23Z",
"cve": "CVE-2026-11940",
"id": "CVE-2026-11940",
"initial_release_date": "2026-06-25T02:31:01Z",
"product_status:first_fixed": "20",
"product_status:known_affected": "581",
"product_status:known_not_affected": "54",
"product_status:recommended": "313",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-11940",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-11940.json",
"version": "13"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-11940\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-23T17:57:25.652265Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-23T17:57:28.244Z\"}}], \"cna\": {\"title\": \"tarfile extraction filter bypass allows escaping the destination directory\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Haruki Oyama (https://github.com/harukioya)\"}, {\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Stan Ulbrych (https://github.com/StanFromIreland)\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"Petr Viktorin (https://github.com/encukou)\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV4_0\": {\"Safety\": \"NOT_DEFINED\", \"version\": \"4.0\", \"Recovery\": \"NOT_DEFINED\", \"baseScore\": 7.8, \"Automatable\": \"NOT_DEFINED\", \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"valueDensity\": \"NOT_DEFINED\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N\", \"exploitMaturity\": \"NOT_DEFINED\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"NONE\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"HIGH\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"HIGH\", \"vulnConfidentialityImpact\": \"NONE\", \"vulnerabilityResponseEffort\": \"NOT_DEFINED\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"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.15\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.14.0\", \"lessThan\": \"3.14.7\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.15.0a1\", \"lessThan\": \"3.15.0b4\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/pull/151559\", \"tags\": [\"patch\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/LD6QIISNQFQYOIEPJNEUIPV7S3V76FZH/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/issues/151558\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/commit/27dd970bf6b17ebca7c8ed486a40ab043ed7af8f\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/672825e2f36a57e173959b0d9d409d4560dab8df\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/771d12dda5140313db0ac550292987975651bbde\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/79c06bd5c6afa3c440d50faf7ee1b147c8832b4c\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/be13e86f6b9788a6f4d0419dffef72cbae5865c9\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/e5fdbd8d5aa923bd9111b112ea73bd6ec7c47877\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/0f852b3f07dd8e71e40326a51c02afbf16a42cc5\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"cvelib 1.8.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"tarfile.extractall() with the \u0027data\u0027 or \u0027tar\u0027\\n filter could be bypassed by a crafted archive where a hardlink \\nreferences a symlink stored at a deeper name than the hardlink itself.\\u00a0 \\nThe extraction fallback validated the symlink at it\u0027s archived location \\nbut recreated it at the hardlink\u0027s shallower\\npath, letting a relative\\n target the filter judged contained escape the destination directory.\\u00a0 \\nThis allowed a malicious tar archive to create a symlink pointing \\noutside the destination, enabling out-of-destination file reads or \\nwrites. This was an incomplete fix of CVE-2025-4330.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cspan\u003etarfile.extractall()\u003c/span\u003e with the \u003cspan\u003e\u0027data\u0027\u003c/span\u003e or \u003cspan\u003e\u0027tar\u0027\u003c/span\u003e\\n filter could be bypassed by a crafted archive where a hardlink \\nreferences a symlink stored at a deeper name than the hardlink itself.\u0026nbsp; \\nThe extraction fallback validated the symlink at it\u0027s archived location \\nbut recreated it at the hardlink\u0027s shallower\u003cbr\u003epath, letting a relative\\n target the filter judged contained escape the destination directory.\u0026nbsp; \\nThis allowed a malicious tar archive to create a symlink pointing \\noutside the destination, enabling out-of-destination file reads or \\nwrites. This was an incomplete fix of CVE-2025-4330.\"}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-22\", \"description\": \"CWE-22\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-59\", \"description\": \"CWE-59\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2026-08-13T00:28:51.345Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-11940\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-13T00:28:51.345Z\", \"dateReserved\": \"2026-06-10T19:50:59.923Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2026-06-23T16:04:17.321Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
alsa-2026:54268
Vulnerability from osv_almalinux
Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.
Security Fix(es):
- python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory (CVE-2026-11940)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "python-unversioned-command"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.9.25-7.el9_8.3"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "python3"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.9.25-7.el9_8.3"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "python3-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.9.25-7.el9_8.3"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "python3-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.9.25-7.el9_8.3"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "python3-idle"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.9.25-7.el9_8.3"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "python3-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.9.25-7.el9_8.3"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "python3-test"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.9.25-7.el9_8.3"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "python3-tkinter"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.9.25-7.el9_8.3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems. \n\nSecurity Fix(es): \n\n * python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory (CVE-2026-11940)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:54268",
"modified": "2026-08-13T09:21:49Z",
"published": "2026-08-12T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:54268"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-11940"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2491848"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2026-54268.html"
}
],
"related": [
"CVE-2026-11940"
],
"summary": "Important: python3.9 security update"
}
bit-libpython-2026-11940
Vulnerability from bitnami_vulndb
tarfile.extractall() with the 'data' or 'tar' filter could be bypassed by a crafted archive where a hardlink references a symlink stored at a deeper name than the hardlink itself. The extraction fallback validated the symlink at it's archived location but recreated it at the hardlink's shallower path, letting a relative target the filter judged contained escape the destination directory. This allowed a malicious tar archive to create a symlink pointing outside the destination, enabling out-of-destination file reads or writes. This was an incomplete fix of CVE-2025-4330.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "libpython",
"purl": "pkg:bitnami/libpython"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.13.15"
},
{
"introduced": "3.14.0"
},
{
"fixed": "3.14.7"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/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-11940"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*"
],
"severity": "High"
},
"details": "tarfile.extractall() with the \u0027data\u0027 or \u0027tar\u0027\n filter could be bypassed by a crafted archive where a hardlink \nreferences a symlink stored at a deeper name than the hardlink itself.\u00a0 \nThe extraction fallback validated the symlink at it\u0027s archived location \nbut recreated it at the hardlink\u0027s shallower\npath, letting a relative\n target the filter judged contained escape the destination directory.\u00a0 \nThis allowed a malicious tar archive to create a symlink pointing \noutside the destination, enabling out-of-destination file reads or \nwrites. This was an incomplete fix of CVE-2025-4330.",
"id": "BIT-libpython-2026-11940",
"modified": "2026-08-17T09:10:07.402Z",
"published": "2026-07-30T11:28:40.972Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/27dd970bf6b17ebca7c8ed486a40ab043ed7af8f"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/672825e2f36a57e173959b0d9d409d4560dab8df"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/771d12dda5140313db0ac550292987975651bbde"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/79c06bd5c6afa3c440d50faf7ee1b147c8832b4c"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/be13e86f6b9788a6f4d0419dffef72cbae5865c9"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/151558"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/151559"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/LD6QIISNQFQYOIEPJNEUIPV7S3V76FZH/"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11940"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/0f852b3f07dd8e71e40326a51c02afbf16a42cc5"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/e5fdbd8d5aa923bd9111b112ea73bd6ec7c47877"
}
],
"schema_version": "1.6.2",
"summary": "tarfile extraction filter bypass allows escaping the destination directory"
}
bit-python-2026-11940
Vulnerability from bitnami_vulndb
tarfile.extractall() with the 'data' or 'tar' filter could be bypassed by a crafted archive where a hardlink references a symlink stored at a deeper name than the hardlink itself. The extraction fallback validated the symlink at it's archived location but recreated it at the hardlink's shallower path, letting a relative target the filter judged contained escape the destination directory. This allowed a malicious tar archive to create a symlink pointing outside the destination, enabling out-of-destination file reads or writes. This was an incomplete fix of CVE-2025-4330.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "python",
"purl": "pkg:bitnami/python"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "3.13.15"
},
{
"introduced": "3.14.0"
},
{
"fixed": "3.14.7"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/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-11940"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*"
],
"severity": "High"
},
"details": "tarfile.extractall() with the \u0027data\u0027 or \u0027tar\u0027\n filter could be bypassed by a crafted archive where a hardlink \nreferences a symlink stored at a deeper name than the hardlink itself.\u00a0 \nThe extraction fallback validated the symlink at it\u0027s archived location \nbut recreated it at the hardlink\u0027s shallower\npath, letting a relative\n target the filter judged contained escape the destination directory.\u00a0 \nThis allowed a malicious tar archive to create a symlink pointing \noutside the destination, enabling out-of-destination file reads or \nwrites. This was an incomplete fix of CVE-2025-4330.",
"id": "BIT-python-2026-11940",
"modified": "2026-08-17T09:10:07.402Z",
"published": "2026-07-30T11:34:02.069Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/27dd970bf6b17ebca7c8ed486a40ab043ed7af8f"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/672825e2f36a57e173959b0d9d409d4560dab8df"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/771d12dda5140313db0ac550292987975651bbde"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/79c06bd5c6afa3c440d50faf7ee1b147c8832b4c"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/be13e86f6b9788a6f4d0419dffef72cbae5865c9"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/151558"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/151559"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/LD6QIISNQFQYOIEPJNEUIPV7S3V76FZH/"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11940"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/0f852b3f07dd8e71e40326a51c02afbf16a42cc5"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/e5fdbd8d5aa923bd9111b112ea73bd6ec7c47877"
}
],
"schema_version": "1.6.2",
"summary": "tarfile extraction filter bypass allows escaping the destination directory"
}
CERTFR-2026-AVI-0800
Vulnerability from certfr_avis - Published: 2026-06-25 - Updated: 2026-06-25
De multiples vulnérabilités ont été découvertes dans CPython. Certaines d'entre elles permettent à un attaquant de provoquer un déni de service à distance, une atteinte à la confidentialité des données et une atteinte à l'intégrité des données.
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-11940",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11940"
},
{
"name": "CVE-2026-0864",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0864"
},
{
"name": "CVE-2026-11972",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11972"
}
],
"initial_release_date": "2026-06-25T00:00:00",
"last_revision_date": "2026-06-25T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0800",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-06-25T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans CPython. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans CPython",
"vendor_advisories": [
{
"published_at": "2026-06-23",
"title": "Bulletin de s\u00e9curit\u00e9 Python CV4NE6AFCRJL7XQOHX7J5TSDHUWVWGJS",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/CV4NE6AFCRJL7XQOHX7J5TSDHUWVWGJS/"
},
{
"published_at": "2026-06-23",
"title": "Bulletin de s\u00e9curit\u00e9 Python LD6QIISNQFQYOIEPJNEUIPV7S3V76FZH",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/LD6QIISNQFQYOIEPJNEUIPV7S3V76FZH/"
},
{
"published_at": "2026-06-23",
"title": "Bulletin de s\u00e9curit\u00e9 Python AXPSKKTSRKXTTJULW3XSIC74WZNAAPPB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/AXPSKKTSRKXTTJULW3XSIC74WZNAAPPB/"
}
]
}
FKIE_CVE-2026-11940
Vulnerability from fkie_nvd - Published: 2026-06-23 17:16 - Updated: 2026-08-13 01:16| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"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.15",
"status": "affected",
"version": "3.13.0",
"versionType": "python"
},
{
"lessThan": "3.14.7",
"status": "affected",
"version": "3.14.0",
"versionType": "python"
},
{
"lessThan": "3.15.0b4",
"status": "affected",
"version": "3.15.0a1",
"versionType": "python"
}
]
}
],
"source": "cna@python.org"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "tarfile.extractall() with the \u0027data\u0027 or \u0027tar\u0027\n filter could be bypassed by a crafted archive where a hardlink \nreferences a symlink stored at a deeper name than the hardlink itself.\u00a0 \nThe extraction fallback validated the symlink at it\u0027s archived location \nbut recreated it at the hardlink\u0027s shallower\npath, letting a relative\n target the filter judged contained escape the destination directory.\u00a0 \nThis allowed a malicious tar archive to create a symlink pointing \noutside the destination, enabling out-of-destination file reads or \nwrites. This was an incomplete fix of CVE-2025-4330."
}
],
"id": "CVE-2026-11940",
"lastModified": "2026-08-13T01:16:51.627",
"metrics": {
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 7.8,
"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": "HIGH",
"subIntegrityImpact": "HIGH",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/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": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "cna@python.org",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-11940",
"options": [
{
"exploitation": "none"
},
{
"automatable": "yes"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-23T17:57:25.652265Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-06-23T17:16:40.847",
"references": [
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/0f852b3f07dd8e71e40326a51c02afbf16a42cc5"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/27dd970bf6b17ebca7c8ed486a40ab043ed7af8f"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/672825e2f36a57e173959b0d9d409d4560dab8df"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/771d12dda5140313db0ac550292987975651bbde"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/79c06bd5c6afa3c440d50faf7ee1b147c8832b4c"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/be13e86f6b9788a6f4d0419dffef72cbae5865c9"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/e5fdbd8d5aa923bd9111b112ea73bd6ec7c47877"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/issues/151558"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/pull/151559"
},
{
"source": "cna@python.org",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/LD6QIISNQFQYOIEPJNEUIPV7S3V76FZH/"
}
],
"sourceIdentifier": "cna@python.org",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-22"
},
{
"lang": "en",
"value": "CWE-59"
}
],
"source": "cna@python.org",
"type": "Secondary"
}
]
}
GHSA-9MC4-RQMQ-H467
Vulnerability from github – Published: 2026-06-23 18:31 – Updated: 2026-08-11 03:31tarfile.extractall() with the 'data' or 'tar' filter could be bypassed by a crafted archive where a hardlink references a symlink stored at a deeper name than the hardlink itself. The extraction fallback validated the symlink at it's archived location but recreated it at the hardlink's shallower path, letting a relative target the filter judged contained escape the destination directory. This allowed a malicious tar archive to create a symlink pointing outside the destination, enabling out-of-destination file reads or writes. This was an incomplete fix of CVE-2025-4330.
{
"affected": [],
"aliases": [
"CVE-2026-11940"
],
"database_specific": {
"cwe_ids": [
"CWE-22"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-06-23T17:16:40Z",
"severity": "HIGH"
},
"details": "tarfile.extractall() with the \u0027data\u0027 or \u0027tar\u0027\n filter could be bypassed by a crafted archive where a hardlink \nreferences a symlink stored at a deeper name than the hardlink itself.\u00a0 \nThe extraction fallback validated the symlink at it\u0027s archived location \nbut recreated it at the hardlink\u0027s shallower\npath, letting a relative\n target the filter judged contained escape the destination directory.\u00a0 \nThis allowed a malicious tar archive to create a symlink pointing \noutside the destination, enabling out-of-destination file reads or \nwrites. This was an incomplete fix of CVE-2025-4330.",
"id": "GHSA-9mc4-rqmq-h467",
"modified": "2026-08-11T03:31:50Z",
"published": "2026-06-23T18:31:41Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11940"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/151558"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/151559"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/0f852b3f07dd8e71e40326a51c02afbf16a42cc5"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/27dd970bf6b17ebca7c8ed486a40ab043ed7af8f"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/672825e2f36a57e173959b0d9d409d4560dab8df"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/771d12dda5140313db0ac550292987975651bbde"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/79c06bd5c6afa3c440d50faf7ee1b147c8832b4c"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/be13e86f6b9788a6f4d0419dffef72cbae5865c9"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/e5fdbd8d5aa923bd9111b112ea73bd6ec7c47877"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/LD6QIISNQFQYOIEPJNEUIPV7S3V76FZH"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/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"
}
]
}
OPENSUSE-SU-2026:11342-1
Vulnerability from csaf_opensuse - Published: 2026-07-22 00:00 - Updated: 2026-07-22 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-x86-64-v3-3.13.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": "python313-3.13.14-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python313-3.13.14-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11342",
"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_11342-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-2025-15366 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15366/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-15367 page",
"url": "https://www.suse.com/security/cve/CVE-2025-15367/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-11940 page",
"url": "https://www.suse.com/security/cve/CVE-2026-11940/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-7210 page",
"url": "https://www.suse.com/security/cve/CVE-2026-7210/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-8328 page",
"url": "https://www.suse.com/security/cve/CVE-2026-8328/"
}
],
"title": "python313-3.13.14-1.1 on GA media",
"tracking": {
"current_release_date": "2026-07-22T00:00:00Z",
"generator": {
"date": "2026-07-22T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11342-1",
"initial_release_date": "2026-07-22T00:00:00Z",
"revision_history": [
{
"date": "2026-07-22T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-3.13.14-1.1.aarch64",
"product": {
"name": "python313-3.13.14-1.1.aarch64",
"product_id": "python313-3.13.14-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-32bit-3.13.14-1.1.aarch64",
"product": {
"name": "python313-32bit-3.13.14-1.1.aarch64",
"product_id": "python313-32bit-3.13.14-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.14-1.1.aarch64",
"product": {
"name": "python313-curses-3.13.14-1.1.aarch64",
"product_id": "python313-curses-3.13.14-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.14-1.1.aarch64",
"product": {
"name": "python313-dbm-3.13.14-1.1.aarch64",
"product_id": "python313-dbm-3.13.14-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.14-1.1.aarch64",
"product": {
"name": "python313-idle-3.13.14-1.1.aarch64",
"product_id": "python313-idle-3.13.14-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.14-1.1.aarch64",
"product": {
"name": "python313-tk-3.13.14-1.1.aarch64",
"product_id": "python313-tk-3.13.14-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-x86-64-v3-3.13.14-1.1.aarch64",
"product": {
"name": "python313-x86-64-v3-3.13.14-1.1.aarch64",
"product_id": "python313-x86-64-v3-3.13.14-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-3.13.14-1.1.ppc64le",
"product": {
"name": "python313-3.13.14-1.1.ppc64le",
"product_id": "python313-3.13.14-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-32bit-3.13.14-1.1.ppc64le",
"product": {
"name": "python313-32bit-3.13.14-1.1.ppc64le",
"product_id": "python313-32bit-3.13.14-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.14-1.1.ppc64le",
"product": {
"name": "python313-curses-3.13.14-1.1.ppc64le",
"product_id": "python313-curses-3.13.14-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.14-1.1.ppc64le",
"product": {
"name": "python313-dbm-3.13.14-1.1.ppc64le",
"product_id": "python313-dbm-3.13.14-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.14-1.1.ppc64le",
"product": {
"name": "python313-idle-3.13.14-1.1.ppc64le",
"product_id": "python313-idle-3.13.14-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.14-1.1.ppc64le",
"product": {
"name": "python313-tk-3.13.14-1.1.ppc64le",
"product_id": "python313-tk-3.13.14-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-x86-64-v3-3.13.14-1.1.ppc64le",
"product": {
"name": "python313-x86-64-v3-3.13.14-1.1.ppc64le",
"product_id": "python313-x86-64-v3-3.13.14-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-3.13.14-1.1.s390x",
"product": {
"name": "python313-3.13.14-1.1.s390x",
"product_id": "python313-3.13.14-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-32bit-3.13.14-1.1.s390x",
"product": {
"name": "python313-32bit-3.13.14-1.1.s390x",
"product_id": "python313-32bit-3.13.14-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.14-1.1.s390x",
"product": {
"name": "python313-curses-3.13.14-1.1.s390x",
"product_id": "python313-curses-3.13.14-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.14-1.1.s390x",
"product": {
"name": "python313-dbm-3.13.14-1.1.s390x",
"product_id": "python313-dbm-3.13.14-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.14-1.1.s390x",
"product": {
"name": "python313-idle-3.13.14-1.1.s390x",
"product_id": "python313-idle-3.13.14-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.14-1.1.s390x",
"product": {
"name": "python313-tk-3.13.14-1.1.s390x",
"product_id": "python313-tk-3.13.14-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-x86-64-v3-3.13.14-1.1.s390x",
"product": {
"name": "python313-x86-64-v3-3.13.14-1.1.s390x",
"product_id": "python313-x86-64-v3-3.13.14-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-3.13.14-1.1.x86_64",
"product": {
"name": "python313-3.13.14-1.1.x86_64",
"product_id": "python313-3.13.14-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-32bit-3.13.14-1.1.x86_64",
"product": {
"name": "python313-32bit-3.13.14-1.1.x86_64",
"product_id": "python313-32bit-3.13.14-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.14-1.1.x86_64",
"product": {
"name": "python313-curses-3.13.14-1.1.x86_64",
"product_id": "python313-curses-3.13.14-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.14-1.1.x86_64",
"product": {
"name": "python313-dbm-3.13.14-1.1.x86_64",
"product_id": "python313-dbm-3.13.14-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.14-1.1.x86_64",
"product": {
"name": "python313-idle-3.13.14-1.1.x86_64",
"product_id": "python313-idle-3.13.14-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.14-1.1.x86_64",
"product": {
"name": "python313-tk-3.13.14-1.1.x86_64",
"product_id": "python313-tk-3.13.14-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-x86-64-v3-3.13.14-1.1.x86_64",
"product": {
"name": "python313-x86-64-v3-3.13.14-1.1.x86_64",
"product_id": "python313-x86-64-v3-3.13.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": "python313-3.13.14-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64"
},
"product_reference": "python313-3.13.14-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.14-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le"
},
"product_reference": "python313-3.13.14-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.14-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-3.13.14-1.1.s390x"
},
"product_reference": "python313-3.13.14-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.14-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64"
},
"product_reference": "python313-3.13.14-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-32bit-3.13.14-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64"
},
"product_reference": "python313-32bit-3.13.14-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-32bit-3.13.14-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le"
},
"product_reference": "python313-32bit-3.13.14-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-32bit-3.13.14-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x"
},
"product_reference": "python313-32bit-3.13.14-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-32bit-3.13.14-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64"
},
"product_reference": "python313-32bit-3.13.14-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.14-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64"
},
"product_reference": "python313-curses-3.13.14-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.14-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le"
},
"product_reference": "python313-curses-3.13.14-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.14-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x"
},
"product_reference": "python313-curses-3.13.14-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.14-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64"
},
"product_reference": "python313-curses-3.13.14-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.14-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64"
},
"product_reference": "python313-dbm-3.13.14-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.14-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le"
},
"product_reference": "python313-dbm-3.13.14-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.14-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x"
},
"product_reference": "python313-dbm-3.13.14-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.14-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64"
},
"product_reference": "python313-dbm-3.13.14-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.14-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64"
},
"product_reference": "python313-idle-3.13.14-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.14-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le"
},
"product_reference": "python313-idle-3.13.14-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.14-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x"
},
"product_reference": "python313-idle-3.13.14-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.14-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64"
},
"product_reference": "python313-idle-3.13.14-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.14-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64"
},
"product_reference": "python313-tk-3.13.14-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.14-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le"
},
"product_reference": "python313-tk-3.13.14-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.14-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x"
},
"product_reference": "python313-tk-3.13.14-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.14-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64"
},
"product_reference": "python313-tk-3.13.14-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-x86-64-v3-3.13.14-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64"
},
"product_reference": "python313-x86-64-v3-3.13.14-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-x86-64-v3-3.13.14-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le"
},
"product_reference": "python313-x86-64-v3-3.13.14-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-x86-64-v3-3.13.14-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x"
},
"product_reference": "python313-x86-64-v3-3.13.14-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-x86-64-v3-3.13.14-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64"
},
"product_reference": "python313-x86-64-v3-3.13.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:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.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:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.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:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-4189"
},
{
"cve": "CVE-2025-15366",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15366"
}
],
"notes": [
{
"category": "general",
"text": "The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15366",
"url": "https://www.suse.com/security/cve/CVE-2025-15366"
},
{
"category": "external",
"summary": "SUSE Bug 1257044 for CVE-2025-15366",
"url": "https://bugzilla.suse.com/1257044"
}
],
"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:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-15366"
},
{
"cve": "CVE-2025-15367",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-15367"
}
],
"notes": [
{
"category": "general",
"text": "The poplib module, when passed a user-controlled command, can have\nadditional commands injected using newlines. Mitigation rejects commands\ncontaining control characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-15367",
"url": "https://www.suse.com/security/cve/CVE-2025-15367"
},
{
"category": "external",
"summary": "SUSE Bug 1257041 for CVE-2025-15367",
"url": "https://bugzilla.suse.com/1257041"
}
],
"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:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-15367"
},
{
"cve": "CVE-2026-11940",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-11940"
}
],
"notes": [
{
"category": "general",
"text": "tarfile.extractall() with the \u0027data\u0027 or \u0027tar\u0027\n filter could be bypassed by a crafted archive where a hardlink \nreferences a symlink stored at a deeper name than the hardlink itself. \nThe extraction fallback validated the symlink at it\u0027s archived location \nbut recreated it at the hardlink\u0027s shallower\npath, letting a relative\n target the filter judged contained escape the destination directory. \nThis allowed a malicious tar archive to create a symlink pointing \noutside the destination, enabling out-of-destination file reads or \nwrites. This was an incomplete fix of CVE-2025-4330.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-11940",
"url": "https://www.suse.com/security/cve/CVE-2026-11940"
},
{
"category": "external",
"summary": "SUSE Bug 1268977 for CVE-2026-11940",
"url": "https://bugzilla.suse.com/1268977"
}
],
"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:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-11940"
},
{
"cve": "CVE-2026-7210",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-7210"
}
],
"notes": [
{
"category": "general",
"text": "`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\\r\\n\\r\\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-7210",
"url": "https://www.suse.com/security/cve/CVE-2026-7210"
},
{
"category": "external",
"summary": "SUSE Bug 1264962 for CVE-2026-7210",
"url": "https://bugzilla.suse.com/1264962"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-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:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-7210"
},
{
"cve": "CVE-2026-8328",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-8328"
}
],
"notes": [
{
"category": "general",
"text": "The ftpcp() function in Lib/ftplib.py was not updated when \nCVE-2021-4189 was fixed. While makepasv() was patched to replace \nserver-supplied PASV host addresses with the actual peer address \n(getpeername()[0]), ftpcp() still calls parse227() directly and passes \nthe raw attacker-controllable IP address and port to target.sendport(). This patch is related to CVE-2021-4189.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-8328",
"url": "https://www.suse.com/security/cve/CVE-2026-8328"
},
{
"category": "external",
"summary": "SUSE Bug 1265268 for CVE-2026-8328",
"url": "https://bugzilla.suse.com/1265268"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.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:python313-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.14-1.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.14-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-8328"
}
]
}
OPENSUSE-SU-2026:11343-1
Vulnerability from csaf_opensuse - Published: 2026-07-22 00:00 - Updated: 2026-07-22 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.6-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.6-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.6-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-3.14.6-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.6-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.6-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.6-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-curses-3.14.6-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.6-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.6-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.6-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-idle-3.14.6-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.6-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.6-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.6-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-tk-3.14.6-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.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": "python314-3.14.6-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python314-3.14.6-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11343",
"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_11343-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-11940 page",
"url": "https://www.suse.com/security/cve/CVE-2026-11940/"
}
],
"title": "python314-3.14.6-2.1 on GA media",
"tracking": {
"current_release_date": "2026-07-22T00:00:00Z",
"generator": {
"date": "2026-07-22T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11343-1",
"initial_release_date": "2026-07-22T00:00:00Z",
"revision_history": [
{
"date": "2026-07-22T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.6-2.1.aarch64",
"product": {
"name": "python314-3.14.6-2.1.aarch64",
"product_id": "python314-3.14.6-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-32bit-3.14.6-2.1.aarch64",
"product": {
"name": "python314-32bit-3.14.6-2.1.aarch64",
"product_id": "python314-32bit-3.14.6-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.6-2.1.aarch64",
"product": {
"name": "python314-curses-3.14.6-2.1.aarch64",
"product_id": "python314-curses-3.14.6-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.6-2.1.aarch64",
"product": {
"name": "python314-dbm-3.14.6-2.1.aarch64",
"product_id": "python314-dbm-3.14.6-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.6-2.1.aarch64",
"product": {
"name": "python314-idle-3.14.6-2.1.aarch64",
"product_id": "python314-idle-3.14.6-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.6-2.1.aarch64",
"product": {
"name": "python314-tk-3.14.6-2.1.aarch64",
"product_id": "python314-tk-3.14.6-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.6-2.1.aarch64",
"product": {
"name": "python314-x86-64-v3-3.14.6-2.1.aarch64",
"product_id": "python314-x86-64-v3-3.14.6-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.6-2.1.ppc64le",
"product": {
"name": "python314-3.14.6-2.1.ppc64le",
"product_id": "python314-3.14.6-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-32bit-3.14.6-2.1.ppc64le",
"product": {
"name": "python314-32bit-3.14.6-2.1.ppc64le",
"product_id": "python314-32bit-3.14.6-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.6-2.1.ppc64le",
"product": {
"name": "python314-curses-3.14.6-2.1.ppc64le",
"product_id": "python314-curses-3.14.6-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.6-2.1.ppc64le",
"product": {
"name": "python314-dbm-3.14.6-2.1.ppc64le",
"product_id": "python314-dbm-3.14.6-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.6-2.1.ppc64le",
"product": {
"name": "python314-idle-3.14.6-2.1.ppc64le",
"product_id": "python314-idle-3.14.6-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.6-2.1.ppc64le",
"product": {
"name": "python314-tk-3.14.6-2.1.ppc64le",
"product_id": "python314-tk-3.14.6-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.6-2.1.ppc64le",
"product": {
"name": "python314-x86-64-v3-3.14.6-2.1.ppc64le",
"product_id": "python314-x86-64-v3-3.14.6-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.6-2.1.s390x",
"product": {
"name": "python314-3.14.6-2.1.s390x",
"product_id": "python314-3.14.6-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-32bit-3.14.6-2.1.s390x",
"product": {
"name": "python314-32bit-3.14.6-2.1.s390x",
"product_id": "python314-32bit-3.14.6-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.6-2.1.s390x",
"product": {
"name": "python314-curses-3.14.6-2.1.s390x",
"product_id": "python314-curses-3.14.6-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.6-2.1.s390x",
"product": {
"name": "python314-dbm-3.14.6-2.1.s390x",
"product_id": "python314-dbm-3.14.6-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.6-2.1.s390x",
"product": {
"name": "python314-idle-3.14.6-2.1.s390x",
"product_id": "python314-idle-3.14.6-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.6-2.1.s390x",
"product": {
"name": "python314-tk-3.14.6-2.1.s390x",
"product_id": "python314-tk-3.14.6-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.6-2.1.s390x",
"product": {
"name": "python314-x86-64-v3-3.14.6-2.1.s390x",
"product_id": "python314-x86-64-v3-3.14.6-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.6-2.1.x86_64",
"product": {
"name": "python314-3.14.6-2.1.x86_64",
"product_id": "python314-3.14.6-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-32bit-3.14.6-2.1.x86_64",
"product": {
"name": "python314-32bit-3.14.6-2.1.x86_64",
"product_id": "python314-32bit-3.14.6-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.6-2.1.x86_64",
"product": {
"name": "python314-curses-3.14.6-2.1.x86_64",
"product_id": "python314-curses-3.14.6-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.6-2.1.x86_64",
"product": {
"name": "python314-dbm-3.14.6-2.1.x86_64",
"product_id": "python314-dbm-3.14.6-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.6-2.1.x86_64",
"product": {
"name": "python314-idle-3.14.6-2.1.x86_64",
"product_id": "python314-idle-3.14.6-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.6-2.1.x86_64",
"product": {
"name": "python314-tk-3.14.6-2.1.x86_64",
"product_id": "python314-tk-3.14.6-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.6-2.1.x86_64",
"product": {
"name": "python314-x86-64-v3-3.14.6-2.1.x86_64",
"product_id": "python314-x86-64-v3-3.14.6-2.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": "python314-3.14.6-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.6-2.1.aarch64"
},
"product_reference": "python314-3.14.6-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-3.14.6-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.6-2.1.ppc64le"
},
"product_reference": "python314-3.14.6-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-3.14.6-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.6-2.1.s390x"
},
"product_reference": "python314-3.14.6-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-3.14.6-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.6-2.1.x86_64"
},
"product_reference": "python314-3.14.6-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-32bit-3.14.6-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.aarch64"
},
"product_reference": "python314-32bit-3.14.6-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-32bit-3.14.6-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.ppc64le"
},
"product_reference": "python314-32bit-3.14.6-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-32bit-3.14.6-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.s390x"
},
"product_reference": "python314-32bit-3.14.6-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-32bit-3.14.6-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.x86_64"
},
"product_reference": "python314-32bit-3.14.6-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.6-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.6-2.1.aarch64"
},
"product_reference": "python314-curses-3.14.6-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.6-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.6-2.1.ppc64le"
},
"product_reference": "python314-curses-3.14.6-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.6-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.6-2.1.s390x"
},
"product_reference": "python314-curses-3.14.6-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.6-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.6-2.1.x86_64"
},
"product_reference": "python314-curses-3.14.6-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.6-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.aarch64"
},
"product_reference": "python314-dbm-3.14.6-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.6-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.ppc64le"
},
"product_reference": "python314-dbm-3.14.6-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.6-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.s390x"
},
"product_reference": "python314-dbm-3.14.6-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.6-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.x86_64"
},
"product_reference": "python314-dbm-3.14.6-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.6-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.6-2.1.aarch64"
},
"product_reference": "python314-idle-3.14.6-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.6-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.6-2.1.ppc64le"
},
"product_reference": "python314-idle-3.14.6-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.6-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.6-2.1.s390x"
},
"product_reference": "python314-idle-3.14.6-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.6-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.6-2.1.x86_64"
},
"product_reference": "python314-idle-3.14.6-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.6-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.6-2.1.aarch64"
},
"product_reference": "python314-tk-3.14.6-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.6-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.6-2.1.ppc64le"
},
"product_reference": "python314-tk-3.14.6-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.6-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.6-2.1.s390x"
},
"product_reference": "python314-tk-3.14.6-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.6-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.6-2.1.x86_64"
},
"product_reference": "python314-tk-3.14.6-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.6-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.aarch64"
},
"product_reference": "python314-x86-64-v3-3.14.6-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.6-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.ppc64le"
},
"product_reference": "python314-x86-64-v3-3.14.6-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.6-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.s390x"
},
"product_reference": "python314-x86-64-v3-3.14.6-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.6-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.x86_64"
},
"product_reference": "python314-x86-64-v3-3.14.6-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-11940",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-11940"
}
],
"notes": [
{
"category": "general",
"text": "tarfile.extractall() with the \u0027data\u0027 or \u0027tar\u0027\n filter could be bypassed by a crafted archive where a hardlink \nreferences a symlink stored at a deeper name than the hardlink itself. \nThe extraction fallback validated the symlink at it\u0027s archived location \nbut recreated it at the hardlink\u0027s shallower\npath, letting a relative\n target the filter judged contained escape the destination directory. \nThis allowed a malicious tar archive to create a symlink pointing \noutside the destination, enabling out-of-destination file reads or \nwrites. This was an incomplete fix of CVE-2025-4330.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-11940",
"url": "https://www.suse.com/security/cve/CVE-2026-11940"
},
{
"category": "external",
"summary": "SUSE Bug 1268977 for CVE-2026-11940",
"url": "https://bugzilla.suse.com/1268977"
}
],
"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:python314-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-32bit-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.6-2.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.6-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-07-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-11940"
}
]
}
RHSA-2026:38017
Vulnerability from csaf_redhat - Published: 2026-07-10 18:34 - Updated: 2026-08-17 02:58A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter="data" or filter="tar" parameters. This issue leads to potentially overwriting or modifying system files and metadata.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:python3-12-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:python3-12-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:python3-12-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `tarfile.extractall()` function within Python. A remote attacker could exploit this vulnerability by providing a specially crafted archive. This archive could bypass security filters by using a hardlink that references a symlink, allowing the symlink to be recreated outside the intended destination directory. This could lead to out-of-destination file reads or writes, potentially resulting in information disclosure or arbitrary file modification.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:python3-12-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:python3-12-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:python3-12-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python. Its incremental HTML parser can be exploited by a remote attacker. By sending specially crafted, uncontrolled data with repeated, incomplete markup declarations, the attacker can cause the system to consume excessive central processing unit (CPU) resources. This leads to a denial of service, making the affected system unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:python3-12-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:python3-12-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:python3-12-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for Red Hat Hardened Images RPMs is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "This update includes the following RPMs:\n\npython3.12:\n * python3.12-3.12.13-3.5.hum1 (aarch64, x86_64)\n * python3.12-debug-3.12.13-3.5.hum1 (aarch64, x86_64)\n * python3.12-devel-3.12.13-3.5.hum1 (aarch64, x86_64)\n * python3.12-idle-3.12.13-3.5.hum1 (aarch64, x86_64)\n * python3.12-libs-3.12.13-3.5.hum1 (aarch64, x86_64)\n * python3.12-test-3.12.13-3.5.hum1 (aarch64, x86_64)\n * python3.12-tkinter-3.12.13-3.5.hum1 (aarch64, x86_64)\n * python3.12-3.12.13-3.5.hum1.src (src)\n\nSecurity Fix(es):\n\npython3.12:\n * CVE-2025-4330\n * CVE-2026-11940\n * CVE-2026-15308",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:38017",
"url": "https://access.redhat.com/errata/RHSA-2026:38017"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4330",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-11940",
"url": "https://access.redhat.com/security/cve/CVE-2026-11940"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-15308",
"url": "https://access.redhat.com/security/cve/CVE-2026-15308"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_38017.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs Security Update",
"tracking": {
"current_release_date": "2026-08-17T02:58:05+00:00",
"generator": {
"date": "2026-08-17T02:58:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:38017",
"initial_release_date": "2026-07-10T18:34:32+00:00",
"revision_history": [
{
"date": "2026-07-10T18:34:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-15T05:55:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-17T02:58:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Hardened Images",
"product": {
"name": "Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:hummingbird:1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Hardened Images"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-12-main@aarch64",
"product": {
"name": "python3-12-main@aarch64",
"product_id": "python3-12-main@aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-3.5.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-12-main@src",
"product": {
"name": "python3-12-main@src",
"product_id": "python3-12-main@src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-3.5.hum1?arch=src\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-12-main@x86_64",
"product": {
"name": "python3-12-main@x86_64",
"product_id": "python3-12-main@x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.13-3.5.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-12-main@aarch64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:python3-12-main@aarch64"
},
"product_reference": "python3-12-main@aarch64",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-12-main@src as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:python3-12-main@src"
},
"product_reference": "python3-12-main@src",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-12-main@x86_64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:python3-12-main@x86_64"
},
"product_reference": "python3-12-main@x86_64",
"relates_to_product_reference": "Red Hat Hardened Images"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4330",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:00.653313+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter=\"data\" or filter=\"tar\" parameters. This issue leads to potentially overwriting or modifying system files and metadata.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Extraction filter bypass for linking outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of this access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:python3-12-main@aarch64",
"Red Hat Hardened Images:python3-12-main@src",
"Red Hat Hardened Images:python3-12-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "RHBZ#2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:57.452000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-10T18:34:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:python3-12-main@aarch64",
"Red Hat Hardened Images:python3-12-main@src",
"Red Hat Hardened Images:python3-12-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:38017"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:python3-12-main@aarch64",
"Red Hat Hardened Images:python3-12-main@src",
"Red Hat Hardened Images:python3-12-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:python3-12-main@aarch64",
"Red Hat Hardened Images:python3-12-main@src",
"Red Hat Hardened Images:python3-12-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: Extraction filter bypass for linking outside extraction directory"
},
{
"cve": "CVE-2026-11940",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-06-23T17:05:33.822236+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2491848"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `tarfile.extractall()` function within Python. A remote attacker could exploit this vulnerability by providing a specially crafted archive. This archive could bypass security filters by using a hardlink that references a symlink, allowing the symlink to be recreated outside the intended destination directory. This could lead to out-of-destination file reads or writes, potentially resulting in information disclosure or arbitrary file modification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat products that appear in dependency searches under names containing \"tarfile\" but that are not the CPython standard-library tarfile module are not affected by this flaw. Matches such as the Go packages under github.com/containers/image / go.podman.io/image (.../docker/tarfile and .../docker/internal/tarfile) and the Apache Camel artifacts (camel-tarfile, camel-quarkus-tarfile) are unrelated implementations in other languages and do not include the vulnerable CPython tarfile.extractall() filter logic. The separately packaged PyPI component backports-tarfile is also out of scope for this CVE as assigned: it is not the CPython stdlib module named in the advisory and this CVE tracks the interpreter-provided tarfile shipped in Red Hat python3* packages.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:python3-12-main@aarch64",
"Red Hat Hardened Images:python3-12-main@src",
"Red Hat Hardened Images:python3-12-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-11940"
},
{
"category": "external",
"summary": "RHBZ#2491848",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491848"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-11940",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11940"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-11940",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11940"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/151558",
"url": "https://github.com/python/cpython/issues/151558"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/151559",
"url": "https://github.com/python/cpython/pull/151559"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/LD6QIISNQFQYOIEPJNEUIPV7S3V76FZH/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/LD6QIISNQFQYOIEPJNEUIPV7S3V76FZH/"
}
],
"release_date": "2026-06-23T16:04:17.321000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-10T18:34:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:python3-12-main@aarch64",
"Red Hat Hardened Images:python3-12-main@src",
"Red Hat Hardened Images:python3-12-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:38017"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:python3-12-main@aarch64",
"Red Hat Hardened Images:python3-12-main@src",
"Red Hat Hardened Images:python3-12-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:python3-12-main@aarch64",
"Red Hat Hardened Images:python3-12-main@src",
"Red Hat Hardened Images:python3-12-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory"
},
{
"cve": "CVE-2026-15308",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-07-09T18:02:10.090070+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498608"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. Its incremental HTML parser can be exploited by a remote attacker. By sending specially crafted, uncontrolled data with repeated, incomplete markup declarations, the attacker can cause the system to consume excessive central processing unit (CPU) resources. This leads to a denial of service, making the affected system unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: CPU Denial of Service in HTML parser via repeated unterminated markup declarations",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in Python\u0027s `html.parser.HTMLParser` can lead to a denial of service. By supplying specially crafted, malformed HTML with repeated unterminated markup declarations, an attacker can cause excessive CPU consumption, rendering the system unresponsive. Red Hat products utilizing this parser to process untrusted HTML content are susceptible to resource exhaustion.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:python3-12-main@aarch64",
"Red Hat Hardened Images:python3-12-main@src",
"Red Hat Hardened Images:python3-12-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-15308"
},
{
"category": "external",
"summary": "RHBZ#2498608",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498608"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-15308",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15308"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15308",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15308"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/07efb08123ba9367a7107325adb9d5626dca1ca9",
"url": "https://github.com/python/cpython/commit/07efb08123ba9367a7107325adb9d5626dca1ca9"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/7933f4bf7131aa4140750f9404f5de0aa2969ced",
"url": "https://github.com/python/cpython/commit/7933f4bf7131aa4140750f9404f5de0aa2969ced"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/bcf98ddbc40ec9b3ee87da0124a5660b19b7e606",
"url": "https://github.com/python/cpython/commit/bcf98ddbc40ec9b3ee87da0124a5660b19b7e606"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/e9f92ac0b298292e7ff998e52cb8ccacfb27a0bd",
"url": "https://github.com/python/cpython/commit/e9f92ac0b298292e7ff998e52cb8ccacfb27a0bd"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/153030",
"url": "https://github.com/python/cpython/issues/153030"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/153031",
"url": "https://github.com/python/cpython/pull/153031"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/F6453LWKSHKCTWFLCOURWPLETNUIW2Z5/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/F6453LWKSHKCTWFLCOURWPLETNUIW2Z5/"
}
],
"release_date": "2026-07-09T17:10:57.317000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-10T18:34:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:python3-12-main@aarch64",
"Red Hat Hardened Images:python3-12-main@src",
"Red Hat Hardened Images:python3-12-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:38017"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:python3-12-main@aarch64",
"Red Hat Hardened Images:python3-12-main@src",
"Red Hat Hardened Images:python3-12-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:python3-12-main@aarch64",
"Red Hat Hardened Images:python3-12-main@src",
"Red Hat Hardened Images:python3-12-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: CPU Denial of Service in HTML parser via repeated unterminated markup declarations"
}
]
}
RHSA-2026:38018
Vulnerability from csaf_redhat - Published: 2026-07-10 18:49 - Updated: 2026-08-17 16:40A flaw was found in the `tarfile.extractall()` function within Python. A remote attacker could exploit this vulnerability by providing a specially crafted archive. This archive could bypass security filters by using a hardlink that references a symlink, allowing the symlink to be recreated outside the intended destination directory. This could lead to out-of-destination file reads or writes, potentially resulting in information disclosure or arbitrary file modification.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:python3-11-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:python3-11-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:python3-11-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Python. Its incremental HTML parser can be exploited by a remote attacker. By sending specially crafted, uncontrolled data with repeated, incomplete markup declarations, the attacker can cause the system to consume excessive central processing unit (CPU) resources. This leads to a denial of service, making the affected system unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Hardened Images:python3-11-main@aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:python3-11-main@src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Hardened Images:python3-11-main@x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for Red Hat Hardened Images RPMs is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "This update includes the following RPMs:\n\npython3.11:\n * python3.11-3.11.15-5.2.hum1 (aarch64, x86_64)\n * python3.11-debug-3.11.15-5.2.hum1 (aarch64, x86_64)\n * python3.11-devel-3.11.15-5.2.hum1 (aarch64, x86_64)\n * python3.11-idle-3.11.15-5.2.hum1 (aarch64, x86_64)\n * python3.11-libs-3.11.15-5.2.hum1 (aarch64, x86_64)\n * python3.11-test-3.11.15-5.2.hum1 (aarch64, x86_64)\n * python3.11-tkinter-3.11.15-5.2.hum1 (aarch64, x86_64)\n * python3.11-3.11.15-5.2.hum1.src (src)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:38018",
"url": "https://access.redhat.com/errata/RHSA-2026:38018"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-11940",
"url": "https://access.redhat.com/security/cve/CVE-2026-11940"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-15308",
"url": "https://access.redhat.com/security/cve/CVE-2026-15308"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_38018.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-08-17T16:40:25+00:00",
"generator": {
"date": "2026-08-17T16:40:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:38018",
"initial_release_date": "2026-07-10T18:49:47+00:00",
"revision_history": [
{
"date": "2026-07-10T18:49:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-15T05:55:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-17T16:40:25+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Hardened Images",
"product": {
"name": "Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:hummingbird:1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Hardened Images"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-11-main@aarch64",
"product": {
"name": "python3-11-main@aarch64",
"product_id": "python3-11-main@aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.15-5.2.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-11-main@src",
"product": {
"name": "python3-11-main@src",
"product_id": "python3-11-main@src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.15-5.2.hum1?arch=src\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-11-main@x86_64",
"product": {
"name": "python3-11-main@x86_64",
"product_id": "python3-11-main@x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.15-5.2.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-11-main@aarch64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:python3-11-main@aarch64"
},
"product_reference": "python3-11-main@aarch64",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-11-main@src as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:python3-11-main@src"
},
"product_reference": "python3-11-main@src",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-11-main@x86_64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:python3-11-main@x86_64"
},
"product_reference": "python3-11-main@x86_64",
"relates_to_product_reference": "Red Hat Hardened Images"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-11940",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-06-23T17:05:33.822236+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2491848"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `tarfile.extractall()` function within Python. A remote attacker could exploit this vulnerability by providing a specially crafted archive. This archive could bypass security filters by using a hardlink that references a symlink, allowing the symlink to be recreated outside the intended destination directory. This could lead to out-of-destination file reads or writes, potentially resulting in information disclosure or arbitrary file modification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat products that appear in dependency searches under names containing \"tarfile\" but that are not the CPython standard-library tarfile module are not affected by this flaw. Matches such as the Go packages under github.com/containers/image / go.podman.io/image (.../docker/tarfile and .../docker/internal/tarfile) and the Apache Camel artifacts (camel-tarfile, camel-quarkus-tarfile) are unrelated implementations in other languages and do not include the vulnerable CPython tarfile.extractall() filter logic. The separately packaged PyPI component backports-tarfile is also out of scope for this CVE as assigned: it is not the CPython stdlib module named in the advisory and this CVE tracks the interpreter-provided tarfile shipped in Red Hat python3* packages.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:python3-11-main@aarch64",
"Red Hat Hardened Images:python3-11-main@src",
"Red Hat Hardened Images:python3-11-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-11940"
},
{
"category": "external",
"summary": "RHBZ#2491848",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491848"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-11940",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11940"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-11940",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11940"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/151558",
"url": "https://github.com/python/cpython/issues/151558"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/151559",
"url": "https://github.com/python/cpython/pull/151559"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/LD6QIISNQFQYOIEPJNEUIPV7S3V76FZH/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/LD6QIISNQFQYOIEPJNEUIPV7S3V76FZH/"
}
],
"release_date": "2026-06-23T16:04:17.321000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-10T18:49:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:python3-11-main@aarch64",
"Red Hat Hardened Images:python3-11-main@src",
"Red Hat Hardened Images:python3-11-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:38018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Hardened Images:python3-11-main@aarch64",
"Red Hat Hardened Images:python3-11-main@src",
"Red Hat Hardened Images:python3-11-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:python3-11-main@aarch64",
"Red Hat Hardened Images:python3-11-main@src",
"Red Hat Hardened Images:python3-11-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory"
},
{
"cve": "CVE-2026-15308",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-07-09T18:02:10.090070+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498608"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. Its incremental HTML parser can be exploited by a remote attacker. By sending specially crafted, uncontrolled data with repeated, incomplete markup declarations, the attacker can cause the system to consume excessive central processing unit (CPU) resources. This leads to a denial of service, making the affected system unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: CPU Denial of Service in HTML parser via repeated unterminated markup declarations",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in Python\u0027s `html.parser.HTMLParser` can lead to a denial of service. By supplying specially crafted, malformed HTML with repeated unterminated markup declarations, an attacker can cause excessive CPU consumption, rendering the system unresponsive. Red Hat products utilizing this parser to process untrusted HTML content are susceptible to resource exhaustion.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Hardened Images:python3-11-main@aarch64",
"Red Hat Hardened Images:python3-11-main@src",
"Red Hat Hardened Images:python3-11-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-15308"
},
{
"category": "external",
"summary": "RHBZ#2498608",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498608"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-15308",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15308"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15308",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15308"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/07efb08123ba9367a7107325adb9d5626dca1ca9",
"url": "https://github.com/python/cpython/commit/07efb08123ba9367a7107325adb9d5626dca1ca9"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/7933f4bf7131aa4140750f9404f5de0aa2969ced",
"url": "https://github.com/python/cpython/commit/7933f4bf7131aa4140750f9404f5de0aa2969ced"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/bcf98ddbc40ec9b3ee87da0124a5660b19b7e606",
"url": "https://github.com/python/cpython/commit/bcf98ddbc40ec9b3ee87da0124a5660b19b7e606"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/e9f92ac0b298292e7ff998e52cb8ccacfb27a0bd",
"url": "https://github.com/python/cpython/commit/e9f92ac0b298292e7ff998e52cb8ccacfb27a0bd"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/153030",
"url": "https://github.com/python/cpython/issues/153030"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/153031",
"url": "https://github.com/python/cpython/pull/153031"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/F6453LWKSHKCTWFLCOURWPLETNUIW2Z5/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/F6453LWKSHKCTWFLCOURWPLETNUIW2Z5/"
}
],
"release_date": "2026-07-09T17:10:57.317000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-10T18:49:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:python3-11-main@aarch64",
"Red Hat Hardened Images:python3-11-main@src",
"Red Hat Hardened Images:python3-11-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:38018"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Hardened Images:python3-11-main@aarch64",
"Red Hat Hardened Images:python3-11-main@src",
"Red Hat Hardened Images:python3-11-main@x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:python3-11-main@aarch64",
"Red Hat Hardened Images:python3-11-main@src",
"Red Hat Hardened Images:python3-11-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: CPU Denial of Service in HTML parser via repeated unterminated markup declarations"
}
]
}
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.