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-09-06",
"epss": "0.0075",
"percentile": "0.52615"
},
"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-09-03T23:49:29+00:00",
"cve": "CVE-2026-11940",
"id": "CVE-2026-11940",
"initial_release_date": "2026-06-23T16:04:17.321000+00:00",
"product_status:fixed": "611",
"product_status:known_affected": "147",
"product_status:known_not_affected": "73",
"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-09-02T01:09:51Z",
"cve": "CVE-2026-11940",
"id": "CVE-2026-11940",
"initial_release_date": "2026-06-25T02:31:01Z",
"product_status:known_affected": "584",
"product_status:known_not_affected": "107",
"product_status:recommended": "493",
"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": "21"
},
"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"
}
}
}
RHSA-2026:62809
Vulnerability from csaf_redhat - Published: 2026-09-02 19:19 - Updated: 2026-09-03 23:49A 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: AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.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 python3.12 is now available for Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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\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.",
"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:62809",
"url": "https://access.redhat.com/errata/RHSA-2026:62809"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2491848",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491848"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_62809.json"
}
],
"title": "Red Hat Security Advisory: python3.12 security update",
"tracking": {
"current_release_date": "2026-09-03T23:49:46+00:00",
"generator": {
"date": "2026-09-03T23:49:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:62809",
"initial_release_date": "2026-09-02T19:19:04+00:00",
"revision_history": [
{
"date": "2026-09-02T19:19:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-02T19:19:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-03T23:49:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.15.src",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.15.src",
"product_id": "python3.12-0:3.12.1-4.el9_4.15.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.15?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.15.aarch64",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.15.aarch64",
"product_id": "python3.12-0:3.12.1-4.el9_4.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.1-4.el9_4.15.aarch64",
"product": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.15.aarch64",
"product_id": "python3.12-devel-0:3.12.1-4.el9_4.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.1-4.el9_4.15.aarch64",
"product": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.15.aarch64",
"product_id": "python3.12-libs-0:3.12.1-4.el9_4.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.15.aarch64",
"product": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.15.aarch64",
"product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.15.aarch64",
"product": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.15.aarch64",
"product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.15?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.aarch64",
"product": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.aarch64",
"product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.15?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.15.ppc64le",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.15.ppc64le",
"product_id": "python3.12-0:3.12.1-4.el9_4.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.1-4.el9_4.15.ppc64le",
"product": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.15.ppc64le",
"product_id": "python3.12-devel-0:3.12.1-4.el9_4.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.1-4.el9_4.15.ppc64le",
"product": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.15.ppc64le",
"product_id": "python3.12-libs-0:3.12.1-4.el9_4.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.15.ppc64le",
"product": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.15.ppc64le",
"product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.15.ppc64le",
"product": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.15.ppc64le",
"product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.15?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.ppc64le",
"product": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.ppc64le",
"product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.15?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.15.s390x",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.15.s390x",
"product_id": "python3.12-0:3.12.1-4.el9_4.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.1-4.el9_4.15.s390x",
"product": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.15.s390x",
"product_id": "python3.12-devel-0:3.12.1-4.el9_4.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.1-4.el9_4.15.s390x",
"product": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.15.s390x",
"product_id": "python3.12-libs-0:3.12.1-4.el9_4.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.15.s390x",
"product": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.15.s390x",
"product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.15.s390x",
"product": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.15.s390x",
"product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.15?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.s390x",
"product": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.s390x",
"product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.15?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.15.x86_64",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.15.x86_64",
"product_id": "python3.12-0:3.12.1-4.el9_4.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.1-4.el9_4.15.x86_64",
"product": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.15.x86_64",
"product_id": "python3.12-devel-0:3.12.1-4.el9_4.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.1-4.el9_4.15.x86_64",
"product": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.15.x86_64",
"product_id": "python3.12-libs-0:3.12.1-4.el9_4.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.15.x86_64",
"product": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.15.x86_64",
"product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.15.x86_64",
"product": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.15.x86_64",
"product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.15?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.x86_64",
"product": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.x86_64",
"product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.15?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.1-4.el9_4.15.i686",
"product": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.15.i686",
"product_id": "python3.12-devel-0:3.12.1-4.el9_4.15.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.15?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.1-4.el9_4.15.i686",
"product": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.15.i686",
"product_id": "python3.12-libs-0:3.12.1-4.el9_4.15.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.15?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.15.i686",
"product": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.15.i686",
"product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.15.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.15?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.i686",
"product": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.i686",
"product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.15?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.aarch64"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.15.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.ppc64le"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.15.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.s390x"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.15.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.15.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.src"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.15.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.x86_64"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.15.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.15.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.15.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.15.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.15.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.15.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.15.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.15.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.15.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.15.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.i686"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.15.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.15.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.s390x"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.15.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.15.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.15.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.15.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.i686"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.15.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.15.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.s390x"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.15.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.15.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.15.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.15.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.15.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.15.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.15.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.15.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.15.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.4)",
"product_id": "AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.15.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.E4S"
}
]
},
"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": [
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.src",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.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-09-02T19:19:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.src",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:62809"
},
{
"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": [
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.src",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.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": [
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.src",
"AppStream-9.4.0.Z.E4S:python3.12-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-debuginfo-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-debugsource-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-devel-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.i686",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-libs-0:3.12.1-4.el9_4.15.x86_64",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.aarch64",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.ppc64le",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.s390x",
"AppStream-9.4.0.Z.E4S:python3.12-tkinter-0:3.12.1-4.el9_4.15.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory"
}
]
}
RHSA-2026:63024
Vulnerability from csaf_redhat - Published: 2026-09-03 06:07 - Updated: 2026-09-03 23:49A 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: AppStream-10.0.Z.E2S:python-unversioned-command-0:3.12.9-2.el10_0.11.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3.12-0:3.12.9-2.el10_0.11.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.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 python3.12 is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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\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.",
"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:63024",
"url": "https://access.redhat.com/errata/RHSA-2026:63024"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2491848",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491848"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_63024.json"
}
],
"title": "Red Hat Security Advisory: python3.12 security update",
"tracking": {
"current_release_date": "2026-09-03T23:49:47+00:00",
"generator": {
"date": "2026-09-03T23:49:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:63024",
"initial_release_date": "2026-09-03T06:07:50+00:00",
"revision_history": [
{
"date": "2026-09-03T06:07:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-03T06:07:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-03T23:49:47+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-unversioned-command-0:3.12.9-2.el10_0.11.noarch",
"product": {
"name": "python-unversioned-command-0:3.12.9-2.el10_0.11.noarch",
"product_id": "python-unversioned-command-0:3.12.9-2.el10_0.11.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-unversioned-command@3.12.9-2.el10_0.11?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.12.9-2.el10_0.11.aarch64",
"product": {
"name": "python3-devel-0:3.12.9-2.el10_0.11.aarch64",
"product_id": "python3-devel-0:3.12.9-2.el10_0.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.9-2.el10_0.11?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.9-2.el10_0.11.aarch64",
"product": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.11.aarch64",
"product_id": "python3-tkinter-0:3.12.9-2.el10_0.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.9-2.el10_0.11?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"product": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"product_id": "python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-2.el10_0.11?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"product_id": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-2.el10_0.11?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.12.9-2.el10_0.11.aarch64",
"product": {
"name": "python3-0:3.12.9-2.el10_0.11.aarch64",
"product_id": "python3-0:3.12.9-2.el10_0.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.9-2.el10_0.11?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.9-2.el10_0.11.aarch64",
"product": {
"name": "python3-libs-0:3.12.9-2.el10_0.11.aarch64",
"product_id": "python3-libs-0:3.12.9-2.el10_0.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.9-2.el10_0.11?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.9-2.el10_0.11.aarch64",
"product": {
"name": "python3-debug-0:3.12.9-2.el10_0.11.aarch64",
"product_id": "python3-debug-0:3.12.9-2.el10_0.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.9-2.el10_0.11?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.9-2.el10_0.11.aarch64",
"product": {
"name": "python3-idle-0:3.12.9-2.el10_0.11.aarch64",
"product_id": "python3-idle-0:3.12.9-2.el10_0.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.9-2.el10_0.11?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.9-2.el10_0.11.aarch64",
"product": {
"name": "python3-test-0:3.12.9-2.el10_0.11.aarch64",
"product_id": "python3-test-0:3.12.9-2.el10_0.11.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.9-2.el10_0.11?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.12.9-2.el10_0.11.ppc64le",
"product": {
"name": "python3-devel-0:3.12.9-2.el10_0.11.ppc64le",
"product_id": "python3-devel-0:3.12.9-2.el10_0.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.9-2.el10_0.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.9-2.el10_0.11.ppc64le",
"product": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.11.ppc64le",
"product_id": "python3-tkinter-0:3.12.9-2.el10_0.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.9-2.el10_0.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"product": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"product_id": "python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-2.el10_0.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"product_id": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-2.el10_0.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.12.9-2.el10_0.11.ppc64le",
"product": {
"name": "python3-0:3.12.9-2.el10_0.11.ppc64le",
"product_id": "python3-0:3.12.9-2.el10_0.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.9-2.el10_0.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.9-2.el10_0.11.ppc64le",
"product": {
"name": "python3-libs-0:3.12.9-2.el10_0.11.ppc64le",
"product_id": "python3-libs-0:3.12.9-2.el10_0.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.9-2.el10_0.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.9-2.el10_0.11.ppc64le",
"product": {
"name": "python3-debug-0:3.12.9-2.el10_0.11.ppc64le",
"product_id": "python3-debug-0:3.12.9-2.el10_0.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.9-2.el10_0.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.9-2.el10_0.11.ppc64le",
"product": {
"name": "python3-idle-0:3.12.9-2.el10_0.11.ppc64le",
"product_id": "python3-idle-0:3.12.9-2.el10_0.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.9-2.el10_0.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.9-2.el10_0.11.ppc64le",
"product": {
"name": "python3-test-0:3.12.9-2.el10_0.11.ppc64le",
"product_id": "python3-test-0:3.12.9-2.el10_0.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.9-2.el10_0.11?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.12.9-2.el10_0.11.s390x",
"product": {
"name": "python3-devel-0:3.12.9-2.el10_0.11.s390x",
"product_id": "python3-devel-0:3.12.9-2.el10_0.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.9-2.el10_0.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.9-2.el10_0.11.s390x",
"product": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.11.s390x",
"product_id": "python3-tkinter-0:3.12.9-2.el10_0.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.9-2.el10_0.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"product": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"product_id": "python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-2.el10_0.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"product_id": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-2.el10_0.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.12.9-2.el10_0.11.s390x",
"product": {
"name": "python3-0:3.12.9-2.el10_0.11.s390x",
"product_id": "python3-0:3.12.9-2.el10_0.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.9-2.el10_0.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.9-2.el10_0.11.s390x",
"product": {
"name": "python3-libs-0:3.12.9-2.el10_0.11.s390x",
"product_id": "python3-libs-0:3.12.9-2.el10_0.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.9-2.el10_0.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.9-2.el10_0.11.s390x",
"product": {
"name": "python3-debug-0:3.12.9-2.el10_0.11.s390x",
"product_id": "python3-debug-0:3.12.9-2.el10_0.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.9-2.el10_0.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.9-2.el10_0.11.s390x",
"product": {
"name": "python3-idle-0:3.12.9-2.el10_0.11.s390x",
"product_id": "python3-idle-0:3.12.9-2.el10_0.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.9-2.el10_0.11?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.9-2.el10_0.11.s390x",
"product": {
"name": "python3-test-0:3.12.9-2.el10_0.11.s390x",
"product_id": "python3-test-0:3.12.9-2.el10_0.11.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.9-2.el10_0.11?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.12.9-2.el10_0.11.x86_64",
"product": {
"name": "python3-devel-0:3.12.9-2.el10_0.11.x86_64",
"product_id": "python3-devel-0:3.12.9-2.el10_0.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.9-2.el10_0.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.9-2.el10_0.11.x86_64",
"product": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.11.x86_64",
"product_id": "python3-tkinter-0:3.12.9-2.el10_0.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.9-2.el10_0.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64",
"product": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64",
"product_id": "python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-2.el10_0.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"product_id": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-2.el10_0.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.12.9-2.el10_0.11.x86_64",
"product": {
"name": "python3-0:3.12.9-2.el10_0.11.x86_64",
"product_id": "python3-0:3.12.9-2.el10_0.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.9-2.el10_0.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.9-2.el10_0.11.x86_64",
"product": {
"name": "python3-libs-0:3.12.9-2.el10_0.11.x86_64",
"product_id": "python3-libs-0:3.12.9-2.el10_0.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.9-2.el10_0.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.9-2.el10_0.11.x86_64",
"product": {
"name": "python3-debug-0:3.12.9-2.el10_0.11.x86_64",
"product_id": "python3-debug-0:3.12.9-2.el10_0.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.9-2.el10_0.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.9-2.el10_0.11.x86_64",
"product": {
"name": "python3-idle-0:3.12.9-2.el10_0.11.x86_64",
"product_id": "python3-idle-0:3.12.9-2.el10_0.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.9-2.el10_0.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.9-2.el10_0.11.x86_64",
"product": {
"name": "python3-test-0:3.12.9-2.el10_0.11.x86_64",
"product_id": "python3-test-0:3.12.9-2.el10_0.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.9-2.el10_0.11?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-2.el10_0.11.src",
"product": {
"name": "python3.12-0:3.12.9-2.el10_0.11.src",
"product_id": "python3.12-0:3.12.9-2.el10_0.11.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-2.el10_0.11?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.12.9-2.el10_0.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python-unversioned-command-0:3.12.9-2.el10_0.11.noarch"
},
"product_reference": "python-unversioned-command-0:3.12.9-2.el10_0.11.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.aarch64"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.11.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.ppc64le"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.11.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.s390x"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.11.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.x86_64"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.11.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.aarch64"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.11.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.ppc64le"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.11.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.s390x"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.11.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.x86_64"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.11.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.11.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.aarch64"
},
"product_reference": "python3-0:3.12.9-2.el10_0.11.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.11.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.ppc64le"
},
"product_reference": "python3-0:3.12.9-2.el10_0.11.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.11.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.s390x"
},
"product_reference": "python3-0:3.12.9-2.el10_0.11.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.x86_64"
},
"product_reference": "python3-0:3.12.9-2.el10_0.11.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.11.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.aarch64"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.11.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.11.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.ppc64le"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.11.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.11.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.s390x"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.11.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.x86_64"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.11.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-2.el10_0.11.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3.12-0:3.12.9-2.el10_0.11.src"
},
"product_reference": "python3.12-0:3.12.9-2.el10_0.11.src",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.11.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.aarch64"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.11.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.11.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.ppc64le"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.11.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.11.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.s390x"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.11.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.11.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.x86_64"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.11.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.11.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.aarch64"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.11.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.11.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.ppc64le"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.11.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.11.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.s390x"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.11.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.11.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.x86_64"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.11.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.11.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.aarch64"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.11.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.11.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.ppc64le"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.11.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.11.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.s390x"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.11.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.11.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.x86_64"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.11.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
}
]
},
"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": [
"AppStream-10.0.Z.E2S:python-unversioned-command-0:3.12.9-2.el10_0.11.noarch",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.x86_64",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.x86_64",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3.12-0:3.12.9-2.el10_0.11.src",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.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-09-03T06:07:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:python-unversioned-command-0:3.12.9-2.el10_0.11.noarch",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.x86_64",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.x86_64",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3.12-0:3.12.9-2.el10_0.11.src",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:63024"
},
{
"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": [
"AppStream-10.0.Z.E2S:python-unversioned-command-0:3.12.9-2.el10_0.11.noarch",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.x86_64",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.x86_64",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3.12-0:3.12.9-2.el10_0.11.src",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.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": [
"AppStream-10.0.Z.E2S:python-unversioned-command-0:3.12.9-2.el10_0.11.noarch",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3-devel-0:3.12.9-2.el10_0.11.x86_64",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3-tkinter-0:3.12.9-2.el10_0.11.x86_64",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"AppStream-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3-libs-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3.12-0:3.12.9-2.el10_0.11.src",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"BaseOS-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3-debug-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3-idle-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3-test-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3.12-debuginfo-0:3.12.9-2.el10_0.11.x86_64",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.aarch64",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.ppc64le",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.s390x",
"CRB-10.0.Z.E2S:python3.12-debugsource-0:3.12.9-2.el10_0.11.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory"
}
]
}
RHSA-2026:63117
Vulnerability from csaf_redhat - Published: 2026-09-03 23:49 - Updated: 2026-09-04 02:09A 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: AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.i686 | — |
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 python3.12 is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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\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.",
"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:63117",
"url": "https://access.redhat.com/errata/RHSA-2026:63117"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2491848",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491848"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_63117.json"
}
],
"title": "Red Hat Security Advisory: python3.12 security update",
"tracking": {
"current_release_date": "2026-09-04T02:09:14+00:00",
"generator": {
"date": "2026-09-04T02:09:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:63117",
"initial_release_date": "2026-09-03T23:49:07+00:00",
"revision_history": [
{
"date": "2026-09-03T23:49:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-03T23:49:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-04T02:09:14+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.10.s390x",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.10.s390x",
"product_id": "python3.12-0:3.12.9-1.el9_6.10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.9-1.el9_6.10.s390x",
"product": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.10.s390x",
"product_id": "python3.12-devel-0:3.12.9-1.el9_6.10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.9-1.el9_6.10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.9-1.el9_6.10.s390x",
"product": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.10.s390x",
"product_id": "python3.12-libs-0:3.12.9-1.el9_6.10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.9-1.el9_6.10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.10.s390x",
"product": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.10.s390x",
"product_id": "python3.12-tkinter-0:3.12.9-1.el9_6.10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.9-1.el9_6.10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x",
"product": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x",
"product_id": "python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-1.el9_6.10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x",
"product_id": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-1.el9_6.10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.9-1.el9_6.10.s390x",
"product": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.10.s390x",
"product_id": "python3.12-debug-0:3.12.9-1.el9_6.10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.9-1.el9_6.10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.9-1.el9_6.10.s390x",
"product": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.10.s390x",
"product_id": "python3.12-idle-0:3.12.9-1.el9_6.10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.9-1.el9_6.10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.9-1.el9_6.10.s390x",
"product": {
"name": "python3.12-test-0:3.12.9-1.el9_6.10.s390x",
"product_id": "python3.12-test-0:3.12.9-1.el9_6.10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.9-1.el9_6.10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.10.src",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.10.src",
"product_id": "python3.12-0:3.12.9-1.el9_6.10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.10.aarch64",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.10.aarch64",
"product_id": "python3.12-0:3.12.9-1.el9_6.10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.9-1.el9_6.10.aarch64",
"product": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.10.aarch64",
"product_id": "python3.12-devel-0:3.12.9-1.el9_6.10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.9-1.el9_6.10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.9-1.el9_6.10.aarch64",
"product": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.10.aarch64",
"product_id": "python3.12-libs-0:3.12.9-1.el9_6.10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.9-1.el9_6.10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.10.aarch64",
"product": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.10.aarch64",
"product_id": "python3.12-tkinter-0:3.12.9-1.el9_6.10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.9-1.el9_6.10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64",
"product": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64",
"product_id": "python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-1.el9_6.10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64",
"product_id": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-1.el9_6.10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.9-1.el9_6.10.aarch64",
"product": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.10.aarch64",
"product_id": "python3.12-debug-0:3.12.9-1.el9_6.10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.9-1.el9_6.10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.9-1.el9_6.10.aarch64",
"product": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.10.aarch64",
"product_id": "python3.12-idle-0:3.12.9-1.el9_6.10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.9-1.el9_6.10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.9-1.el9_6.10.aarch64",
"product": {
"name": "python3.12-test-0:3.12.9-1.el9_6.10.aarch64",
"product_id": "python3.12-test-0:3.12.9-1.el9_6.10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.9-1.el9_6.10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.10.ppc64le",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.10.ppc64le",
"product_id": "python3.12-0:3.12.9-1.el9_6.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.9-1.el9_6.10.ppc64le",
"product": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.10.ppc64le",
"product_id": "python3.12-devel-0:3.12.9-1.el9_6.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.9-1.el9_6.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.9-1.el9_6.10.ppc64le",
"product": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.10.ppc64le",
"product_id": "python3.12-libs-0:3.12.9-1.el9_6.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.9-1.el9_6.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.10.ppc64le",
"product": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.10.ppc64le",
"product_id": "python3.12-tkinter-0:3.12.9-1.el9_6.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.9-1.el9_6.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le",
"product": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le",
"product_id": "python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-1.el9_6.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le",
"product_id": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-1.el9_6.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.9-1.el9_6.10.ppc64le",
"product": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.10.ppc64le",
"product_id": "python3.12-debug-0:3.12.9-1.el9_6.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.9-1.el9_6.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.9-1.el9_6.10.ppc64le",
"product": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.10.ppc64le",
"product_id": "python3.12-idle-0:3.12.9-1.el9_6.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.9-1.el9_6.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.9-1.el9_6.10.ppc64le",
"product": {
"name": "python3.12-test-0:3.12.9-1.el9_6.10.ppc64le",
"product_id": "python3.12-test-0:3.12.9-1.el9_6.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.9-1.el9_6.10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.10.x86_64",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.10.x86_64",
"product_id": "python3.12-0:3.12.9-1.el9_6.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.9-1.el9_6.10.x86_64",
"product": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.10.x86_64",
"product_id": "python3.12-devel-0:3.12.9-1.el9_6.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.9-1.el9_6.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.9-1.el9_6.10.x86_64",
"product": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.10.x86_64",
"product_id": "python3.12-libs-0:3.12.9-1.el9_6.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.9-1.el9_6.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.10.x86_64",
"product": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.10.x86_64",
"product_id": "python3.12-tkinter-0:3.12.9-1.el9_6.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.9-1.el9_6.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64",
"product": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64",
"product_id": "python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-1.el9_6.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64",
"product_id": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-1.el9_6.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.9-1.el9_6.10.x86_64",
"product": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.10.x86_64",
"product_id": "python3.12-debug-0:3.12.9-1.el9_6.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.9-1.el9_6.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.9-1.el9_6.10.x86_64",
"product": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.10.x86_64",
"product_id": "python3.12-idle-0:3.12.9-1.el9_6.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.9-1.el9_6.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.9-1.el9_6.10.x86_64",
"product": {
"name": "python3.12-test-0:3.12.9-1.el9_6.10.x86_64",
"product_id": "python3.12-test-0:3.12.9-1.el9_6.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.9-1.el9_6.10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.9-1.el9_6.10.i686",
"product": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.10.i686",
"product_id": "python3.12-devel-0:3.12.9-1.el9_6.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.9-1.el9_6.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.9-1.el9_6.10.i686",
"product": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.10.i686",
"product_id": "python3.12-libs-0:3.12.9-1.el9_6.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.9-1.el9_6.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.i686",
"product": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.i686",
"product_id": "python3.12-debugsource-0:3.12.9-1.el9_6.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-1.el9_6.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686",
"product_id": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-1.el9_6.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.10.i686",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.10.i686",
"product_id": "python3.12-0:3.12.9-1.el9_6.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.9-1.el9_6.10.i686",
"product": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.10.i686",
"product_id": "python3.12-debug-0:3.12.9-1.el9_6.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.9-1.el9_6.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.9-1.el9_6.10.i686",
"product": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.10.i686",
"product_id": "python3.12-idle-0:3.12.9-1.el9_6.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.9-1.el9_6.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.9-1.el9_6.10.i686",
"product": {
"name": "python3.12-test-0:3.12.9-1.el9_6.10.i686",
"product_id": "python3.12-test-0:3.12.9-1.el9_6.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.9-1.el9_6.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.10.i686",
"product": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.10.i686",
"product_id": "python3.12-tkinter-0:3.12.9-1.el9_6.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.9-1.el9_6.10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.10.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.aarch64"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.10.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.ppc64le"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.10.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.10.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.s390x"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.10.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.10.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.src"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.10.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.x86_64"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.10.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.10.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.10.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.10.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.10.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.i686"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.10.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.10.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.10.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.s390x"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.10.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.10.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.10.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.10.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.10.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.i686"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.10.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.10.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.10.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.s390x"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.10.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.10.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.10.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.10.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.10.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.10.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.10.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.10.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.10.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.i686"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.10.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.10.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.10.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.10.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.i686"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.10.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.10.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.10.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.10.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.s390x"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.10.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.10.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.10.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.10.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.10.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.10.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.10.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.i686"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.10.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.10.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.10.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.10.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.s390x"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.10.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.10.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.10.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.10.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.aarch64"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.10.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.10.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.i686"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.10.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.10.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.10.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.10.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.s390x"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.10.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.10.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.x86_64"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.10.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.10.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.6)",
"product_id": "CRB-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.10.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.EUS"
}
]
},
"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": [
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.src",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.i686"
]
},
"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-09-03T23:49:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.src",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.i686"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:63117"
},
{
"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": [
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.src",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.i686"
]
}
],
"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": [
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.src",
"AppStream-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-devel-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.i686",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-libs-0:3.12.9-1.el9_6.10.x86_64",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.aarch64",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.ppc64le",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.s390x",
"AppStream-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-debug-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-idle-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.aarch64",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.i686",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.ppc64le",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.s390x",
"CRB-9.6.0.Z.EUS:python3.12-test-0:3.12.9-1.el9_6.10.x86_64",
"CRB-9.6.0.Z.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.10.i686"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: CPython: tarfile extraction filter bypass allows escaping the destination directory"
}
]
}
rlsa-2026:54268
Vulnerability from osv_rocky
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.
| URL | Type | |
|---|---|---|
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "python3.9",
"purl": "pkg:rpm/rocky-linux/python3.9?distro=rocky-linux-9\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "BaseOS"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:3.9.25-7.el9_8.3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"database_specific": {
"license": "CC-BY-4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"source_advisory": "RHSA-2026:54268"
},
"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\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.",
"id": "RLSA-2026:54268",
"modified": "2026-08-27T06:11:39.742210Z",
"published": "2026-08-13T06:04:23.116555Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:54268"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491848"
},
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:54268"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "Important: python3.9 security update",
"upstream": [
"CVE-2026-11940"
]
}
rlsa-2026:56219
Vulnerability from osv_rocky
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.
| URL | Type | |
|---|---|---|
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:8",
"name": "python3",
"purl": "pkg:rpm/rocky-linux/python3?distro=rocky-linux-8\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "BaseOS"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:3.6.8-78.el8_10.rocky.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"database_specific": {
"license": "CC-BY-4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"source_advisory": "RHSA-2026:56219"
},
"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\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.",
"id": "RLSA-2026:56219",
"modified": "2026-09-02T06:11:53.374868Z",
"published": "2026-08-19T06:01:07.331619Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:56219"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491848"
},
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:56219"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "Important: python3 security update",
"upstream": [
"CVE-2026-11940"
]
}
rlsa-2026:58901
Vulnerability from osv_rocky
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.
| URL | Type | |
|---|---|---|
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "python3.14",
"purl": "pkg:rpm/rocky-linux/python3.14?distro=rocky-linux-9\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:3.14.7-2.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"database_specific": {
"license": "CC-BY-4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"source_advisory": "RHSA-2026:58901"
},
"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\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.",
"id": "RLSA-2026:58901",
"modified": "2026-09-06T18:12:21.297143Z",
"published": "2026-08-25T12:04:25.606210Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:58901"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491848"
},
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:58901"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "Important: python3.14 security update",
"upstream": [
"CVE-2026-11940"
]
}
rlsa-2026:58902
Vulnerability from osv_rocky
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.
| URL | Type | |
|---|---|---|
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:10",
"name": "python3.12",
"purl": "pkg:rpm/rocky-linux/python3.12?distro=rocky-linux-10\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "BaseOS"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:3.12.14-1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"database_specific": {
"license": "CC-BY-4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"source_advisory": "RHSA-2026:58902"
},
"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\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.",
"id": "RLSA-2026:58902",
"modified": "2026-09-06T18:12:25.591686Z",
"published": "2026-08-25T12:07:46.973584Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:58902"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491848"
},
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:58902"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "Important: python3.12 security update",
"upstream": [
"CVE-2026-11940"
]
}
rlsa-2026:58928
Vulnerability from osv_rocky
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.
| URL | Type | |
|---|---|---|
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:10",
"name": "python3.14",
"purl": "pkg:rpm/rocky-linux/python3.14?distro=rocky-linux-10\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:3.14.7-2.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"database_specific": {
"license": "CC-BY-4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"source_advisory": "RHSA-2026:58928"
},
"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\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.",
"id": "RLSA-2026:58928",
"modified": "2026-09-06T18:12:25.640577Z",
"published": "2026-08-25T12:07:46.973584Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:58928"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491848"
},
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:58928"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "Important: python3.14 security update",
"upstream": [
"CVE-2026-11940"
]
}
rlsa-2026:58971
Vulnerability from osv_rocky
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.
| URL | Type | |
|---|---|---|
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:8",
"name": "python3.12",
"purl": "pkg:rpm/rocky-linux/python3.12?distro=rocky-linux-8\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:3.12.14-1.el8_10"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"database_specific": {
"license": "CC-BY-4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"source_advisory": "RHSA-2026:58971"
},
"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\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.",
"id": "RLSA-2026:58971",
"modified": "2026-09-06T18:12:09.002857Z",
"published": "2026-08-25T06:01:14.220590Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:58971"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491848"
},
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:58971"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "Important: python3.12 security update",
"upstream": [
"CVE-2026-11940"
]
}
rlsa-2026:59009
Vulnerability from osv_rocky
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.
| URL | Type | |
|---|---|---|
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:9",
"name": "python3.12",
"purl": "pkg:rpm/rocky-linux/python3.12?distro=rocky-linux-9\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:3.12.14-1.el9_8"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"database_specific": {
"license": "CC-BY-4.0",
"license_url": "https://creativecommons.org/licenses/by/4.0/",
"source_advisory": "RHSA-2026:59009"
},
"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\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.",
"id": "RLSA-2026:59009",
"modified": "2026-09-06T18:12:21.474442Z",
"published": "2026-08-25T12:04:25.606210Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:59009"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2491848"
},
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:59009"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "Important: python3.12 security update",
"upstream": [
"CVE-2026-11940"
]
}
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.