Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-4517 (GCVE-0-2025-4517)
Vulnerability from cvelistv5 – Published: 2025-06-03 12:58 – Updated: 2026-04-21 20:17- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
| Vendor | Product | Version | |
|---|---|---|---|
| Python Software Foundation | CPython |
Affected:
0 , < 3.10.18
(python)
Affected: 3.11.0 , < 3.11.13 (python) Affected: 3.12.0 , < 3.12.11 (python) Affected: 3.13.0 , < 3.13.4 (python) Affected: 3.14.0a1 , < 3.14.0b3 (python) |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-4517",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-24T03:55:18.283911Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-02-26T18:27:38.812Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"modules": [
"tarfile"
],
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.10.18",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.11.13",
"status": "affected",
"version": "3.11.0",
"versionType": "python"
},
{
"lessThan": "3.12.11",
"status": "affected",
"version": "3.12.0",
"versionType": "python"
},
{
"lessThan": "3.13.4",
"status": "affected",
"version": "3.13.0",
"versionType": "python"
},
{
"lessThan": "3.14.0b3",
"status": "affected",
"version": "3.14.0a1",
"versionType": "python"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Caleb Brown (Google)"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Petr Viktorin"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Serhiy Storchaka"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "Hugo van Kemenade"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "\u0141ukasz Langa"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "Thomas Wouters"
},
{
"lang": "en",
"type": "coordinator",
"value": "Seth Larson"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003e\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003eAllows arbitrary filesystem writes outside the extraction directory during extraction with \u003c/span\u003e\u003ccode\u003efilter=\"data\"\u003c/code\u003e\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003e.\u003c/span\u003e\u003cbr\u003e\u003c/p\u003e\u003cp\u003eYou are affected by this vulnerability if using the \u003ccode\u003etarfile\u003c/code\u003e\u0026nbsp;module to extract untrusted tar archives using \u003ccode\u003eTarFile.extractall()\u003c/code\u003e\u0026nbsp;or \u003ccode\u003eTarFile.extract()\u003c/code\u003e\u0026nbsp;using the \u003ccode\u003efilter=\u003c/code\u003e\u0026nbsp;parameter with a value of \u003ccode\u003e\"data\"\u003c/code\u003e\u0026nbsp;or \u003ccode\u003e\"tar\"\u003c/code\u003e. See the tarfile \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter\"\u003eextraction filters documentation\u003c/a\u003e\u0026nbsp;for more information.\u003c/p\u003e\u003cp\u003eNote that for Python 3.14 or later the default value of \u003ccode\u003efilter=\u003c/code\u003e\u0026nbsp;changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\u003c/p\u003e\u003cp\u003eNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.\u003cbr\u003e\u003c/p\u003e"
}
],
"value": "Allows arbitrary filesystem writes outside the extraction directory during extraction with filter=\"data\".\n\n\nYou are affected by this vulnerability if using the tarfile\u00a0module to extract untrusted tar archives using TarFile.extractall()\u00a0or TarFile.extract()\u00a0using the filter=\u00a0parameter with a value of \"data\"\u00a0or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter \u00a0for more information.\n\nNote that for Python 3.14 or later the default value of filter=\u00a0changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 9.4,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22 Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-21T20:17:01.375Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/135034"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/135037"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"tags": [
"mitigation"
],
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951da"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965a"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Arbitrary writes via tarfile realpath overflow",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2025-4517",
"datePublished": "2025-06-03T12:58:50.352Z",
"dateReserved": "2025-05-09T15:05:07.139Z",
"dateUpdated": "2026-04-21T20:17:01.375Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-4517",
"date": "2026-05-30",
"epss": "0.00403",
"percentile": "0.61152"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-4517\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2025-06-03T13:15:20.837\",\"lastModified\":\"2025-06-05T14:15:33.050\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Allows arbitrary filesystem writes outside the extraction directory during extraction with filter=\\\"data\\\".\\n\\n\\nYou are affected by this vulnerability if using the tarfile\u00a0module to extract untrusted tar archives using TarFile.extractall()\u00a0or TarFile.extract()\u00a0using the filter=\u00a0parameter with a value of \\\"data\\\"\u00a0or \\\"tar\\\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter \u00a0for more information.\\n\\nNote that for Python 3.14 or later the default value of filter=\u00a0changed from \\\"no filtering\\\" to `\\\"data\\\", so if you are relying on this new default behavior then your usage is also affected.\\n\\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.\"},{\"lang\":\"es\",\"value\":\"Permite escrituras arbitrarias en el sistema de archivos fuera del directorio de extracci\u00f3n durante la extracci\u00f3n con filter=\\\"data\\\". Esta vulnerabilidad afecta al usuario si utiliza el m\u00f3dulo tarfile para extraer archivos tar no confiables mediante TarFile.extractall() o TarFile.extract() y el par\u00e1metro filter= con el valor \\\"data\\\" o \\\"tar\\\". Consulte la documentaci\u00f3n sobre filtros de extracci\u00f3n de archivos tar (https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter) para obtener m\u00e1s informaci\u00f3n. Solo las versiones de Python 3.12 o posteriores se ven afectadas por estas vulnerabilidades; las versiones anteriores no incluyen la funci\u00f3n de filtro de extracci\u00f3n. Tenga en cuenta que, para Python 3.14 o posteriores, el valor predeterminado de filter= cambi\u00f3 de \\\"sin filtrado\\\" a \\\"data\\\", por lo que si utiliza este nuevo comportamiento predeterminado, su uso tambi\u00e9n se ver\u00e1 afectado. Tenga en cuenta que ninguna de estas vulnerabilidades afecta significativamente la instalaci\u00f3n de distribuciones fuente que son archivos tar, ya que estas permiten la ejecuci\u00f3n de c\u00f3digo arbitrario durante el proceso de compilaci\u00f3n. Sin embargo, al evaluar distribuciones de origen es importante evitar instalar distribuciones de origen con enlaces sospechosos.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L\",\"baseScore\":9.4,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":5.5}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-22\"}]}],\"references\":[{\"url\":\"https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951da\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965a\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/135034\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/135037\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/\",\"source\":\"cna@python.org\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-4517\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-24T03:55:18.283911Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-06-03T13:28:45.452Z\"}}], \"cna\": {\"title\": \"Arbitrary writes via tarfile realpath overflow\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Caleb Brown (Google)\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Petr Viktorin\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Serhiy Storchaka\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"Hugo van Kemenade\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"\\u0141ukasz Langa\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"Thomas Wouters\"}, {\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Seth Larson\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.4, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"modules\": [\"tarfile\"], \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.10.18\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.13\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.11\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0\", \"lessThan\": \"3.13.4\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.14.0a1\", \"lessThan\": \"3.14.0b3\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/issues/135034\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/pull/135037\", \"tags\": [\"patch\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a\", \"tags\": [\"patch\"]}, {\"url\": \"https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f\", \"tags\": [\"mitigation\"]}, {\"url\": \"https://github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951da\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965a\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Allows arbitrary filesystem writes outside the extraction directory during extraction with filter=\\\"data\\\".\\n\\n\\nYou are affected by this vulnerability if using the tarfile\\u00a0module to extract untrusted tar archives using TarFile.extractall()\\u00a0or TarFile.extract()\\u00a0using the filter=\\u00a0parameter with a value of \\\"data\\\"\\u00a0or \\\"tar\\\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter \\u00a0for more information.\\n\\nNote that for Python 3.14 or later the default value of filter=\\u00a0changed from \\\"no filtering\\\" to `\\\"data\\\", so if you are relying on this new default behavior then your usage is also affected.\\n\\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003e\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003eAllows arbitrary filesystem writes outside the extraction directory during extraction with \u003c/span\u003e\u003ccode\u003efilter=\\\"data\\\"\u003c/code\u003e\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003e.\u003c/span\u003e\u003cbr\u003e\u003c/p\u003e\u003cp\u003eYou are affected by this vulnerability if using the \u003ccode\u003etarfile\u003c/code\u003e\u0026nbsp;module to extract untrusted tar archives using \u003ccode\u003eTarFile.extractall()\u003c/code\u003e\u0026nbsp;or \u003ccode\u003eTarFile.extract()\u003c/code\u003e\u0026nbsp;using the \u003ccode\u003efilter=\u003c/code\u003e\u0026nbsp;parameter with a value of \u003ccode\u003e\\\"data\\\"\u003c/code\u003e\u0026nbsp;or \u003ccode\u003e\\\"tar\\\"\u003c/code\u003e. See the tarfile \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter\\\"\u003eextraction filters documentation\u003c/a\u003e\u0026nbsp;for more information.\u003c/p\u003e\u003cp\u003eNote that for Python 3.14 or later the default value of \u003ccode\u003efilter=\u003c/code\u003e\u0026nbsp;changed from \\\"no filtering\\\" to `\\\"data\\\", so if you are relying on this new default behavior then your usage is also affected.\u003c/p\u003e\u003cp\u003eNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.\u003cbr\u003e\u003c/p\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-22\", \"description\": \"CWE-22 Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2026-04-21T20:17:01.375Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-4517\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-21T20:17:01.375Z\", \"dateReserved\": \"2025-05-09T15:05:07.139Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2025-06-03T12:58:50.352Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2025:10028
Vulnerability from csaf_redhat - Published: 2025-07-01 13:21 - Updated: 2026-04-29 18:25A flaw was found in CPython's tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter="data" or filter="tar" extraction filters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter="data" or filter="tar" parameters. This issue leads to potentially overwriting or modifying system files and metadata.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.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 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* cpython: Tarfile extracts filtered members when errorlevel=0 (CVE-2025-4435)\n\n* cpython: Bypass extraction filter to modify file metadata outside extraction directory (CVE-2024-12718)\n\n* cpython: Extraction filter bypass for linking outside extraction directory (CVE-2025-4330)\n\n* python: cpython: Arbitrary writes via tarfile realpath overflow (CVE-2025-4517)\n\n* cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory (CVE-2025-4138)\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-2025:10028",
"url": "https://access.redhat.com/errata/RHSA-2025:10028"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10028.json"
}
],
"title": "Red Hat Security Advisory: python3.12 security update",
"tracking": {
"current_release_date": "2026-04-29T18:25:56+00:00",
"generator": {
"date": "2026-04-29T18:25:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:10028",
"initial_release_date": "2025-07-01T13:21:58+00:00",
"revision_history": [
{
"date": "2025-07-01T13:21:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-01T13:21:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:25:56+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.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.6.src",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.6.src",
"product_id": "python3.12-0:3.12.1-4.el9_4.6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.6.aarch64",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.6.aarch64",
"product_id": "python3.12-0:3.12.1-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"product": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"product_id": "python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"product": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"product_id": "python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"product": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"product": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"product": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"product": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"product_id": "python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"product": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"product_id": "python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"product": {
"name": "python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"product_id": "python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"product_id": "python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"product": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"product_id": "python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"product": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"product_id": "python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"product": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"product": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"product": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"product": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"product_id": "python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"product": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"product_id": "python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"product": {
"name": "python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"product_id": "python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.6.x86_64",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.6.x86_64",
"product_id": "python3.12-0:3.12.1-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"product": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"product_id": "python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"product": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"product_id": "python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"product": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"product": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"product": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"product": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"product_id": "python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"product": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"product_id": "python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"product": {
"name": "python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"product_id": "python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"product": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"product_id": "python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"product": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"product_id": "python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"product": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"product": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.6.i686",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.6.i686",
"product_id": "python3.12-0:3.12.1-4.el9_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"product": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"product_id": "python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"product": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"product_id": "python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.1-4.el9_4.6.i686",
"product": {
"name": "python3.12-test-0:3.12.1-4.el9_4.6.i686",
"product_id": "python3.12-test-0:3.12.1-4.el9_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"product": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.6?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.6.s390x",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.6.s390x",
"product_id": "python3.12-0:3.12.1-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"product": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"product_id": "python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"product": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"product_id": "python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"product": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"product": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"product": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"product": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"product_id": "python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"product": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"product_id": "python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"product": {
"name": "python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"product_id": "python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.6.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.6.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.6.src",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:00:57.613538+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370013"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter=\"data\" or filter=\"tar\" extraction filters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "RHBZ#2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/127987",
"url": "https://github.com/python/cpython/issues/127987"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:10.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T13:21:58+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.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10028"
},
{
"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.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory"
},
{
"cve": "CVE-2025-4138",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T09:03:58.434950+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372426"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "RHBZ#2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:02.717000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T13:21:58+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.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10028"
},
{
"category": "workaround",
"details": "Red Hat recommends upgrading to a fixed release of Python as soon as one is available. This vulnerability can be mitigated by rejecting links inside tarfiles that use relative references to the parent directory. The upstream advisory provides this example code:\n\n\u0027\u0027\u0027\n# Avoid insecure segments in link names.\nfor member in tar.getmembers():\n if not member.islnk():\n continue\n if os.pardir in os.path.split(member.linkname):\n raise OSError(\"Tarfile with insecure segment (\u0027..\u0027) in linkname\")\n\n# Now safe to extract members with the data filter.\ntar.extractall(filter=\"data\")\n\u0027\u0027\u0027",
"product_ids": [
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory"
},
{
"cve": "CVE-2025-4330",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:00.653313+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter=\"data\" or filter=\"tar\" parameters. This issue leads to potentially overwriting or modifying system files and metadata.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Extraction filter bypass for linking outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of this access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "RHBZ#2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:57.452000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T13:21:58+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.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10028"
},
{
"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.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.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.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: Extraction filter bypass for linking outside extraction directory"
},
{
"cve": "CVE-2025-4435",
"cwe": {
"id": "CWE-706",
"name": "Use of Incorrectly-Resolved Name or Reference"
},
"discovery_date": "2025-06-03T14:00:46.485917+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Tarfile extracts filtered members when errorlevel=0",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "RHBZ#2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:06.792000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T13:21:58+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.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10028"
},
{
"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.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Tarfile extracts filtered members when errorlevel=0"
},
{
"cve": "CVE-2025-4517",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:12.271192+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Arbitrary writes via tarfile realpath overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "RHBZ#2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:50.352000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T13:21:58+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.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10028"
},
{
"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.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.6.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
}
]
}
RHSA-2025:10031
Vulnerability from csaf_redhat - Published: 2025-07-01 13:23 - Updated: 2026-04-29 18:25A flaw was found in CPython's tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter="data" or filter="tar" extraction filters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter="data" or filter="tar" parameters. This issue leads to potentially overwriting or modifying system files and metadata.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.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 8.\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* cpython: Tarfile extracts filtered members when errorlevel=0 (CVE-2025-4435)\n\n* cpython: Bypass extraction filter to modify file metadata outside extraction directory (CVE-2024-12718)\n\n* cpython: Extraction filter bypass for linking outside extraction directory (CVE-2025-4330)\n\n* python: cpython: Arbitrary writes via tarfile realpath overflow (CVE-2025-4517)\n\n* cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory (CVE-2025-4138)\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-2025:10031",
"url": "https://access.redhat.com/errata/RHSA-2025:10031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10031.json"
}
],
"title": "Red Hat Security Advisory: python3.12 security update",
"tracking": {
"current_release_date": "2026-04-29T18:25:54+00:00",
"generator": {
"date": "2026-04-29T18:25:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:10031",
"initial_release_date": "2025-07-01T13:23:58+00:00",
"revision_history": [
{
"date": "2025-07-01T13:23:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-01T13:23:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:25:54+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 (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.11-1.el8_10.src",
"product": {
"name": "python3.12-0:3.12.11-1.el8_10.src",
"product_id": "python3.12-0:3.12.11-1.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.11-1.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.11-1.el8_10.aarch64",
"product": {
"name": "python3.12-0:3.12.11-1.el8_10.aarch64",
"product_id": "python3.12-0:3.12.11-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.11-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"product": {
"name": "python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"product_id": "python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.11-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"product": {
"name": "python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"product_id": "python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.11-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"product": {
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"product_id": "python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.11-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"product": {
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"product_id": "python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.11-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"product": {
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"product_id": "python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.11-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"product": {
"name": "python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"product_id": "python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.11-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"product": {
"name": "python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"product_id": "python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.11-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.11-1.el8_10.aarch64",
"product": {
"name": "python3.12-test-0:3.12.11-1.el8_10.aarch64",
"product_id": "python3.12-test-0:3.12.11-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.11-1.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.11-1.el8_10.ppc64le",
"product": {
"name": "python3.12-0:3.12.11-1.el8_10.ppc64le",
"product_id": "python3.12-0:3.12.11-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.11-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"product": {
"name": "python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"product_id": "python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.11-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"product": {
"name": "python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"product_id": "python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.11-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"product": {
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"product_id": "python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.11-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"product": {
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"product_id": "python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.11-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"product": {
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"product_id": "python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.11-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"product": {
"name": "python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"product_id": "python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.11-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"product": {
"name": "python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"product_id": "python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.11-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"product": {
"name": "python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"product_id": "python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.11-1.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.11-1.el8_10.x86_64",
"product": {
"name": "python3.12-0:3.12.11-1.el8_10.x86_64",
"product_id": "python3.12-0:3.12.11-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.11-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"product": {
"name": "python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"product_id": "python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.11-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"product": {
"name": "python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"product_id": "python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.11-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"product": {
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"product_id": "python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.11-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"product": {
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"product_id": "python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.11-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"product": {
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"product_id": "python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.11-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"product": {
"name": "python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"product_id": "python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.11-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"product": {
"name": "python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"product_id": "python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.11-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.11-1.el8_10.x86_64",
"product": {
"name": "python3.12-test-0:3.12.11-1.el8_10.x86_64",
"product_id": "python3.12-test-0:3.12.11-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.11-1.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.11-1.el8_10.i686",
"product": {
"name": "python3.12-devel-0:3.12.11-1.el8_10.i686",
"product_id": "python3.12-devel-0:3.12.11-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.11-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.11-1.el8_10.i686",
"product": {
"name": "python3.12-libs-0:3.12.11-1.el8_10.i686",
"product_id": "python3.12-libs-0:3.12.11-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.11-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"product": {
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"product_id": "python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.11-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"product": {
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"product_id": "python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.11-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-0:3.12.11-1.el8_10.i686",
"product": {
"name": "python3.12-0:3.12.11-1.el8_10.i686",
"product_id": "python3.12-0:3.12.11-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.11-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.11-1.el8_10.i686",
"product": {
"name": "python3.12-debug-0:3.12.11-1.el8_10.i686",
"product_id": "python3.12-debug-0:3.12.11-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.11-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.11-1.el8_10.i686",
"product": {
"name": "python3.12-idle-0:3.12.11-1.el8_10.i686",
"product_id": "python3.12-idle-0:3.12.11-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.11-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.11-1.el8_10.i686",
"product": {
"name": "python3.12-test-0:3.12.11-1.el8_10.i686",
"product_id": "python3.12-test-0:3.12.11-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.11-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"product": {
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"product_id": "python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.11-1.el8_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.11-1.el8_10.s390x",
"product": {
"name": "python3.12-0:3.12.11-1.el8_10.s390x",
"product_id": "python3.12-0:3.12.11-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.11-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.11-1.el8_10.s390x",
"product": {
"name": "python3.12-devel-0:3.12.11-1.el8_10.s390x",
"product_id": "python3.12-devel-0:3.12.11-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.11-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.11-1.el8_10.s390x",
"product": {
"name": "python3.12-libs-0:3.12.11-1.el8_10.s390x",
"product_id": "python3.12-libs-0:3.12.11-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.11-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"product": {
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"product_id": "python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.11-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"product": {
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"product_id": "python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.11-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"product": {
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"product_id": "python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.11-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.11-1.el8_10.s390x",
"product": {
"name": "python3.12-debug-0:3.12.11-1.el8_10.s390x",
"product_id": "python3.12-debug-0:3.12.11-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.11-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.11-1.el8_10.s390x",
"product": {
"name": "python3.12-idle-0:3.12.11-1.el8_10.s390x",
"product_id": "python3.12-idle-0:3.12.11-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.11-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.11-1.el8_10.s390x",
"product": {
"name": "python3.12-test-0:3.12.11-1.el8_10.s390x",
"product_id": "python3.12-test-0:3.12.11-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.11-1.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"product": {
"name": "python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"product_id": "python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-rpm-macros@3.12.11-1.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src"
},
"product_reference": "python3.12-0:3.12.11-1.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-debug-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-debug-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-devel-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-devel-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-idle-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-idle-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-libs-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-libs-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch"
},
"product_reference": "python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-test-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-test-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-test-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-test-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-1.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src"
},
"product_reference": "python3.12-0:3.12.11-1.el8_10.src",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-debug-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-debug-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-devel-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-devel-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-idle-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-idle-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-libs-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-libs-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch"
},
"product_reference": "python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-test-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-test-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-test-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-test-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:00:57.613538+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370013"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter=\"data\" or filter=\"tar\" extraction filters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "RHBZ#2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/127987",
"url": "https://github.com/python/cpython/issues/127987"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:10.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T13:23:58+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-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10031"
},
{
"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-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory"
},
{
"cve": "CVE-2025-4138",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T09:03:58.434950+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372426"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "RHBZ#2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:02.717000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T13:23:58+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-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10031"
},
{
"category": "workaround",
"details": "Red Hat recommends upgrading to a fixed release of Python as soon as one is available. This vulnerability can be mitigated by rejecting links inside tarfiles that use relative references to the parent directory. The upstream advisory provides this example code:\n\n\u0027\u0027\u0027\n# Avoid insecure segments in link names.\nfor member in tar.getmembers():\n if not member.islnk():\n continue\n if os.pardir in os.path.split(member.linkname):\n raise OSError(\"Tarfile with insecure segment (\u0027..\u0027) in linkname\")\n\n# Now safe to extract members with the data filter.\ntar.extractall(filter=\"data\")\n\u0027\u0027\u0027",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory"
},
{
"cve": "CVE-2025-4330",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:00.653313+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter=\"data\" or filter=\"tar\" parameters. This issue leads to potentially overwriting or modifying system files and metadata.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Extraction filter bypass for linking outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of this access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "RHBZ#2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:57.452000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T13:23:58+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-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10031"
},
{
"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-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.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-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: Extraction filter bypass for linking outside extraction directory"
},
{
"cve": "CVE-2025-4435",
"cwe": {
"id": "CWE-706",
"name": "Use of Incorrectly-Resolved Name or Reference"
},
"discovery_date": "2025-06-03T14:00:46.485917+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Tarfile extracts filtered members when errorlevel=0",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "RHBZ#2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:06.792000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T13:23:58+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-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10031"
},
{
"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-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Tarfile extracts filtered members when errorlevel=0"
},
{
"cve": "CVE-2025-4517",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:12.271192+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Arbitrary writes via tarfile realpath overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "RHBZ#2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:50.352000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T13:23:58+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-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10031"
},
{
"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-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
}
]
}
RHSA-2025:10128
Vulnerability from csaf_redhat - Published: 2025-07-01 20:06 - Updated: 2026-04-29 18:25A flaw was found in CPython's tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter="data" or filter="tar" extraction filters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter="data" or filter="tar" parameters. This issue leads to potentially overwriting or modifying system files and metadata.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.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 is now available for Red Hat Enterprise Linux 8.\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* cpython: Tarfile extracts filtered members when errorlevel=0 (CVE-2025-4435)\n\n* cpython: Bypass extraction filter to modify file metadata outside extraction directory (CVE-2024-12718)\n\n* cpython: Extraction filter bypass for linking outside extraction directory (CVE-2025-4330)\n\n* python: cpython: Arbitrary writes via tarfile realpath overflow (CVE-2025-4517)\n\n* cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory (CVE-2025-4138)\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-2025:10128",
"url": "https://access.redhat.com/errata/RHSA-2025:10128"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10128.json"
}
],
"title": "Red Hat Security Advisory: python3 security update",
"tracking": {
"current_release_date": "2026-04-29T18:25:56+00:00",
"generator": {
"date": "2026-04-29T18:25:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:10128",
"initial_release_date": "2025-07-01T20:06:34+00:00",
"revision_history": [
{
"date": "2025-07-01T20:06:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-01T20:06:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:25:56+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 (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-70.el8_10.i686",
"product": {
"name": "platform-python-0:3.6.8-70.el8_10.i686",
"product_id": "platform-python-0:3.6.8-70.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-70.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-70.el8_10.i686",
"product": {
"name": "platform-python-debug-0:3.6.8-70.el8_10.i686",
"product_id": "platform-python-debug-0:3.6.8-70.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-70.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-70.el8_10.i686",
"product": {
"name": "platform-python-devel-0:3.6.8-70.el8_10.i686",
"product_id": "platform-python-devel-0:3.6.8-70.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-70.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-70.el8_10.i686",
"product": {
"name": "python3-idle-0:3.6.8-70.el8_10.i686",
"product_id": "python3-idle-0:3.6.8-70.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-70.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-70.el8_10.i686",
"product": {
"name": "python3-test-0:3.6.8-70.el8_10.i686",
"product_id": "python3-test-0:3.6.8-70.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-70.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-70.el8_10.i686",
"product": {
"name": "python3-tkinter-0:3.6.8-70.el8_10.i686",
"product_id": "python3-tkinter-0:3.6.8-70.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-70.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-70.el8_10.i686",
"product": {
"name": "python3-debugsource-0:3.6.8-70.el8_10.i686",
"product_id": "python3-debugsource-0:3.6.8-70.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-70.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-70.el8_10.i686",
"product": {
"name": "python3-debuginfo-0:3.6.8-70.el8_10.i686",
"product_id": "python3-debuginfo-0:3.6.8-70.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-70.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-70.el8_10.i686",
"product": {
"name": "python3-libs-0:3.6.8-70.el8_10.i686",
"product_id": "python3-libs-0:3.6.8-70.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-70.el8_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"product": {
"name": "platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"product_id": "platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-70.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"product": {
"name": "platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"product_id": "platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-70.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-70.el8_10.x86_64",
"product": {
"name": "python3-idle-0:3.6.8-70.el8_10.x86_64",
"product_id": "python3-idle-0:3.6.8-70.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-70.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"product": {
"name": "python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"product_id": "python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-70.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"product": {
"name": "python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"product_id": "python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-70.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"product": {
"name": "python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"product_id": "python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-70.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-70.el8_10.x86_64",
"product": {
"name": "platform-python-0:3.6.8-70.el8_10.x86_64",
"product_id": "platform-python-0:3.6.8-70.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-70.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-70.el8_10.x86_64",
"product": {
"name": "python3-libs-0:3.6.8-70.el8_10.x86_64",
"product_id": "python3-libs-0:3.6.8-70.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-70.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-70.el8_10.x86_64",
"product": {
"name": "python3-test-0:3.6.8-70.el8_10.x86_64",
"product_id": "python3-test-0:3.6.8-70.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-70.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"product": {
"name": "platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"product_id": "platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-70.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"product": {
"name": "platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"product_id": "platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-70.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-70.el8_10.aarch64",
"product": {
"name": "python3-idle-0:3.6.8-70.el8_10.aarch64",
"product_id": "python3-idle-0:3.6.8-70.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-70.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"product": {
"name": "python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"product_id": "python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-70.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"product": {
"name": "python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"product_id": "python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-70.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"product": {
"name": "python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"product_id": "python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-70.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-70.el8_10.aarch64",
"product": {
"name": "platform-python-0:3.6.8-70.el8_10.aarch64",
"product_id": "platform-python-0:3.6.8-70.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-70.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-70.el8_10.aarch64",
"product": {
"name": "python3-libs-0:3.6.8-70.el8_10.aarch64",
"product_id": "python3-libs-0:3.6.8-70.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-70.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-70.el8_10.aarch64",
"product": {
"name": "python3-test-0:3.6.8-70.el8_10.aarch64",
"product_id": "python3-test-0:3.6.8-70.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-70.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"product": {
"name": "platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"product_id": "platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-70.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"product": {
"name": "platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"product_id": "platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-70.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-70.el8_10.ppc64le",
"product": {
"name": "python3-idle-0:3.6.8-70.el8_10.ppc64le",
"product_id": "python3-idle-0:3.6.8-70.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-70.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"product": {
"name": "python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"product_id": "python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-70.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"product": {
"name": "python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"product_id": "python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-70.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"product": {
"name": "python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"product_id": "python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-70.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-70.el8_10.ppc64le",
"product": {
"name": "platform-python-0:3.6.8-70.el8_10.ppc64le",
"product_id": "platform-python-0:3.6.8-70.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-70.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-70.el8_10.ppc64le",
"product": {
"name": "python3-libs-0:3.6.8-70.el8_10.ppc64le",
"product_id": "python3-libs-0:3.6.8-70.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-70.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-70.el8_10.ppc64le",
"product": {
"name": "python3-test-0:3.6.8-70.el8_10.ppc64le",
"product_id": "python3-test-0:3.6.8-70.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-70.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-70.el8_10.s390x",
"product": {
"name": "platform-python-debug-0:3.6.8-70.el8_10.s390x",
"product_id": "platform-python-debug-0:3.6.8-70.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-70.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-70.el8_10.s390x",
"product": {
"name": "platform-python-devel-0:3.6.8-70.el8_10.s390x",
"product_id": "platform-python-devel-0:3.6.8-70.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-70.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-70.el8_10.s390x",
"product": {
"name": "python3-idle-0:3.6.8-70.el8_10.s390x",
"product_id": "python3-idle-0:3.6.8-70.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-70.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-70.el8_10.s390x",
"product": {
"name": "python3-tkinter-0:3.6.8-70.el8_10.s390x",
"product_id": "python3-tkinter-0:3.6.8-70.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-70.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-70.el8_10.s390x",
"product": {
"name": "python3-debugsource-0:3.6.8-70.el8_10.s390x",
"product_id": "python3-debugsource-0:3.6.8-70.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-70.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"product": {
"name": "python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"product_id": "python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-70.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-70.el8_10.s390x",
"product": {
"name": "platform-python-0:3.6.8-70.el8_10.s390x",
"product_id": "platform-python-0:3.6.8-70.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-70.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-70.el8_10.s390x",
"product": {
"name": "python3-libs-0:3.6.8-70.el8_10.s390x",
"product_id": "python3-libs-0:3.6.8-70.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-70.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-70.el8_10.s390x",
"product": {
"name": "python3-test-0:3.6.8-70.el8_10.s390x",
"product_id": "python3-test-0:3.6.8-70.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-70.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.6.8-70.el8_10.src",
"product": {
"name": "python3-0:3.6.8-70.el8_10.src",
"product_id": "python3-0:3.6.8-70.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-70.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "platform-python-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686"
},
"product_reference": "platform-python-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "platform-python-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "platform-python-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "platform-python-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "platform-python-debug-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "platform-python-devel-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-70.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src"
},
"product_reference": "python3-0:3.6.8-70.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "python3-debugsource-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "python3-idle-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686"
},
"product_reference": "python3-idle-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "python3-idle-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "python3-libs-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686"
},
"product_reference": "python3-libs-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "python3-libs-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "python3-test-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686"
},
"product_reference": "python3-test-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "python3-test-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "python3-test-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "python3-tkinter-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "platform-python-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686"
},
"product_reference": "platform-python-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "platform-python-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "platform-python-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "platform-python-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "platform-python-debug-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "platform-python-devel-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-70.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src"
},
"product_reference": "python3-0:3.6.8-70.el8_10.src",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "python3-debugsource-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "python3-idle-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686"
},
"product_reference": "python3-idle-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "python3-idle-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "python3-libs-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686"
},
"product_reference": "python3-libs-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "python3-libs-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "python3-test-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686"
},
"product_reference": "python3-test-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "python3-test-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "python3-test-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-70.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64"
},
"product_reference": "python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-70.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-70.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-70.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-70.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x"
},
"product_reference": "python3-tkinter-0:3.6.8-70.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-70.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:00:57.613538+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370013"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter=\"data\" or filter=\"tar\" extraction filters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "RHBZ#2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/127987",
"url": "https://github.com/python/cpython/issues/127987"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:10.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T20:06:34+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-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10128"
},
{
"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-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory"
},
{
"cve": "CVE-2025-4138",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T09:03:58.434950+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372426"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "RHBZ#2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:02.717000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T20:06:34+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-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10128"
},
{
"category": "workaround",
"details": "Red Hat recommends upgrading to a fixed release of Python as soon as one is available. This vulnerability can be mitigated by rejecting links inside tarfiles that use relative references to the parent directory. The upstream advisory provides this example code:\n\n\u0027\u0027\u0027\n# Avoid insecure segments in link names.\nfor member in tar.getmembers():\n if not member.islnk():\n continue\n if os.pardir in os.path.split(member.linkname):\n raise OSError(\"Tarfile with insecure segment (\u0027..\u0027) in linkname\")\n\n# Now safe to extract members with the data filter.\ntar.extractall(filter=\"data\")\n\u0027\u0027\u0027",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory"
},
{
"cve": "CVE-2025-4330",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:00.653313+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter=\"data\" or filter=\"tar\" parameters. This issue leads to potentially overwriting or modifying system files and metadata.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Extraction filter bypass for linking outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of this access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "RHBZ#2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:57.452000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T20:06:34+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-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10128"
},
{
"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-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.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-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: Extraction filter bypass for linking outside extraction directory"
},
{
"cve": "CVE-2025-4435",
"cwe": {
"id": "CWE-706",
"name": "Use of Incorrectly-Resolved Name or Reference"
},
"discovery_date": "2025-06-03T14:00:46.485917+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Tarfile extracts filtered members when errorlevel=0",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "RHBZ#2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:06.792000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T20:06:34+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-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10128"
},
{
"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-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Tarfile extracts filtered members when errorlevel=0"
},
{
"cve": "CVE-2025-4517",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:12.271192+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Arbitrary writes via tarfile realpath overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "RHBZ#2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:50.352000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T20:06:34+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-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10128"
},
{
"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-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-70.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-70.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-70.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
}
]
}
RHSA-2025:10136
Vulnerability from csaf_redhat - Published: 2025-07-01 21:13 - Updated: 2026-04-29 18:25A flaw was found in CPython's tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter="data" or filter="tar" extraction filters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter="data" or filter="tar" parameters. This issue leads to potentially overwriting or modifying system files and metadata.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.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.9 is now available for Red Hat Enterprise Linux 9.\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* cpython: Tarfile extracts filtered members when errorlevel=0 (CVE-2025-4435)\n\n* cpython: Bypass extraction filter to modify file metadata outside extraction directory (CVE-2024-12718)\n\n* cpython: Extraction filter bypass for linking outside extraction directory (CVE-2025-4330)\n\n* python: cpython: Arbitrary writes via tarfile realpath overflow (CVE-2025-4517)\n\n* cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory (CVE-2025-4138)\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-2025:10136",
"url": "https://access.redhat.com/errata/RHSA-2025:10136"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10136.json"
}
],
"title": "Red Hat Security Advisory: python3.9 security update",
"tracking": {
"current_release_date": "2026-04-29T18:25:56+00:00",
"generator": {
"date": "2026-04-29T18:25:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:10136",
"initial_release_date": "2025-07-01T21:13:33+00:00",
"revision_history": [
{
"date": "2025-07-01T21:13:33+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-01T21:13:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:25:56+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 (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"product": {
"name": "python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"product_id": "python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-unversioned-command@3.9.21-2.el9_6.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"product": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"product_id": "python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.21-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"product": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"product_id": "python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.21-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"product": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"product_id": "python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.21-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"product": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"product_id": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"product": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"product_id": "python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.21-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"product": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"product_id": "python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.21-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.21-2.el9_6.1.aarch64",
"product": {
"name": "python3-test-0:3.9.21-2.el9_6.1.aarch64",
"product_id": "python3-test-0:3.9.21-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.21-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.21-2.el9_6.1.aarch64",
"product": {
"name": "python3-0:3.9.21-2.el9_6.1.aarch64",
"product_id": "python3-0:3.9.21-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.21-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"product": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"product_id": "python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.21-2.el9_6.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"product": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"product_id": "python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.21-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"product": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"product_id": "python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.21-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"product": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"product_id": "python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.21-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"product": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"product_id": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"product": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"product_id": "python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.21-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"product": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"product_id": "python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.21-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"product": {
"name": "python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"product_id": "python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.21-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.21-2.el9_6.1.ppc64le",
"product": {
"name": "python3-0:3.9.21-2.el9_6.1.ppc64le",
"product_id": "python3-0:3.9.21-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.21-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"product": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"product_id": "python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.21-2.el9_6.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.21-2.el9_6.1.i686",
"product": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.i686",
"product_id": "python3-devel-0:3.9.21-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.21-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"product": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"product_id": "python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.21-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"product": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"product_id": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.21-2.el9_6.1.i686",
"product": {
"name": "python3-0:3.9.21-2.el9_6.1.i686",
"product_id": "python3-0:3.9.21-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.21-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.21-2.el9_6.1.i686",
"product": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.i686",
"product_id": "python3-debug-0:3.9.21-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.21-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.21-2.el9_6.1.i686",
"product": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.i686",
"product_id": "python3-idle-0:3.9.21-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.21-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.21-2.el9_6.1.i686",
"product": {
"name": "python3-test-0:3.9.21-2.el9_6.1.i686",
"product_id": "python3-test-0:3.9.21-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.21-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"product": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"product_id": "python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.21-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.21-2.el9_6.1.i686",
"product": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.i686",
"product_id": "python3-libs-0:3.9.21-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.21-2.el9_6.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"product": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"product_id": "python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.21-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"product": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"product_id": "python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.21-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"product": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"product_id": "python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.21-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"product": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"product_id": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"product": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"product_id": "python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.21-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"product": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"product_id": "python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.21-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.21-2.el9_6.1.x86_64",
"product": {
"name": "python3-test-0:3.9.21-2.el9_6.1.x86_64",
"product_id": "python3-test-0:3.9.21-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.21-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.21-2.el9_6.1.x86_64",
"product": {
"name": "python3-0:3.9.21-2.el9_6.1.x86_64",
"product_id": "python3-0:3.9.21-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.21-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"product": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"product_id": "python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.21-2.el9_6.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.21-2.el9_6.1.s390x",
"product": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.s390x",
"product_id": "python3-devel-0:3.9.21-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.21-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"product": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"product_id": "python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.21-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"product": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"product_id": "python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.21-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"product": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"product_id": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.21-2.el9_6.1.s390x",
"product": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.s390x",
"product_id": "python3-debug-0:3.9.21-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.21-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.21-2.el9_6.1.s390x",
"product": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.s390x",
"product_id": "python3-idle-0:3.9.21-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.21-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.21-2.el9_6.1.s390x",
"product": {
"name": "python3-test-0:3.9.21-2.el9_6.1.s390x",
"product_id": "python3-test-0:3.9.21-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.21-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.21-2.el9_6.1.s390x",
"product": {
"name": "python3-0:3.9.21-2.el9_6.1.s390x",
"product_id": "python3-0:3.9.21-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.21-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.21-2.el9_6.1.s390x",
"product": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.s390x",
"product_id": "python3-libs-0:3.9.21-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.21-2.el9_6.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.9-0:3.9.21-2.el9_6.1.src",
"product": {
"name": "python3.9-0:3.9.21-2.el9_6.1.src",
"product_id": "python3.9-0:3.9.21-2.el9_6.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9@3.9.21-2.el9_6.1?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.9.21-2.el9_6.1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.21-2.el9_6.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src"
},
"product_reference": "python3.9-0:3.9.21-2.el9_6.1.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.9.21-2.el9_6.1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.21-2.el9_6.1.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src"
},
"product_reference": "python3.9-0:3.9.21-2.el9_6.1.src",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.9.21-2.el9_6.1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.21-2.el9_6.1.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src"
},
"product_reference": "python3.9-0:3.9.21-2.el9_6.1.src",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:00:57.613538+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370013"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter=\"data\" or filter=\"tar\" extraction filters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "RHBZ#2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/127987",
"url": "https://github.com/python/cpython/issues/127987"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:10.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T21:13:33+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.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10136"
},
{
"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.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory"
},
{
"cve": "CVE-2025-4138",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T09:03:58.434950+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372426"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "RHBZ#2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:02.717000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T21:13:33+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.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10136"
},
{
"category": "workaround",
"details": "Red Hat recommends upgrading to a fixed release of Python as soon as one is available. This vulnerability can be mitigated by rejecting links inside tarfiles that use relative references to the parent directory. The upstream advisory provides this example code:\n\n\u0027\u0027\u0027\n# Avoid insecure segments in link names.\nfor member in tar.getmembers():\n if not member.islnk():\n continue\n if os.pardir in os.path.split(member.linkname):\n raise OSError(\"Tarfile with insecure segment (\u0027..\u0027) in linkname\")\n\n# Now safe to extract members with the data filter.\ntar.extractall(filter=\"data\")\n\u0027\u0027\u0027",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory"
},
{
"cve": "CVE-2025-4330",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:00.653313+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter=\"data\" or filter=\"tar\" parameters. This issue leads to potentially overwriting or modifying system files and metadata.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Extraction filter bypass for linking outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of this access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "RHBZ#2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:57.452000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T21:13:33+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.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10136"
},
{
"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.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.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.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: Extraction filter bypass for linking outside extraction directory"
},
{
"cve": "CVE-2025-4435",
"cwe": {
"id": "CWE-706",
"name": "Use of Incorrectly-Resolved Name or Reference"
},
"discovery_date": "2025-06-03T14:00:46.485917+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Tarfile extracts filtered members when errorlevel=0",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "RHBZ#2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:06.792000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T21:13:33+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.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10136"
},
{
"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.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Tarfile extracts filtered members when errorlevel=0"
},
{
"cve": "CVE-2025-4517",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:12.271192+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Arbitrary writes via tarfile realpath overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "RHBZ#2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:50.352000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T21:13:33+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.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10136"
},
{
"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.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.1.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
}
]
}
RHSA-2025:10140
Vulnerability from csaf_redhat - Published: 2025-07-01 21:50 - Updated: 2026-04-29 18:25A flaw was found in CPython's tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter="data" or filter="tar" extraction filters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter="data" or filter="tar" parameters. This issue leads to potentially overwriting or modifying system files and metadata.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.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.\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* cpython: Tarfile extracts filtered members when errorlevel=0 (CVE-2025-4435)\n\n* cpython: Bypass extraction filter to modify file metadata outside extraction directory (CVE-2024-12718)\n\n* cpython: Extraction filter bypass for linking outside extraction directory (CVE-2025-4330)\n\n* python: cpython: Arbitrary writes via tarfile realpath overflow (CVE-2025-4517)\n\n* cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory (CVE-2025-4138)\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-2025:10140",
"url": "https://access.redhat.com/errata/RHSA-2025:10140"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10140.json"
}
],
"title": "Red Hat Security Advisory: python3.12 security update",
"tracking": {
"current_release_date": "2026-04-29T18:25:56+00:00",
"generator": {
"date": "2026-04-29T18:25:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:10140",
"initial_release_date": "2025-07-01T21:50:44+00:00",
"revision_history": [
{
"date": "2025-07-01T21:50:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-01T21:50:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:25:56+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 (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.12.9-2.el10_0.2.aarch64",
"product": {
"name": "python3-0:3.12.9-2.el10_0.2.aarch64",
"product_id": "python3-0:3.12.9-2.el10_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.9-2.el10_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"product": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"product_id": "python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.9-2.el10_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"product": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"product_id": "python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-2.el10_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"product_id": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-2.el10_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"product": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"product_id": "python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.9-2.el10_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"product": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"product_id": "python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.9-2.el10_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"product": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"product_id": "python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.9-2.el10_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"product": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"product_id": "python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.9-2.el10_0.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.9-2.el10_0.2.aarch64",
"product": {
"name": "python3-test-0:3.12.9-2.el10_0.2.aarch64",
"product_id": "python3-test-0:3.12.9-2.el10_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.9-2.el10_0.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.12.9-2.el10_0.2.ppc64le",
"product": {
"name": "python3-0:3.12.9-2.el10_0.2.ppc64le",
"product_id": "python3-0:3.12.9-2.el10_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.9-2.el10_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"product": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"product_id": "python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.9-2.el10_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"product": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"product_id": "python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-2.el10_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"product_id": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-2.el10_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"product": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"product_id": "python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.9-2.el10_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"product": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"product_id": "python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.9-2.el10_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"product": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"product_id": "python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.9-2.el10_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"product": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"product_id": "python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.9-2.el10_0.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"product": {
"name": "python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"product_id": "python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.9-2.el10_0.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.12.9-2.el10_0.2.x86_64",
"product": {
"name": "python3-0:3.12.9-2.el10_0.2.x86_64",
"product_id": "python3-0:3.12.9-2.el10_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.9-2.el10_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"product": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"product_id": "python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.9-2.el10_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"product": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"product_id": "python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-2.el10_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"product_id": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-2.el10_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"product": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"product_id": "python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.9-2.el10_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"product": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"product_id": "python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.9-2.el10_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"product": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"product_id": "python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.9-2.el10_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"product": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"product_id": "python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.9-2.el10_0.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.9-2.el10_0.2.x86_64",
"product": {
"name": "python3-test-0:3.12.9-2.el10_0.2.x86_64",
"product_id": "python3-test-0:3.12.9-2.el10_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.9-2.el10_0.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.12.9-2.el10_0.2.s390x",
"product": {
"name": "python3-0:3.12.9-2.el10_0.2.s390x",
"product_id": "python3-0:3.12.9-2.el10_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.9-2.el10_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.9-2.el10_0.2.s390x",
"product": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.s390x",
"product_id": "python3-libs-0:3.12.9-2.el10_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.9-2.el10_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"product": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"product_id": "python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-2.el10_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"product_id": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-2.el10_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.12.9-2.el10_0.2.s390x",
"product": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.s390x",
"product_id": "python3-devel-0:3.12.9-2.el10_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.9-2.el10_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"product": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"product_id": "python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.9-2.el10_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.9-2.el10_0.2.s390x",
"product": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.s390x",
"product_id": "python3-debug-0:3.12.9-2.el10_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.9-2.el10_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.9-2.el10_0.2.s390x",
"product": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.s390x",
"product_id": "python3-idle-0:3.12.9-2.el10_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.9-2.el10_0.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.9-2.el10_0.2.s390x",
"product": {
"name": "python3-test-0:3.12.9-2.el10_0.2.s390x",
"product_id": "python3-test-0:3.12.9-2.el10_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.9-2.el10_0.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-2.el10_0.2.src",
"product": {
"name": "python3.12-0:3.12.9-2.el10_0.2.src",
"product_id": "python3.12-0:3.12.9-2.el10_0.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-2.el10_0.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"product": {
"name": "python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"product_id": "python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-unversioned-command@3.12.9-2.el10_0.2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.12.9-2.el10_0.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch"
},
"product_reference": "python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-2.el10_0.2.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src"
},
"product_reference": "python3.12-0:3.12.9-2.el10_0.2.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.12.9-2.el10_0.2.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch"
},
"product_reference": "python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-2.el10_0.2.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src"
},
"product_reference": "python3.12-0:3.12.9-2.el10_0.2.src",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.12.9-2.el10_0.2.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch"
},
"product_reference": "python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-2.el10_0.2.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src"
},
"product_reference": "python3.12-0:3.12.9-2.el10_0.2.src",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:00:57.613538+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370013"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter=\"data\" or filter=\"tar\" extraction filters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "RHBZ#2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/127987",
"url": "https://github.com/python/cpython/issues/127987"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:10.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T21:50:44+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:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10140"
},
{
"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:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory"
},
{
"cve": "CVE-2025-4138",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T09:03:58.434950+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372426"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "RHBZ#2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:02.717000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T21:50:44+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:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10140"
},
{
"category": "workaround",
"details": "Red Hat recommends upgrading to a fixed release of Python as soon as one is available. This vulnerability can be mitigated by rejecting links inside tarfiles that use relative references to the parent directory. The upstream advisory provides this example code:\n\n\u0027\u0027\u0027\n# Avoid insecure segments in link names.\nfor member in tar.getmembers():\n if not member.islnk():\n continue\n if os.pardir in os.path.split(member.linkname):\n raise OSError(\"Tarfile with insecure segment (\u0027..\u0027) in linkname\")\n\n# Now safe to extract members with the data filter.\ntar.extractall(filter=\"data\")\n\u0027\u0027\u0027",
"product_ids": [
"AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory"
},
{
"cve": "CVE-2025-4330",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:00.653313+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter=\"data\" or filter=\"tar\" parameters. This issue leads to potentially overwriting or modifying system files and metadata.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Extraction filter bypass for linking outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of this access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "RHBZ#2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:57.452000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T21:50:44+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:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10140"
},
{
"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:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.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:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: Extraction filter bypass for linking outside extraction directory"
},
{
"cve": "CVE-2025-4435",
"cwe": {
"id": "CWE-706",
"name": "Use of Incorrectly-Resolved Name or Reference"
},
"discovery_date": "2025-06-03T14:00:46.485917+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Tarfile extracts filtered members when errorlevel=0",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "RHBZ#2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:06.792000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T21:50:44+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:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10140"
},
{
"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:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Tarfile extracts filtered members when errorlevel=0"
},
{
"cve": "CVE-2025-4517",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:12.271192+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Arbitrary writes via tarfile realpath overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "RHBZ#2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:50.352000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T21:50:44+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:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10140"
},
{
"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:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.2.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.2.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.2.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
}
]
}
RHSA-2025:10148
Vulnerability from csaf_redhat - Published: 2025-07-01 22:05 - Updated: 2026-04-29 18:25A flaw was found in CPython's tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter="data" or filter="tar" extraction filters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter="data" or filter="tar" parameters. This issue leads to potentially overwriting or modifying system files and metadata.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.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.11 is now available for Red Hat Enterprise Linux 9.\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* cpython: Tarfile extracts filtered members when errorlevel=0 (CVE-2025-4435)\n\n* cpython: Bypass extraction filter to modify file metadata outside extraction directory (CVE-2024-12718)\n\n* cpython: Extraction filter bypass for linking outside extraction directory (CVE-2025-4330)\n\n* python: cpython: Arbitrary writes via tarfile realpath overflow (CVE-2025-4517)\n\n* cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory (CVE-2025-4138)\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-2025:10148",
"url": "https://access.redhat.com/errata/RHSA-2025:10148"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10148.json"
}
],
"title": "Red Hat Security Advisory: python3.11 security update",
"tracking": {
"current_release_date": "2026-04-29T18:25:56+00:00",
"generator": {
"date": "2026-04-29T18:25:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:10148",
"initial_release_date": "2025-07-01T22:05:54+00:00",
"revision_history": [
{
"date": "2025-07-01T22:05:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-01T22:05:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:25:56+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 (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.11-2.el9_6.1.src",
"product": {
"name": "python3.11-0:3.11.11-2.el9_6.1.src",
"product_id": "python3.11-0:3.11.11-2.el9_6.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.11-2.el9_6.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.11-2.el9_6.1.aarch64",
"product": {
"name": "python3.11-0:3.11.11-2.el9_6.1.aarch64",
"product_id": "python3.11-0:3.11.11-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.11-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"product": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"product_id": "python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.11-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"product": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"product_id": "python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.11-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"product": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"product_id": "python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.11-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"product": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"product_id": "python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.11-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"product": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"product_id": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"product": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"product_id": "python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.11-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"product": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"product_id": "python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.11-2.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"product": {
"name": "python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"product_id": "python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.11-2.el9_6.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"product": {
"name": "python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"product_id": "python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.11-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"product": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"product_id": "python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.11-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"product": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"product_id": "python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.11-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"product": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"product_id": "python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.11-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"product": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"product_id": "python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.11-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"product": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"product_id": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"product": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"product_id": "python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.11-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"product": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"product_id": "python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.11-2.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"product": {
"name": "python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"product_id": "python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.11-2.el9_6.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.11-2.el9_6.1.x86_64",
"product": {
"name": "python3.11-0:3.11.11-2.el9_6.1.x86_64",
"product_id": "python3.11-0:3.11.11-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.11-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"product": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"product_id": "python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.11-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"product": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"product_id": "python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.11-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"product": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"product_id": "python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.11-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"product": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"product_id": "python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.11-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"product": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"product_id": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"product": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"product_id": "python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.11-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"product": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"product_id": "python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.11-2.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"product": {
"name": "python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"product_id": "python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.11-2.el9_6.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"product": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"product_id": "python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.11-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"product": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"product_id": "python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.11-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"product": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"product_id": "python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.11-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"product": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"product_id": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-0:3.11.11-2.el9_6.1.i686",
"product": {
"name": "python3.11-0:3.11.11-2.el9_6.1.i686",
"product_id": "python3.11-0:3.11.11-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.11-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"product": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"product_id": "python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.11-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"product": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"product_id": "python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.11-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.11-2.el9_6.1.i686",
"product": {
"name": "python3.11-test-0:3.11.11-2.el9_6.1.i686",
"product_id": "python3.11-test-0:3.11.11-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.11-2.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"product": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"product_id": "python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.11-2.el9_6.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.11-2.el9_6.1.s390x",
"product": {
"name": "python3.11-0:3.11.11-2.el9_6.1.s390x",
"product_id": "python3.11-0:3.11.11-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.11-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"product": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"product_id": "python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.11-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"product": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"product_id": "python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.11-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"product": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"product_id": "python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.11-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"product": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"product_id": "python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.11-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"product": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"product_id": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"product": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"product_id": "python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.11-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"product": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"product_id": "python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.11-2.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"product": {
"name": "python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"product_id": "python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.11-2.el9_6.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.1.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.1.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.1.src",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:00:57.613538+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370013"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter=\"data\" or filter=\"tar\" extraction filters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "RHBZ#2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/127987",
"url": "https://github.com/python/cpython/issues/127987"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:10.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T22:05:54+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.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10148"
},
{
"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.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory"
},
{
"cve": "CVE-2025-4138",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T09:03:58.434950+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372426"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "RHBZ#2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:02.717000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T22:05:54+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.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10148"
},
{
"category": "workaround",
"details": "Red Hat recommends upgrading to a fixed release of Python as soon as one is available. This vulnerability can be mitigated by rejecting links inside tarfiles that use relative references to the parent directory. The upstream advisory provides this example code:\n\n\u0027\u0027\u0027\n# Avoid insecure segments in link names.\nfor member in tar.getmembers():\n if not member.islnk():\n continue\n if os.pardir in os.path.split(member.linkname):\n raise OSError(\"Tarfile with insecure segment (\u0027..\u0027) in linkname\")\n\n# Now safe to extract members with the data filter.\ntar.extractall(filter=\"data\")\n\u0027\u0027\u0027",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory"
},
{
"cve": "CVE-2025-4330",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:00.653313+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter=\"data\" or filter=\"tar\" parameters. This issue leads to potentially overwriting or modifying system files and metadata.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Extraction filter bypass for linking outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of this access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "RHBZ#2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:57.452000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T22:05:54+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.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10148"
},
{
"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.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.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.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: Extraction filter bypass for linking outside extraction directory"
},
{
"cve": "CVE-2025-4435",
"cwe": {
"id": "CWE-706",
"name": "Use of Incorrectly-Resolved Name or Reference"
},
"discovery_date": "2025-06-03T14:00:46.485917+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Tarfile extracts filtered members when errorlevel=0",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "RHBZ#2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:06.792000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T22:05:54+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.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10148"
},
{
"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.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Tarfile extracts filtered members when errorlevel=0"
},
{
"cve": "CVE-2025-4517",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:12.271192+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Arbitrary writes via tarfile realpath overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "RHBZ#2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:50.352000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-01T22:05:54+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.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10148"
},
{
"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.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
}
]
}
RHSA-2025:10189
Vulnerability from csaf_redhat - Published: 2025-07-02 06:27 - Updated: 2026-04-29 18:25A flaw was found in CPython's tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter="data" or filter="tar" extraction filters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter="data" or filter="tar" parameters. This issue leads to potentially overwriting or modifying system files and metadata.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.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.\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* cpython: Tarfile extracts filtered members when errorlevel=0 (CVE-2025-4435)\n\n* cpython: Bypass extraction filter to modify file metadata outside extraction directory (CVE-2024-12718)\n\n* cpython: Extraction filter bypass for linking outside extraction directory (CVE-2025-4330)\n\n* python: cpython: Arbitrary writes via tarfile realpath overflow (CVE-2025-4517)\n\n* cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory (CVE-2025-4138)\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-2025:10189",
"url": "https://access.redhat.com/errata/RHSA-2025:10189"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10189.json"
}
],
"title": "Red Hat Security Advisory: python3.12 security update",
"tracking": {
"current_release_date": "2026-04-29T18:25:55+00:00",
"generator": {
"date": "2026-04-29T18:25:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:10189",
"initial_release_date": "2025-07-02T06:27:20+00:00",
"revision_history": [
{
"date": "2025-07-02T06:27:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-02T06:27:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:25:55+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 (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.1.src",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.1.src",
"product_id": "python3.12-0:3.12.9-1.el9_6.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.1.aarch64",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.1.aarch64",
"product_id": "python3.12-0:3.12.9-1.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"product": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"product_id": "python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.9-1.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"product": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"product_id": "python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.9-1.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"product": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"product_id": "python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.9-1.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"product": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"product_id": "python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-1.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"product_id": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-1.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"product": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"product_id": "python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.9-1.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"product": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"product_id": "python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.9-1.el9_6.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"product": {
"name": "python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"product_id": "python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.9-1.el9_6.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"product_id": "python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"product": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"product_id": "python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.9-1.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"product": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"product_id": "python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.9-1.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"product": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"product_id": "python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.9-1.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"product": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"product_id": "python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-1.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"product_id": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-1.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"product": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"product_id": "python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.9-1.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"product": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"product_id": "python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.9-1.el9_6.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"product": {
"name": "python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"product_id": "python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.9-1.el9_6.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.1.x86_64",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.1.x86_64",
"product_id": "python3.12-0:3.12.9-1.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"product": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"product_id": "python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.9-1.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"product": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"product_id": "python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.9-1.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"product": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"product_id": "python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.9-1.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"product": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"product_id": "python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-1.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"product_id": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-1.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"product": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"product_id": "python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.9-1.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"product": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"product_id": "python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.9-1.el9_6.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"product": {
"name": "python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"product_id": "python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.9-1.el9_6.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"product": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"product_id": "python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.9-1.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"product": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"product_id": "python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.9-1.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"product": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"product_id": "python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-1.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"product_id": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-1.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.1.i686",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.1.i686",
"product_id": "python3.12-0:3.12.9-1.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"product": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"product_id": "python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.9-1.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"product": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"product_id": "python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.9-1.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.9-1.el9_6.1.i686",
"product": {
"name": "python3.12-test-0:3.12.9-1.el9_6.1.i686",
"product_id": "python3.12-test-0:3.12.9-1.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.9-1.el9_6.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"product": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"product_id": "python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.9-1.el9_6.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.1.s390x",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.1.s390x",
"product_id": "python3.12-0:3.12.9-1.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"product": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"product_id": "python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.9-1.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"product": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"product_id": "python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.9-1.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"product": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"product_id": "python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.9-1.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"product": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"product_id": "python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-1.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"product_id": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-1.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"product": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"product_id": "python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.9-1.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"product": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"product_id": "python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.9-1.el9_6.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"product": {
"name": "python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"product_id": "python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.9-1.el9_6.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.1.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.1.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.1.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.1.src",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:00:57.613538+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370013"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter=\"data\" or filter=\"tar\" extraction filters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "RHBZ#2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/127987",
"url": "https://github.com/python/cpython/issues/127987"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:10.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-02T06:27:20+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.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10189"
},
{
"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.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory"
},
{
"cve": "CVE-2025-4138",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T09:03:58.434950+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372426"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "RHBZ#2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:02.717000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-02T06:27:20+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.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10189"
},
{
"category": "workaround",
"details": "Red Hat recommends upgrading to a fixed release of Python as soon as one is available. This vulnerability can be mitigated by rejecting links inside tarfiles that use relative references to the parent directory. The upstream advisory provides this example code:\n\n\u0027\u0027\u0027\n# Avoid insecure segments in link names.\nfor member in tar.getmembers():\n if not member.islnk():\n continue\n if os.pardir in os.path.split(member.linkname):\n raise OSError(\"Tarfile with insecure segment (\u0027..\u0027) in linkname\")\n\n# Now safe to extract members with the data filter.\ntar.extractall(filter=\"data\")\n\u0027\u0027\u0027",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory"
},
{
"cve": "CVE-2025-4330",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:00.653313+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter=\"data\" or filter=\"tar\" parameters. This issue leads to potentially overwriting or modifying system files and metadata.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Extraction filter bypass for linking outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of this access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "RHBZ#2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:57.452000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-02T06:27:20+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.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10189"
},
{
"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.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.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.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: Extraction filter bypass for linking outside extraction directory"
},
{
"cve": "CVE-2025-4435",
"cwe": {
"id": "CWE-706",
"name": "Use of Incorrectly-Resolved Name or Reference"
},
"discovery_date": "2025-06-03T14:00:46.485917+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Tarfile extracts filtered members when errorlevel=0",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "RHBZ#2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:06.792000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-02T06:27:20+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.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10189"
},
{
"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.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Tarfile extracts filtered members when errorlevel=0"
},
{
"cve": "CVE-2025-4517",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:12.271192+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Arbitrary writes via tarfile realpath overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "RHBZ#2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:50.352000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-02T06:27:20+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.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10189"
},
{
"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.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.1.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
}
]
}
RHSA-2025:10399
Vulnerability from csaf_redhat - Published: 2025-07-07 11:25 - Updated: 2026-04-29 18:25A flaw was found in CPython's tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter="data" or filter="tar" extraction filters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter="data" or filter="tar" parameters. This issue leads to potentially overwriting or modifying system files and metadata.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.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.9 is now available for Red Hat Enterprise Linux 9.4 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* cpython: Tarfile extracts filtered members when errorlevel=0 (CVE-2025-4435)\n\n* cpython: python: Bypass extraction filter to modify file metadata outside extraction directory (CVE-2024-12718)\n\n* cpython: python: Extraction filter bypass for linking outside extraction directory (CVE-2025-4330)\n\n* python: cpython: Arbitrary writes via tarfile realpath overflow (CVE-2025-4517)\n\n* cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory (CVE-2025-4138)\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-2025:10399",
"url": "https://access.redhat.com/errata/RHSA-2025:10399"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10399.json"
}
],
"title": "Red Hat Security Advisory: python3.9 security update",
"tracking": {
"current_release_date": "2026-04-29T18:25:57+00:00",
"generator": {
"date": "2026-04-29T18:25:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:10399",
"initial_release_date": "2025-07-07T11:25:51+00:00",
"revision_history": [
{
"date": "2025-07-07T11:25:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-07T11:25:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:25:57+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.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.4::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"product": {
"name": "python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"product_id": "python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-unversioned-command@3.9.18-3.el9_4.8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"product": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"product_id": "python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"product": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"product_id": "python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"product": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"product": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.18-3.el9_4.8.aarch64",
"product": {
"name": "python3-0:3.9.18-3.el9_4.8.aarch64",
"product_id": "python3-0:3.9.18-3.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"product": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"product_id": "python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"product": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"product_id": "python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"product": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"product_id": "python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.18-3.el9_4.8.aarch64",
"product": {
"name": "python3-test-0:3.9.18-3.el9_4.8.aarch64",
"product_id": "python3-test-0:3.9.18-3.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"product": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"product_id": "python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"product": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"product_id": "python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"product": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"product": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.18-3.el9_4.8.ppc64le",
"product": {
"name": "python3-0:3.9.18-3.el9_4.8.ppc64le",
"product_id": "python3-0:3.9.18-3.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"product": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"product_id": "python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"product": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"product_id": "python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"product": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"product_id": "python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"product": {
"name": "python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"product_id": "python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.18-3.el9_4.8.i686",
"product": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.i686",
"product_id": "python3-devel-0:3.9.18-3.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"product": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"product": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.18-3.el9_4.8.i686",
"product": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.i686",
"product_id": "python3-libs-0:3.9.18-3.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.18-3.el9_4.8.i686",
"product": {
"name": "python3-0:3.9.18-3.el9_4.8.i686",
"product_id": "python3-0:3.9.18-3.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.18-3.el9_4.8.i686",
"product": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.i686",
"product_id": "python3-debug-0:3.9.18-3.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.18-3.el9_4.8.i686",
"product": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.i686",
"product_id": "python3-idle-0:3.9.18-3.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.18-3.el9_4.8.i686",
"product": {
"name": "python3-test-0:3.9.18-3.el9_4.8.i686",
"product_id": "python3-test-0:3.9.18-3.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"product": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"product_id": "python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.8?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"product": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"product_id": "python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"product": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"product_id": "python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"product": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"product": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.18-3.el9_4.8.x86_64",
"product": {
"name": "python3-0:3.9.18-3.el9_4.8.x86_64",
"product_id": "python3-0:3.9.18-3.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"product": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"product_id": "python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"product": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"product_id": "python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"product": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"product_id": "python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.18-3.el9_4.8.x86_64",
"product": {
"name": "python3-test-0:3.9.18-3.el9_4.8.x86_64",
"product_id": "python3-test-0:3.9.18-3.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.18-3.el9_4.8.s390x",
"product": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.s390x",
"product_id": "python3-devel-0:3.9.18-3.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"product": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"product_id": "python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"product": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"product": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.18-3.el9_4.8.s390x",
"product": {
"name": "python3-0:3.9.18-3.el9_4.8.s390x",
"product_id": "python3-0:3.9.18-3.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.18-3.el9_4.8.s390x",
"product": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.s390x",
"product_id": "python3-libs-0:3.9.18-3.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.18-3.el9_4.8.s390x",
"product": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.s390x",
"product_id": "python3-debug-0:3.9.18-3.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.18-3.el9_4.8.s390x",
"product": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.s390x",
"product_id": "python3-idle-0:3.9.18-3.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.18-3.el9_4.8.s390x",
"product": {
"name": "python3-test-0:3.9.18-3.el9_4.8.s390x",
"product_id": "python3-test-0:3.9.18-3.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.9-0:3.9.18-3.el9_4.8.src",
"product": {
"name": "python3.9-0:3.9.18-3.el9_4.8.src",
"product_id": "python3.9-0:3.9.18-3.el9_4.8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9@3.9.18-3.el9_4.8?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.9.18-3.el9_4.8.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.18-3.el9_4.8.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src"
},
"product_reference": "python3.9-0:3.9.18-3.el9_4.8.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.9.18-3.el9_4.8.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.18-3.el9_4.8.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src"
},
"product_reference": "python3.9-0:3.9.18-3.el9_4.8.src",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.9.18-3.el9_4.8.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.18-3.el9_4.8.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src"
},
"product_reference": "python3.9-0:3.9.18-3.el9_4.8.src",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:00:57.613538+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370013"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter=\"data\" or filter=\"tar\" extraction filters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "RHBZ#2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/127987",
"url": "https://github.com/python/cpython/issues/127987"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:10.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-07T11:25:51+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.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10399"
},
{
"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.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory"
},
{
"cve": "CVE-2025-4138",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T09:03:58.434950+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372426"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "RHBZ#2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:02.717000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-07T11:25:51+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.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10399"
},
{
"category": "workaround",
"details": "Red Hat recommends upgrading to a fixed release of Python as soon as one is available. This vulnerability can be mitigated by rejecting links inside tarfiles that use relative references to the parent directory. The upstream advisory provides this example code:\n\n\u0027\u0027\u0027\n# Avoid insecure segments in link names.\nfor member in tar.getmembers():\n if not member.islnk():\n continue\n if os.pardir in os.path.split(member.linkname):\n raise OSError(\"Tarfile with insecure segment (\u0027..\u0027) in linkname\")\n\n# Now safe to extract members with the data filter.\ntar.extractall(filter=\"data\")\n\u0027\u0027\u0027",
"product_ids": [
"AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory"
},
{
"cve": "CVE-2025-4330",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:00.653313+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter=\"data\" or filter=\"tar\" parameters. This issue leads to potentially overwriting or modifying system files and metadata.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Extraction filter bypass for linking outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of this access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "RHBZ#2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:57.452000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-07T11:25:51+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.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10399"
},
{
"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.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.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.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: Extraction filter bypass for linking outside extraction directory"
},
{
"cve": "CVE-2025-4435",
"cwe": {
"id": "CWE-706",
"name": "Use of Incorrectly-Resolved Name or Reference"
},
"discovery_date": "2025-06-03T14:00:46.485917+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Tarfile extracts filtered members when errorlevel=0",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "RHBZ#2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:06.792000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-07T11:25:51+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.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10399"
},
{
"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.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Tarfile extracts filtered members when errorlevel=0"
},
{
"cve": "CVE-2025-4517",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:12.271192+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Arbitrary writes via tarfile realpath overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "RHBZ#2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:50.352000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-07T11:25:51+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.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10399"
},
{
"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.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.8.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
}
]
}
RHSA-2025:10484
Vulnerability from csaf_redhat - Published: 2025-07-07 16:21 - Updated: 2026-04-29 18:25A flaw was found in CPython's tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter="data" or filter="tar" extraction filters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter="data" or filter="tar" parameters. This issue leads to potentially overwriting or modifying system files and metadata.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.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 is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, Red Hat Enterprise Linux 8.6 Telecommunications Update Service, and Red Hat Enterprise Linux 8.6 Extended Update Support EXTENSION.\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* cpython: Tarfile extracts filtered members when errorlevel=0 (CVE-2025-4435)\n\n* cpython: python: Bypass extraction filter to modify file metadata outside extraction directory (CVE-2024-12718)\n\n* cpython: python: Extraction filter bypass for linking outside extraction directory (CVE-2025-4330)\n\n* python: cpython: Arbitrary writes via tarfile realpath overflow (CVE-2025-4517)\n\n* cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory (CVE-2025-4138)\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-2025:10484",
"url": "https://access.redhat.com/errata/RHSA-2025:10484"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10484.json"
}
],
"title": "Red Hat Security Advisory: python3 security update",
"tracking": {
"current_release_date": "2026-04-29T18:25:59+00:00",
"generator": {
"date": "2026-04-29T18:25:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:10484",
"initial_release_date": "2025-07-07T16:21:57+00:00",
"revision_history": [
{
"date": "2025-07-07T16:21:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-07T16:21:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:25:59+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 AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:8.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:8.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:8.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus_long_life:8.6::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-47.el8_6.8.i686",
"product": {
"name": "platform-python-0:3.6.8-47.el8_6.8.i686",
"product_id": "platform-python-0:3.6.8-47.el8_6.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"product": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"product_id": "platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"product": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"product_id": "platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-47.el8_6.8.i686",
"product": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.i686",
"product_id": "python3-idle-0:3.6.8-47.el8_6.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-47.el8_6.8.i686",
"product": {
"name": "python3-test-0:3.6.8-47.el8_6.8.i686",
"product_id": "python3-test-0:3.6.8-47.el8_6.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"product": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"product_id": "python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"product": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"product_id": "python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"product": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"product_id": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-47.el8_6.8.i686",
"product": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.i686",
"product_id": "python3-libs-0:3.6.8-47.el8_6.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.8?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"product": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"product_id": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"product": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"product_id": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"product": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"product_id": "python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"product": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"product_id": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"product": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"product_id": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"product": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"product_id": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-47.el8_6.8.x86_64",
"product": {
"name": "platform-python-0:3.6.8-47.el8_6.8.x86_64",
"product_id": "platform-python-0:3.6.8-47.el8_6.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"product": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"product_id": "python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-47.el8_6.8.x86_64",
"product": {
"name": "python3-test-0:3.6.8-47.el8_6.8.x86_64",
"product_id": "python3-test-0:3.6.8-47.el8_6.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.6.8-47.el8_6.8.src",
"product": {
"name": "python3-0:3.6.8-47.el8_6.8.src",
"product_id": "python3-0:3.6.8-47.el8_6.8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-47.el8_6.8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-47.el8_6.8.aarch64",
"product": {
"name": "platform-python-0:3.6.8-47.el8_6.8.aarch64",
"product_id": "platform-python-0:3.6.8-47.el8_6.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"product": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"product_id": "python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-47.el8_6.8.aarch64",
"product": {
"name": "python3-test-0:3.6.8-47.el8_6.8.aarch64",
"product_id": "python3-test-0:3.6.8-47.el8_6.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"product": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"product_id": "python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"product": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"product_id": "python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"product": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"product_id": "platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"product": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"product_id": "platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"product": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"product_id": "python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"product": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"product_id": "python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"product": {
"name": "platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"product_id": "platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"product": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"product_id": "python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"product": {
"name": "python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"product_id": "python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"product": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"product_id": "python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"product": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"product_id": "python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"product": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"product_id": "platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"product": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"product_id": "platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"product": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"product_id": "python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"product": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"product_id": "python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-47.el8_6.8.s390x",
"product": {
"name": "platform-python-0:3.6.8-47.el8_6.8.s390x",
"product_id": "platform-python-0:3.6.8-47.el8_6.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-47.el8_6.8.s390x",
"product": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.s390x",
"product_id": "python3-libs-0:3.6.8-47.el8_6.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-47.el8_6.8.s390x",
"product": {
"name": "python3-test-0:3.6.8-47.el8_6.8.s390x",
"product_id": "python3-test-0:3.6.8-47.el8_6.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"product": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"product_id": "python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"product": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"product_id": "python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"product": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"product_id": "platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"product": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"product_id": "platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-47.el8_6.8.s390x",
"product": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.s390x",
"product_id": "python3-idle-0:3.6.8-47.el8_6.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"product": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"product_id": "python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-47.el8_6.8.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src"
},
"product_reference": "python3-0:3.6.8-47.el8_6.8.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-47.el8_6.8.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src"
},
"product_reference": "python3-0:3.6.8-47.el8_6.8.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-47.el8_6.8.src as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src"
},
"product_reference": "python3-0:3.6.8-47.el8_6.8.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-47.el8_6.8.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src"
},
"product_reference": "python3-0:3.6.8-47.el8_6.8.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-47.el8_6.8.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src"
},
"product_reference": "python3-0:3.6.8-47.el8_6.8.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-47.el8_6.8.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src"
},
"product_reference": "python3-0:3.6.8-47.el8_6.8.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-47.el8_6.8.src as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src"
},
"product_reference": "python3-0:3.6.8-47.el8_6.8.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-47.el8_6.8.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src"
},
"product_reference": "python3-0:3.6.8-47.el8_6.8.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:00:57.613538+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370013"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter=\"data\" or filter=\"tar\" extraction filters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "RHBZ#2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/127987",
"url": "https://github.com/python/cpython/issues/127987"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:10.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-07T16:21:57+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-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10484"
},
{
"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-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory"
},
{
"cve": "CVE-2025-4138",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T09:03:58.434950+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372426"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "RHBZ#2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:02.717000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-07T16:21:57+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-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10484"
},
{
"category": "workaround",
"details": "Red Hat recommends upgrading to a fixed release of Python as soon as one is available. This vulnerability can be mitigated by rejecting links inside tarfiles that use relative references to the parent directory. The upstream advisory provides this example code:\n\n\u0027\u0027\u0027\n# Avoid insecure segments in link names.\nfor member in tar.getmembers():\n if not member.islnk():\n continue\n if os.pardir in os.path.split(member.linkname):\n raise OSError(\"Tarfile with insecure segment (\u0027..\u0027) in linkname\")\n\n# Now safe to extract members with the data filter.\ntar.extractall(filter=\"data\")\n\u0027\u0027\u0027",
"product_ids": [
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory"
},
{
"cve": "CVE-2025-4330",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:00.653313+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter=\"data\" or filter=\"tar\" parameters. This issue leads to potentially overwriting or modifying system files and metadata.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Extraction filter bypass for linking outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of this access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "RHBZ#2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:57.452000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-07T16:21:57+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-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10484"
},
{
"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-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.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-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: Extraction filter bypass for linking outside extraction directory"
},
{
"cve": "CVE-2025-4435",
"cwe": {
"id": "CWE-706",
"name": "Use of Incorrectly-Resolved Name or Reference"
},
"discovery_date": "2025-06-03T14:00:46.485917+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Tarfile extracts filtered members when errorlevel=0",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "RHBZ#2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:06.792000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-07T16:21:57+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-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10484"
},
{
"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-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Tarfile extracts filtered members when errorlevel=0"
},
{
"cve": "CVE-2025-4517",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:12.271192+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Arbitrary writes via tarfile realpath overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "RHBZ#2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:50.352000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-07T16:21:57+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-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10484"
},
{
"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-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.8.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.8.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
}
]
}
RHSA-2025:10602
Vulnerability from csaf_redhat - Published: 2025-07-08 11:17 - Updated: 2026-04-29 18:25A flaw was found in CPython's tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter="data" or filter="tar" extraction filters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter="data" or filter="tar" parameters. This issue leads to potentially overwriting or modifying system files and metadata.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in CPython's tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to "data" or "tar".
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.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 is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions, Red Hat Enterprise Linux 8.8 Telecommunications Update Service, and Red Hat Enterprise Linux 8.8 Extended Update Support EXTENSION.\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* cpython: Tarfile extracts filtered members when errorlevel=0 (CVE-2025-4435)\n\n* cpython: python: Bypass extraction filter to modify file metadata outside extraction directory (CVE-2024-12718)\n\n* cpython: python: Extraction filter bypass for linking outside extraction directory (CVE-2025-4330)\n\n* python: cpython: Arbitrary writes via tarfile realpath overflow (CVE-2025-4517)\n\n* cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory (CVE-2025-4138)\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-2025:10602",
"url": "https://access.redhat.com/errata/RHSA-2025:10602"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10602.json"
}
],
"title": "Red Hat Security Advisory: python3 security update",
"tracking": {
"current_release_date": "2026-04-29T18:25:58+00:00",
"generator": {
"date": "2026-04-29T18:25:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.7"
}
},
"id": "RHSA-2025:10602",
"initial_release_date": "2025-07-08T11:17:19+00:00",
"revision_history": [
{
"date": "2025-07-08T11:17:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-08T11:17:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-29T18:25:58+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.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:8.8::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:8.8::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus_long_life:8.8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"product": {
"name": "platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"product_id": "platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"product": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"product_id": "python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"product": {
"name": "python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"product_id": "python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"product": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"product_id": "python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"product": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"product_id": "python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"product": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"product_id": "platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"product": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"product_id": "platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"product": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"product_id": "python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"product": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"product_id": "python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-51.el8_8.10.x86_64",
"product": {
"name": "platform-python-0:3.6.8-51.el8_8.10.x86_64",
"product_id": "platform-python-0:3.6.8-51.el8_8.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"product": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"product_id": "python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-51.el8_8.10.x86_64",
"product": {
"name": "python3-test-0:3.6.8-51.el8_8.10.x86_64",
"product_id": "python3-test-0:3.6.8-51.el8_8.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"product": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"product_id": "python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"product": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"product_id": "python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"product": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"product_id": "platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"product": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"product_id": "platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"product": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"product_id": "python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"product": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"product_id": "python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-51.el8_8.10.i686",
"product": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.i686",
"product_id": "python3-libs-0:3.6.8-51.el8_8.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"product": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"product_id": "python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"product": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"product_id": "python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-51.el8_8.10.i686",
"product": {
"name": "platform-python-0:3.6.8-51.el8_8.10.i686",
"product_id": "platform-python-0:3.6.8-51.el8_8.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"product": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"product_id": "platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"product": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"product_id": "platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-51.el8_8.10.i686",
"product": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.i686",
"product_id": "python3-idle-0:3.6.8-51.el8_8.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-51.el8_8.10.i686",
"product": {
"name": "python3-test-0:3.6.8-51.el8_8.10.i686",
"product_id": "python3-test-0:3.6.8-51.el8_8.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"product": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"product_id": "python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.6.8-51.el8_8.10.src",
"product": {
"name": "python3-0:3.6.8-51.el8_8.10.src",
"product_id": "python3-0:3.6.8-51.el8_8.10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-51.el8_8.10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-51.el8_8.10.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src"
},
"product_reference": "python3-0:3.6.8-51.el8_8.10.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-51.el8_8.10.src as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src"
},
"product_reference": "python3-0:3.6.8-51.el8_8.10.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-51.el8_8.10.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src"
},
"product_reference": "python3-0:3.6.8-51.el8_8.10.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-51.el8_8.10.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src"
},
"product_reference": "python3-0:3.6.8-51.el8_8.10.src",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-51.el8_8.10.src as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src"
},
"product_reference": "python3-0:3.6.8-51.el8_8.10.src",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-51.el8_8.10.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src"
},
"product_reference": "python3-0:3.6.8-51.el8_8.10.src",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:00:57.613538+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370013"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows modification of file metadata, such as timestamps or permissions, outside the intended extraction directory via maliciously crafted tar archives using the filter=\"data\" or filter=\"tar\" extraction filters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "RHBZ#2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/127987",
"url": "https://github.com/python/cpython/issues/127987"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:10.908000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-08T11:17:19+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-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10602"
},
{
"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-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypass extraction filter to modify file metadata outside extraction directory"
},
{
"cve": "CVE-2025-4138",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T09:03:58.434950+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372426"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. This vulnerability allows attackers to bypass extraction filters, enabling symlink targets to escape the destination directory and allowing unauthorized modification of file metadata via the use of TarFile.extract() or TarFile.extractall() with the filter= parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "RHBZ#2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:02.717000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-08T11:17:19+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-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10602"
},
{
"category": "workaround",
"details": "Red Hat recommends upgrading to a fixed release of Python as soon as one is available. This vulnerability can be mitigated by rejecting links inside tarfiles that use relative references to the parent directory. The upstream advisory provides this example code:\n\n\u0027\u0027\u0027\n# Avoid insecure segments in link names.\nfor member in tar.getmembers():\n if not member.islnk():\n continue\n if os.pardir in os.path.split(member.linkname):\n raise OSError(\"Tarfile with insecure segment (\u0027..\u0027) in linkname\")\n\n# Now safe to extract members with the data filter.\ntar.extractall(filter=\"data\")\n\u0027\u0027\u0027",
"product_ids": [
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory"
},
{
"cve": "CVE-2025-4330",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:00.653313+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter=\"data\" or filter=\"tar\" parameters. This issue leads to potentially overwriting or modifying system files and metadata.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Extraction filter bypass for linking outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of this access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "RHBZ#2370014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:57.452000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-08T11:17:19+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-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10602"
},
{
"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-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.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-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: python: Extraction filter bypass for linking outside extraction directory"
},
{
"cve": "CVE-2025-4435",
"cwe": {
"id": "CWE-706",
"name": "Use of Incorrectly-Resolved Name or Reference"
},
"discovery_date": "2025-06-03T14:00:46.485917+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370010"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows unauthorized file extraction via crafted tar archives when TarFile.errorlevel=0, bypassing expected filtering mechanisms.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Tarfile extracts filtered members when errorlevel=0",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "RHBZ#2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4435"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:59:06.792000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-08T11:17:19+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-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10602"
},
{
"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-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Tarfile extracts filtered members when errorlevel=0"
},
{
"cve": "CVE-2025-4517",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-03T14:01:12.271192+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the CPython tarfile module. This vulnerability allows arbitrary filesystem writes outside the extraction directory via extracting untrusted tar archives using the TarFile.extractall() or TarFile.extract() methods with the extraction filter parameter set to \"data\" or \"tar\".",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: cpython: Arbitrary writes via tarfile realpath overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of such access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "RHBZ#2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
"url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
"url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
"url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/135034",
"url": "https://github.com/python/cpython/issues/135034"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/135037",
"url": "https://github.com/python/cpython/pull/135037"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
}
],
"release_date": "2025-06-03T12:58:50.352000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-08T11:17:19+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-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10602"
},
{
"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-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"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:L",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.10.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.10.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
}
]
}
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.