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-02-26 18:27- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Python Software Foundation | CPython |
Affected:
0 , < 3.9.23
(python)
Affected: 3.10.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.9.23",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.10.18",
"status": "affected",
"version": "3.10.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": "2025-07-07T17:36:26.194Z",
"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-02-26T18:27:38.812Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-4517",
"date": "2026-04-14",
"epss": "0.00403",
"percentile": "0.60883"
},
"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-06-03T13:28:11.482037Z\"}}}], \"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.9.23\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.10.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\": \"2025-07-07T17:36:26.194Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-4517\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-10-24T03:55:17.500Z\", \"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.1"
}
}
}
RHSA-2025:10148
Vulnerability from csaf_redhat - Published: 2025-07-01 22:05 - Updated: 2026-03-18 03:02A 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.
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".
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.
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.
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".
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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-03-18T03:02:50+00:00",
"generator": {
"date": "2026-03-18T03:02:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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-03-18T03:02:50+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:10140
Vulnerability from csaf_redhat - Published: 2025-07-01 21:50 - Updated: 2026-03-18 03:02A 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.
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".
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.
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.
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".
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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-03-18T03:02:50+00:00",
"generator": {
"date": "2026-03-18T03:02:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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-03-18T03:02:50+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:10189
Vulnerability from csaf_redhat - Published: 2025-07-02 06:27 - Updated: 2026-03-18 03:02A 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.
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".
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.
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.
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".
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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-03-18T03:02:46+00:00",
"generator": {
"date": "2026-03-18T03:02:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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-03-18T03:02:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (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-03-18 03:02A 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.
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".
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.
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.
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".
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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-03-18T03:02:56+00:00",
"generator": {
"date": "2026-03-18T03:02:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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-03-18T03:02: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 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:18219
Vulnerability from csaf_redhat - Published: 2025-10-16 08:41 - Updated: 2026-04-14 10:01A 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.
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".
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".
A vulnerability has been identified in the libarchive library, specifically within the archive_read_format_rar_seek_data() function. This flaw involves an integer overflow that can ultimately lead to a double-free condition. Exploiting a double-free vulnerability can result in memory corruption, enabling an attacker to execute arbitrary code or cause a denial-of-service condition.
A flaw was found in linux-pam. The module pam_namespace may use access user-controlled paths without proper protection, allowing local users to elevate their privileges to root via multiple symlink attacks and race conditions.
A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.
A flaw was found in libxslt where the attribute type, atype, flags are modified in a way that corrupts internal memory management. When XSLT functions, such as the key() process, result in tree fragments, this corruption prevents the proper cleanup of ID attributes. As a result, the system may access freed memory, causing crashes or enabling attackers to trigger heap corruption.
A flaw was found in linux-pam. The pam_namespace module may improperly handle user-controlled paths, allowing local users to exploit symlink attacks and race conditions to elevate their privileges to root. This CVE provides a "complete" fix for CVE-2025-6020.
A use-after-free vulnerability was found in libxml2. This issue occurs when parsing XPath elements under certain circumstances when the XML schematron has the <sch:name path="..."/> schema elements. This flaw allows a malicious actor to craft a malicious XML document used as input for libxml, resulting in the program's crash using libxml or other possible undefined behaviors.
A vulnerability was found in libxml2. Processing certain sch:name elements from the input XML file can trigger a memory corruption issue. This flaw allows an attacker to craft a malicious XML input file that can lead libxml to crash, resulting in a denial of service or other possible undefined behavior due to sensitive data being corrupted in memory.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "cert-manager Operator for Red Hat OpenShift 1.16.0",
"title": "Topic"
},
{
"category": "general",
"text": "The cert-manager Operator for Red Hat OpenShift builds on top of Kubernetes, introducing certificate authorities\nand certificates as first-class resource types in the Kubernetes API. This makes it possible to provide\ncertificates-as-a-service to developers working within your Kubernetes cluster.",
"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:18219",
"url": "https://access.redhat.com/errata/RHSA-2025:18219"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-12718",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4138",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4517",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-49794",
"url": "https://access.redhat.com/security/cve/CVE-2025-49794"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-49796",
"url": "https://access.redhat.com/security/cve/CVE-2025-49796"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-5914",
"url": "https://access.redhat.com/security/cve/CVE-2025-5914"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6020",
"url": "https://access.redhat.com/security/cve/CVE-2025-6020"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6965",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7425",
"url": "https://access.redhat.com/security/cve/CVE-2025-7425"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-8941",
"url": "https://access.redhat.com/security/cve/CVE-2025-8941"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html",
"url": "https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_18219.json"
}
],
"title": "Red Hat Security Advisory: cert-manager Operator for Red Hat OpenShift 1.16.0",
"tracking": {
"current_release_date": "2026-04-14T10:01:46+00:00",
"generator": {
"date": "2026-04-14T10:01:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:18219",
"initial_release_date": "2025-10-16T08:41:21+00:00",
"revision_history": [
{
"date": "2025-10-16T08:41:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-16T08:41:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T10:01:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "cert-manager operator for Red Hat OpenShift 1.16",
"product": {
"name": "cert-manager operator for Red Hat OpenShift 1.16",
"product_id": "cert-manager operator for Red Hat OpenShift 1.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:cert_manager:1.16::el9"
}
}
}
],
"category": "product_family",
"name": "cert-manager operator for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3A1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=v1.16.5-1760515757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3A8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3?arch=amd64\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=v1.16.5-1760509690"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3Aec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16?arch=s390x\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=v1.16.5-1760515757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3A691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07?arch=s390x\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=v1.16.5-1760509690"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3A330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323?arch=ppc64le\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=v1.16.5-1760515757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3A2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340?arch=ppc64le\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=v1.16.5-1760509690"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-rhel9@sha256%3Adf852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2?arch=arm64\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=v1.16.5-1760515757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"product": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"product_id": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jetstack-cert-manager-acmesolver-rhel9@sha256%3A768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184?arch=arm64\u0026repository_url=registry.redhat.io/cert-manager\u0026tag=v1.16.5-1760509690"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le as a component of cert-manager operator for Red Hat OpenShift 1.16",
"product_id": "cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x as a component of cert-manager operator for Red Hat OpenShift 1.16",
"product_id": "cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64 as a component of cert-manager operator for Red Hat OpenShift 1.16",
"product_id": "cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64 as a component of cert-manager operator for Red Hat OpenShift 1.16",
"product_id": "cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64 as a component of cert-manager operator for Red Hat OpenShift 1.16",
"product_id": "cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le as a component of cert-manager operator for Red Hat OpenShift 1.16",
"product_id": "cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64 as a component of cert-manager operator for Red Hat OpenShift 1.16",
"product_id": "cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x as a component of cert-manager operator for Red Hat OpenShift 1.16",
"product_id": "cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
},
"product_reference": "registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x",
"relates_to_product_reference": "cert-manager operator for Red Hat OpenShift 1.16"
}
]
},
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
}
],
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"known_not_affected": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
},
"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-10-16T08:41:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18219"
},
{
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
}
],
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"known_not_affected": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
},
"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-10-16T08:41:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18219"
},
{
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory"
},
{
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
}
],
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"known_not_affected": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
},
"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-10-16T08:41:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18219"
},
{
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
},
{
"cve": "CVE-2025-5914",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2025-06-06T17:58:25.491000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370861"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability has been identified in the libarchive library, specifically within the archive_read_format_rar_seek_data() function. This flaw involves an integer overflow that can ultimately lead to a double-free condition. Exploiting a double-free vulnerability can result in memory corruption, enabling an attacker to execute arbitrary code or cause a denial-of-service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: Double free at archive_read_format_rar_seek_data() in archive_read_support_format_rar.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has rated this vulnerability as Important because it allows a local attacker with limited privileges to trigger a double-free in libarchive\u0027s RAR parser by providing a specially crafted RAR archive. Successful exploitation could result in code execution or application crashes.",
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"known_not_affected": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-5914"
},
{
"category": "external",
"summary": "RHBZ#2370861",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370861"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-5914",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5914"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2598",
"url": "https://github.com/libarchive/libarchive/pull/2598"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/releases/tag/v3.8.0",
"url": "https://github.com/libarchive/libarchive/releases/tag/v3.8.0"
}
],
"release_date": "2025-05-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-16T08:41:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18219"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libarchive: Double free at archive_read_format_rar_seek_data() in archive_read_support_format_rar.c"
},
{
"acknowledgments": [
{
"names": [
"Olivier BAL-PETRE"
],
"organization": "ANSSI - French Cybersecurity Agency"
}
],
"cve": "CVE-2025-6020",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T16:33:01.214000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372512"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in linux-pam. The module pam_namespace may use access user-controlled paths without proper protection, allowing local users to elevate their privileges to root via multiple symlink attacks and race conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "linux-pam: Linux-pam directory Traversal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in pam_namespace marked as Important rather than Moderate due to its direct impact on privilege boundaries and the ease of exploitation in common configurations. By leveraging symlink attacks or race conditions in polyinstantiated directories under their control, unprivileged local users can escalate to root, compromising the entire system. Since pam_namespace is often used in multi-user environments (e.g., shared systems, terminal servers, containers), a misconfigured or partially protected setup becomes a single point of failure. The attack does not require special capabilities or kernel-level exploits\u2014just timing and control over certain paths\u2014making it both reliable and low-barrier. Moreover, privilege escalation flaws like this can be chained with other vulnerabilities to persist or evade detection, further amplifying the risk.",
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"known_not_affected": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6020"
},
{
"category": "external",
"summary": "RHBZ#2372512",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372512"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6020",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6020"
},
{
"category": "external",
"summary": "https://github.com/linux-pam/linux-pam/security/advisories/GHSA-f9p8-gjr4-j9gx",
"url": "https://github.com/linux-pam/linux-pam/security/advisories/GHSA-f9p8-gjr4-j9gx"
}
],
"release_date": "2025-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-16T08:41:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18219"
},
{
"category": "workaround",
"details": "Disable the `pam_namespace` module if it is not essential for your environment, or carefully review and configure it to avoid operating on any directories or paths that can be influenced or controlled by unprivileged users, such as user home directories or world-writable locations like `/tmp`.",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "linux-pam: Linux-pam directory Traversal"
},
{
"cve": "CVE-2025-6965",
"cwe": {
"id": "CWE-197",
"name": "Numeric Truncation Error"
},
"discovery_date": "2025-07-15T14:02:19.241458+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380149"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlite: Integer Truncation in SQLite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in SQLite is categorized as Important rather than Critical because, although it involves memory corruption, the conditions required to trigger it are relatively constrained. The flaw arises when a query causes the number of aggregate terms to exceed internal limits, leading to potential buffer overflows or memory mismanagement. However, exploitation requires the ability to craft complex SQL queries and interact with the SQLite engine in a specific manner\u2014typically through direct SQL input. There is no known evidence of arbitrary code execution, privilege escalation, or remote exploitability as a direct result of this flaw. Additionally, most SQLite deployments are embedded in applications where input is tightly controlled or sanitized.",
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"known_not_affected": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "RHBZ#2380149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL"
},
{
"category": "external",
"summary": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8",
"url": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8"
}
],
"release_date": "2025-07-15T13:44:00.784000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-16T08:41:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18219"
},
{
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlite: Integer Truncation in SQLite"
},
{
"acknowledgments": [
{
"names": [
"Sergei Glazunov"
],
"organization": "Google Project Zero"
}
],
"cve": "CVE-2025-7425",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-07-10T09:37:28.172000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379274"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt where the attribute type, atype, flags are modified in a way that corrupts internal memory management. When XSLT functions, such as the key() process, result in tree fragments, this corruption prevents the proper cleanup of ID attributes. As a result, the system may access freed memory, causing crashes or enabling attackers to trigger heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This heap-use-after-free vulnerability in libxslt is rated Important because it can lead to memory corruption and application crashes. The flaw arises when internal attribute metadata (atype) is modified by libxslt\u0027s xsltSetSourceNodeFlags() function during processing of result tree fragments. If the flag corruption prevents proper removal of ID references, later memory cleanup routines may operate on already-freed memory. Since libxslt is commonly used in server-side XML processing, this could result in denial-of-service or potentially facilitate code execution under certain memory reuse conditions.",
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"known_not_affected": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7425"
},
{
"category": "external",
"summary": "RHBZ#2379274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140"
}
],
"release_date": "2025-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-16T08:41:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18219"
},
{
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxslt: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr"
},
{
"cve": "CVE-2025-8941",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-08-13T12:11:55.270000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2388220"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in linux-pam. The pam_namespace module may improperly handle user-controlled paths, allowing local users to exploit symlink attacks and race conditions to elevate their privileges to root. This CVE provides a \"complete\" fix for CVE-2025-6020.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "linux-pam: Incomplete fix for CVE-2025-6020",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in pam_namespace is rated Important because it allows a local, unprivileged user to escalate privileges to root by exploiting symlink attacks or race conditions in polyinstantiated directories under their control. Successful exploitation requires only the ability to create and manipulate filesystem paths in such directories, without the need for special capabilities or kernel-level vulnerabilities. In multi-user environments\u2014such as shared systems, terminal servers, or certain container deployments, an unprotected or misconfigured pam_namespace configuration can serve as a single point of compromise. Privilege escalation flaws of this nature may also be chained with other vulnerabilities to maintain persistence or evade detection, further increasing the overall impact.",
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"known_not_affected": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8941"
},
{
"category": "external",
"summary": "RHBZ#2388220",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2388220"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8941",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8941"
}
],
"release_date": "2025-08-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-16T08:41:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18219"
},
{
"category": "workaround",
"details": "Disable the `pam_namespace` module if it is not essential for your environment, or carefully review and configure it to avoid operating on any directories or paths that can be influenced or controlled by unprivileged users, such as user home directories or world-writable locations like `/tmp`.",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "linux-pam: Incomplete fix for CVE-2025-6020"
},
{
"cve": "CVE-2025-49794",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-06-11T21:33:43.044000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372373"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in libxml2. This issue occurs when parsing XPath elements under certain circumstances when the XML schematron has the \u003csch:name path=\"...\"/\u003e schema elements. This flaw allows a malicious actor to craft a malicious XML document used as input for libxml, resulting in the program\u0027s crash using libxml or other possible undefined behaviors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml: Heap use after free (UAF) leads to Denial of service (DoS)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue was rated with a severity impact of Important by Red Hat Product Security, as libxml can be used to parse XML coming from the network depending on how the program consumes it and uses the library. Additionally, although the initial report shows a crash due to invalid memory access (A:H), other undefined issues that can present data integrity due to the application overwriting sensitive data are not discarded (I:H).",
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"known_not_affected": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-49794"
},
{
"category": "external",
"summary": "RHBZ#2372373",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372373"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-49794",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-49794"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/931",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/931"
}
],
"release_date": "2025-06-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-16T08:41:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18219"
},
{
"category": "workaround",
"details": "There\u0027s no available mitigation other than avoid processing untrusted XML documents before updating to the libxml version containing the fix.",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"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:H",
"version": "3.1"
},
"products": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxml: Heap use after free (UAF) leads to Denial of service (DoS)"
},
{
"cve": "CVE-2025-49796",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-06-12T00:35:26.470000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372385"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in libxml2. Processing certain sch:name elements from the input XML file can trigger a memory corruption issue. This flaw allows an attacker to craft a malicious XML input file that can lead libxml to crash, resulting in a denial of service or other possible undefined behavior due to sensitive data being corrupted in memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml: Type confusion leads to Denial of service (DoS)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has evaluated this vulnerability as having an Important security impact, as libxml can be used to parse XML from the network depending on how the program consumes it using the library. Additionally, although the initial report shows a crash due to invalid memory access (A:H), other undefined issues that can present data integrity due to the application overwriting sensitive data are not discarded (I:H).",
"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": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"known_not_affected": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-49796"
},
{
"category": "external",
"summary": "RHBZ#2372385",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372385"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-49796",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-49796"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/933",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/933"
}
],
"release_date": "2025-06-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-16T08:41:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nThe steps to apply the upgraded images are different depending on the installation plan approval policy you used\nwhen installing the cert-manager Operator for Red Hat OpenShift.\n\n- If the approval policy is set to `Automatic`, then the Operator will be upgraded automatically when there is a\nnew version of the Operator. No further action is required to upgrade. This is the default setting.\n\n- If you changed the approval policy to `Manual`, then you must manually approve the upgrade to the Operator.\n\nSee https://docs.openshift.com/container-platform/latest/security/cert_manager_operator/index.html for additional\ninformation.",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:18219"
},
{
"category": "workaround",
"details": "There\u0027s no available mitigation other than to avoid processing untrusted XML documents if the user is unable/unwilling to update the library.",
"product_ids": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"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:H",
"version": "3.1"
},
"products": [
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:2b91440f3b71bc63e819a3def29e72b31f49878e03fbea67624de6a06925f340_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:691bfc535cb3d22962b0f6dc6fde226b3e70a5d68283ec1846396e3ee0fc7d07_s390x",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:768bd034b3d9e99e0a6c756fcd7d9ec00759c591569f25cd95cc8cb4eb449184_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-acmesolver-rhel9@sha256:8c7a1ae39e07d9a0d578e1f62df4f05ab54cefe058595077403a9d9bbd0ce8e3_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:1abdfac084e7c86e7a93a19e5cf6b54db79b903bfb7474a42200f753b29eda4b_amd64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:330e8b5ab4841a21f8f5f23cc7fb192197872f11639b12bf4b1e70831f636323_ppc64le",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:df852ad92734bc087e213e6c7075daf6d7010db4ab72919649736804e295a6a2_arm64",
"cert-manager operator for Red Hat OpenShift 1.16:registry.redhat.io/cert-manager/jetstack-cert-manager-rhel9@sha256:ec9c6b34a40da29f3ee89b361d94879025a998d34309bf3b63c555f3c225eb16_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxml: Type confusion leads to Denial of service (DoS)"
}
]
}
RHSA-2025:10602
Vulnerability from csaf_redhat - Published: 2025-07-08 11:17 - Updated: 2026-03-18 03:03A 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.
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".
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.
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.
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".
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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-03-18T03:03:14+00:00",
"generator": {
"date": "2026-03-18T03:03:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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-03-18T03:03:14+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream 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"
}
]
}
RHSA-2025:10128
Vulnerability from csaf_redhat - Published: 2025-07-01 20:06 - Updated: 2026-03-18 03:02A 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.
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".
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.
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.
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".
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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-03-18T03:02:55+00:00",
"generator": {
"date": "2026-03-18T03:02:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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-03-18T03:02: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. 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:9918
Vulnerability from csaf_redhat - Published: 2025-06-30 13:43 - Updated: 2026-03-18 03:02A 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.
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".
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.
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.
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".
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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.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:9918",
"url": "https://access.redhat.com/errata/RHSA-2025:9918"
},
{
"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_9918.json"
}
],
"title": "Red Hat Security Advisory: python3.11 security update",
"tracking": {
"current_release_date": "2026-03-18T03:02:48+00:00",
"generator": {
"date": "2026-03-18T03:02:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2025:9918",
"initial_release_date": "2025-06-30T13:43:06+00:00",
"revision_history": [
{
"date": "2025-06-30T13:43:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-30T13:43:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T03:02:48+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.11-0:3.11.7-1.el9_4.8.src",
"product": {
"name": "python3.11-0:3.11.7-1.el9_4.8.src",
"product_id": "python3.11-0:3.11.7-1.el9_4.8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.7-1.el9_4.8.aarch64",
"product": {
"name": "python3.11-0:3.11.7-1.el9_4.8.aarch64",
"product_id": "python3.11-0:3.11.7-1.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"product": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"product_id": "python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"product": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"product_id": "python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"product": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"product": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"product": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"product": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"product_id": "python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"product": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"product_id": "python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"product": {
"name": "python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"product_id": "python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"product": {
"name": "python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"product_id": "python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"product": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"product_id": "python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"product": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"product_id": "python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"product": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"product": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"product": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"product": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"product_id": "python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"product": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"product_id": "python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"product": {
"name": "python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"product_id": "python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.7-1.el9_4.8.x86_64",
"product": {
"name": "python3.11-0:3.11.7-1.el9_4.8.x86_64",
"product_id": "python3.11-0:3.11.7-1.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"product": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"product_id": "python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"product": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"product_id": "python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"product": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"product": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"product": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"product": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"product_id": "python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"product": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"product_id": "python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"product": {
"name": "python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"product_id": "python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"product": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"product_id": "python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"product": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"product_id": "python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"product": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"product": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-0:3.11.7-1.el9_4.8.i686",
"product": {
"name": "python3.11-0:3.11.7-1.el9_4.8.i686",
"product_id": "python3.11-0:3.11.7-1.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"product": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"product_id": "python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"product": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"product_id": "python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.7-1.el9_4.8.i686",
"product": {
"name": "python3.11-test-0:3.11.7-1.el9_4.8.i686",
"product_id": "python3.11-test-0:3.11.7-1.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.8?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"product": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.8?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.7-1.el9_4.8.s390x",
"product": {
"name": "python3.11-0:3.11.7-1.el9_4.8.s390x",
"product_id": "python3.11-0:3.11.7-1.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"product": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"product_id": "python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"product": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"product_id": "python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"product": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"product": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"product": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"product": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"product_id": "python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"product": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"product_id": "python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"product": {
"name": "python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"product_id": "python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.8?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.7-1.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.11-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.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.11-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.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.11-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.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.11-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.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.11-0:3.11.7-1.el9_4.8.src"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.8.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.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.11-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.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.11-debug-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.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.11-debug-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.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.11-debug-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.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.11-debug-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.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.11-debug-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.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.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.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.11-debuginfo-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.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.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.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.11-debuginfo-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.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.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.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.11-debugsource-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.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.11-debugsource-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.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.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.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.11-debugsource-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.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.11-debugsource-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.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.11-devel-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.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.11-devel-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.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.11-devel-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.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.11-devel-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.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.11-devel-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.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.11-idle-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.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.11-idle-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.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.11-idle-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.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.11-idle-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.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.11-idle-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.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.11-libs-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.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.11-libs-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.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.11-libs-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.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.11-libs-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.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.11-libs-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.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.11-test-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.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.11-test-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.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.11-test-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.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.11-test-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.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.11-test-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.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.11-tkinter-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.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.11-tkinter-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.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.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.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.11-tkinter-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.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.11-tkinter-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.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.11-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.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.11-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.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.11-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.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.11-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.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.11-0:3.11.7-1.el9_4.8.src"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.8.src",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.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.11-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.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.11-debug-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.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.11-debug-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.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.11-debug-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.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.11-debug-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.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.11-debug-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.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.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.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.11-debuginfo-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.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.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.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.11-debuginfo-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.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.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.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.11-debugsource-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.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.11-debugsource-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.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.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.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.11-debugsource-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.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.11-debugsource-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.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.11-devel-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.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.11-devel-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.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.11-devel-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.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.11-devel-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.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.11-devel-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.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.11-idle-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.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.11-idle-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.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.11-idle-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.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.11-idle-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.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.11-idle-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.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.11-libs-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.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.11-libs-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.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.11-libs-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.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.11-libs-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.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.11-libs-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.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.11-test-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.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.11-test-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.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.11-test-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.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.11-test-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.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.11-test-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.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.11-tkinter-0:3.11.7-1.el9_4.8.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.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.11-tkinter-0:3.11.7-1.el9_4.8.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.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.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.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.11-tkinter-0:3.11.7-1.el9_4.8.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.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.11-tkinter-0:3.11.7-1.el9_4.8.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.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:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.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-06-30T13:43:06+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.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9918"
},
{
"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.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.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:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.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:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.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-06-30T13:43:06+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.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9918"
},
{
"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.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.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:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.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:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.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-06-30T13:43:06+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.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9918"
},
{
"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.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.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:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.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:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.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-06-30T13:43:06+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.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9918"
},
{
"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.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.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:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.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:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.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-06-30T13:43:06+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.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9918"
},
{
"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.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.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:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.8.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
}
]
}
RHSA-2025:11386
Vulnerability from csaf_redhat - Published: 2025-07-17 15:25 - Updated: 2026-03-24 13:00A 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.
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".
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".
A flaw was found in linux-pam. The module pam_namespace may use access user-controlled paths without proper protection, allowing local users to elevate their privileges to root via multiple symlink attacks and race conditions.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "Updated RHEL-8 based Middleware Containers container images are now available",
"title": "Topic"
},
{
"category": "general",
"text": "The RHEL-8 based Middleware Containers container images have been updated to address the following security advisory: RHSA-2025:10698 (see References)\n\nUsers of RHEL-8 based Middleware Containers container images are advised to upgrade to these updated images, which contain backported patches to correct these security issues, fix these bugs and add these enhancements. Users of these images are also encouraged to rebuild all container images that depend on these images.\n\nYou can find images updated by this advisory in Red Hat Container Catalog (see References).",
"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:11386",
"url": "https://access.redhat.com/errata/RHSA-2025:11386"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2025:10698",
"url": "https://access.redhat.com/errata/RHSA-2025:10698"
},
{
"category": "external",
"summary": "https://access.redhat.com/containers",
"url": "https://access.redhat.com/containers"
},
{
"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": "2372373",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372373"
},
{
"category": "external",
"summary": "2372385",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372385"
},
{
"category": "external",
"summary": "2372406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372406"
},
{
"category": "external",
"summary": "2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "external",
"summary": "2372512",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372512"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11386.json"
}
],
"title": "Red Hat Security Advisory: updated RHEL-8 based Middleware Containers container images",
"tracking": {
"current_release_date": "2026-03-24T13:00:41+00:00",
"generator": {
"date": "2026-03-24T13:00:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2025:11386",
"initial_release_date": "2025-07-17T15:25:25+00:00",
"revision_history": [
{
"date": "2025-07-17T15:25:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-17T15:25:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-24T13:00:41+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Middleware Containers for OpenShift",
"product": {
"name": "Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhosemc:1.0::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"product": {
"name": "rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"product_id": "rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4?arch=amd64\u0026repository_url=registry.redhat.io/rhpam-7/rhpam-businesscentral-monitoring-rhel8\u0026tag=7.13.5-4.1752066672"
}
}
},
{
"category": "product_version",
"name": "rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"product": {
"name": "rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"product_id": "rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3?arch=amd64\u0026repository_url=registry.redhat.io/rhpam-7/rhpam-businesscentral-rhel8\u0026tag=7.13.5-4.1752065732"
}
}
},
{
"category": "product_version",
"name": "rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"product": {
"name": "rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"product_id": "rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879?arch=amd64\u0026repository_url=registry.redhat.io/rhpam-7/rhpam-controller-rhel8\u0026tag=7.13.5-4.1752065732"
}
}
},
{
"category": "product_version",
"name": "rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"product": {
"name": "rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"product_id": "rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f?arch=amd64\u0026repository_url=registry.redhat.io/rhpam-7/rhpam-dashbuilder-rhel8\u0026tag=7.13.5-3.1752065737"
}
}
},
{
"category": "product_version",
"name": "rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"product": {
"name": "rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"product_id": "rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0?arch=amd64\u0026repository_url=registry.redhat.io/rhpam-7/rhpam-kieserver-rhel8\u0026tag=7.13.5-4.1752065731"
}
}
},
{
"category": "product_version",
"name": "rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"product": {
"name": "rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"product_id": "rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865?arch=amd64\u0026repository_url=registry.redhat.io/rhpam-7/rhpam-process-migration-rhel8\u0026tag=7.13.5-4.1752065736"
}
}
},
{
"category": "product_version",
"name": "rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"product": {
"name": "rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"product_id": "rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40?arch=amd64\u0026repository_url=registry.redhat.io/rhpam-7/rhpam-rhel8-operator\u0026tag=7.13.5-2.1752065733"
}
}
},
{
"category": "product_version",
"name": "rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64",
"product": {
"name": "rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64",
"product_id": "rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56?arch=amd64\u0026repository_url=registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8\u0026tag=7.13.5-4.1752065755"
}
}
},
{
"category": "product_version",
"name": "rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"product": {
"name": "rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"product_id": "rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc?arch=amd64\u0026repository_url=registry.redhat.io/rhpam-7/rhpam-operator-bundle\u0026tag=7.13.5-25"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64"
},
"product_reference": "rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64"
},
"product_reference": "rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64"
},
"product_reference": "rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64"
},
"product_reference": "rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64"
},
"product_reference": "rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64"
},
"product_reference": "rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64"
},
"product_reference": "rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64"
},
"product_reference": "rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64 as a component of Middleware Containers for OpenShift",
"product_id": "8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
},
"product_reference": "rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64",
"relates_to_product_reference": "8Base-RHOSE-Middleware"
}
]
},
"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": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
]
},
"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-17T15:25:25+00:00",
"details": "The RHEL-8 based Middleware Containers container images provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11386"
},
{
"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": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
]
}
],
"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": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
]
}
],
"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": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
]
},
"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-17T15:25:25+00:00",
"details": "The RHEL-8 based Middleware Containers container images provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11386"
},
{
"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": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
]
}
],
"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": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory"
},
{
"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": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
]
},
"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-17T15:25:25+00:00",
"details": "The RHEL-8 based Middleware Containers container images provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11386"
},
{
"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": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
]
}
],
"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": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
},
{
"acknowledgments": [
{
"names": [
"Olivier BAL-PETRE"
],
"organization": "ANSSI - French Cybersecurity Agency"
}
],
"cve": "CVE-2025-6020",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T16:33:01.214000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372512"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in linux-pam. The module pam_namespace may use access user-controlled paths without proper protection, allowing local users to elevate their privileges to root via multiple symlink attacks and race conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "linux-pam: Linux-pam directory Traversal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in pam_namespace marked as Important rather than Moderate due to its direct impact on privilege boundaries and the ease of exploitation in common configurations. By leveraging symlink attacks or race conditions in polyinstantiated directories under their control, unprivileged local users can escalate to root, compromising the entire system. Since pam_namespace is often used in multi-user environments (e.g., shared systems, terminal servers, containers), a misconfigured or partially protected setup becomes a single point of failure. The attack does not require special capabilities or kernel-level exploits\u2014just timing and control over certain paths\u2014making it both reliable and low-barrier. Moreover, privilege escalation flaws like this can be chained with other vulnerabilities to persist or evade detection, further amplifying the risk.",
"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": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6020"
},
{
"category": "external",
"summary": "RHBZ#2372512",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372512"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6020",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6020"
},
{
"category": "external",
"summary": "https://github.com/linux-pam/linux-pam/security/advisories/GHSA-f9p8-gjr4-j9gx",
"url": "https://github.com/linux-pam/linux-pam/security/advisories/GHSA-f9p8-gjr4-j9gx"
}
],
"release_date": "2025-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-07-17T15:25:25+00:00",
"details": "The RHEL-8 based Middleware Containers container images provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to this new image specifically, or to the latest image generally.",
"product_ids": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:11386"
},
{
"category": "workaround",
"details": "Disable the `pam_namespace` module if it is not essential for your environment, or carefully review and configure it to avoid operating on any directories or paths that can be influenced or controlled by unprivileged users, such as user home directories or world-writable locations like `/tmp`.",
"product_ids": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-monitoring-rhel8@sha256:2e80c3dfa1f6626a9e04ea73d166ba1f76bfa3bbf2b8e8fdbcca9335a72315e4_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-businesscentral-rhel8@sha256:c5aff29d13a45f7a488cb1c15e7d31ac98d04aca5676b5ec78f66d36631abdb3_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-controller-rhel8@sha256:54fc0d91b9ddebff1e77c0ec994763906bdb5fdaedce1edc65777e26145fc879_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-dashbuilder-rhel8@sha256:13a4dc736a5b3717c618910b38d6de7627dfa7d73f65f1f052a4f372b5e32d0f_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-kieserver-rhel8@sha256:8571df197428508c9353f8cc6e6f33120650a49442c1e75c235838e0ab8130f0_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-operator-bundle@sha256:1b10c7ce00d06191634253010b33cc62708513fd683d3fbcb2fdebe5ec9d75fc_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-process-migration-rhel8@sha256:f39f81f93501a792b49ee2ca67ca5d11d9a333f458cbafaa67ddf06ecfd72865_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-rhel8-operator@sha256:f57ebf2df8d5e1aa5e6598aa1a4bf9458f3a04e57245881b52f0a94839289a40_amd64",
"8Base-RHOSE-Middleware:rhpam-7/rhpam-smartrouter-rhel8@sha256:8a455986352060aa24497516c59b1f283fc9407e94cc4b6a6b17563980d0db56_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "linux-pam: Linux-pam directory Traversal"
}
]
}
RHSA-2025:10484
Vulnerability from csaf_redhat - Published: 2025-07-07 16:21 - Updated: 2026-03-18 03:03A 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.
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".
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.
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.
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".
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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-03-18T03:03:14+00:00",
"generator": {
"date": "2026-03-18T03:03:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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-03-18T03:03:14+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream 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:13267
Vulnerability from csaf_redhat - Published: 2025-08-06 15:26 - Updated: 2026-04-14 10:01A 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.
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".
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.
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.
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".
A flaw was found in libxml2's xmlBuildQName function, where integer overflows in buffer size calculations can lead to a stack-based buffer overflow. This issue can result in memory corruption or a denial of service when processing crafted input.
A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.
A flaw was found in libxslt where the attribute type, atype, flags are modified in a way that corrupts internal memory management. When XSLT functions, such as the key() process, result in tree fragments, this corruption prevents the proper cleanup of ID attributes. As a result, the system may access freed memory, causing crashes or enabling attackers to trigger heap corruption.
A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.
A vulnerability was found in libxml2. Processing certain sch:name elements from the input XML file can trigger a memory corruption issue. This flaw allows an attacker to craft a malicious XML input file that can lead libxml to crash, resulting in a denial of service or other possible undefined behavior due to sensitive data being corrupted in memory.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "A Subscription Management tool for finding and reporting Red Hat product usage",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Discovery, also known as Discovery, is an inspection and reporting tool that finds, identifies, and reports environment data, or facts, such as the number of physical and virtual systems on a network, their operating systems, and relevant configuration data stored within them. Discovery also identifies and reports more detailed facts for some versions of key Red Hat packages and products that it finds in the network.",
"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:13267",
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-12718",
"url": "https://access.redhat.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-40909",
"url": "https://access.redhat.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4138",
"url": "https://access.redhat.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4330",
"url": "https://access.redhat.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4435",
"url": "https://access.redhat.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-4517",
"url": "https://access.redhat.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-49796",
"url": "https://access.redhat.com/security/cve/CVE-2025-49796"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6021",
"url": "https://access.redhat.com/security/cve/CVE-2025-6021"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6965",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7425",
"url": "https://access.redhat.com/security/cve/CVE-2025-7425"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery",
"url": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_13267.json"
}
],
"title": "Red Hat Security Advisory: A Subscription Management tool for finding and reporting Red Hat product usage",
"tracking": {
"current_release_date": "2026-04-14T10:01:32+00:00",
"generator": {
"date": "2026-04-14T10:01:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:13267",
"initial_release_date": "2025-08-06T15:26:03+00:00",
"revision_history": [
{
"date": "2025-08-06T15:26:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-06T15:26:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T10:01:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Discovery 2",
"product": {
"name": "Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:discovery:2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Discovery"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3Aad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754478727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754485705"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3Ac517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754478727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.0.1-1754485705"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
}
]
},
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"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": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"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-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"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": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"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": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"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-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"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": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"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": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370014"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CPython\u0027s tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall() or TarFile.extract() with the filter=\"data\" or filter=\"tar\" parameters. This issue leads to potentially overwriting or modifying system files and metadata.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: python: Extraction filter bypass for linking outside extraction directory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this vulnerability was lowered due to the fact that successful exploitation requires the attacker to convince a privileged user or process to extract a malicious tar file. Since tar file extraction typically occurs in trusted contexts or with elevated privileges, the impact is reduced by the requirement of this access.\n\nVersions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 are marked as \u0027Not affected\u0027 as they just provide \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"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-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"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": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"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-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"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": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"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",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"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": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"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-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"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": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
},
{
"acknowledgments": [
{
"names": [
"Ahmed Lekssays"
]
}
],
"cve": "CVE-2025-6021",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-06-12T07:55:45.428000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372406"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxml2\u0027s xmlBuildQName function, where integer overflows in buffer size calculations can lead to a stack-based buffer overflow. This issue can result in memory corruption or a denial of service when processing crafted input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml2: Integer Overflow in xmlBuildQName() Leads to Stack Buffer Overflow in libxml2",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate due to the lack of confidentiality impact and limited integrity concerns, with the main risk being potential denial-of-service from a crash. Exploitation requires crafted XML input and specific application behavior using xmlBuildQName. While it\u2019s a write overflow, modern mitigations make remote code execution unlikely.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6021"
},
{
"category": "external",
"summary": "RHBZ#2372406",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372406"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6021",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6021"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/926",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/926"
}
],
"release_date": "2025-06-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability. Users are strongly advised to apply vendor-supplied patches as soon as they become available to address the underlying integer overflow flaw in the affected code.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxml2: Integer Overflow in xmlBuildQName() Leads to Stack Buffer Overflow in libxml2"
},
{
"cve": "CVE-2025-6965",
"cwe": {
"id": "CWE-197",
"name": "Numeric Truncation Error"
},
"discovery_date": "2025-07-15T14:02:19.241458+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380149"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlite: Integer Truncation in SQLite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in SQLite is categorized as Important rather than Critical because, although it involves memory corruption, the conditions required to trigger it are relatively constrained. The flaw arises when a query causes the number of aggregate terms to exceed internal limits, leading to potential buffer overflows or memory mismanagement. However, exploitation requires the ability to craft complex SQL queries and interact with the SQLite engine in a specific manner\u2014typically through direct SQL input. There is no known evidence of arbitrary code execution, privilege escalation, or remote exploitability as a direct result of this flaw. Additionally, most SQLite deployments are embedded in applications where input is tightly controlled or sanitized.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "RHBZ#2380149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL"
},
{
"category": "external",
"summary": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8",
"url": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8"
}
],
"release_date": "2025-07-15T13:44:00.784000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlite: Integer Truncation in SQLite"
},
{
"acknowledgments": [
{
"names": [
"Sergei Glazunov"
],
"organization": "Google Project Zero"
}
],
"cve": "CVE-2025-7425",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-07-10T09:37:28.172000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379274"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt where the attribute type, atype, flags are modified in a way that corrupts internal memory management. When XSLT functions, such as the key() process, result in tree fragments, this corruption prevents the proper cleanup of ID attributes. As a result, the system may access freed memory, causing crashes or enabling attackers to trigger heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This heap-use-after-free vulnerability in libxslt is rated Important because it can lead to memory corruption and application crashes. The flaw arises when internal attribute metadata (atype) is modified by libxslt\u0027s xsltSetSourceNodeFlags() function during processing of result tree fragments. If the flag corruption prevents proper removal of ID references, later memory cleanup routines may operate on already-freed memory. Since libxslt is commonly used in server-side XML processing, this could result in denial-of-service or potentially facilitate code execution under certain memory reuse conditions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7425"
},
{
"category": "external",
"summary": "RHBZ#2379274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140"
}
],
"release_date": "2025-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxslt: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr"
},
{
"cve": "CVE-2025-40909",
"cwe": {
"id": "CWE-427",
"name": "Uncontrolled Search Path Element"
},
"discovery_date": "2025-05-30T13:00:49.546076+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369407"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Perl standard library threads component. This vulnerability can allow a local attacker to exploit a race condition in directory handling to access files or load code from unexpected locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "perl: Perl threads have a working directory race condition where file operations may target unintended paths",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40909"
},
{
"category": "external",
"summary": "RHBZ#2369407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369407"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40909"
},
{
"category": "external",
"summary": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226",
"url": "https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098226"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e",
"url": "https://github.com/Perl/perl5/commit/11a11ecf4bea72b17d250cfb43c897be1341861e"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch",
"url": "https://github.com/Perl/perl5/commit/918bfff86ca8d6d4e4ec5b30994451e0bd74aba9.patch"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/10387",
"url": "https://github.com/Perl/perl5/issues/10387"
},
{
"category": "external",
"summary": "https://github.com/Perl/perl5/issues/23010",
"url": "https://github.com/Perl/perl5/issues/23010"
},
{
"category": "external",
"summary": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads",
"url": "https://perldoc.perl.org/5.14.0/perl5136delta#Directory-handles-not-copied-to-threads"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/05/22/2",
"url": "https://www.openwall.com/lists/oss-security/2025/05/22/2"
}
],
"release_date": "2025-05-30T12:20:11.237000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "perl: Perl threads have a working directory race condition where file operations may target unintended paths"
},
{
"cve": "CVE-2025-49796",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-06-12T00:35:26.470000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372385"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in libxml2. Processing certain sch:name elements from the input XML file can trigger a memory corruption issue. This flaw allows an attacker to craft a malicious XML input file that can lead libxml to crash, resulting in a denial of service or other possible undefined behavior due to sensitive data being corrupted in memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml: Type confusion leads to Denial of service (DoS)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has evaluated this vulnerability as having an Important security impact, as libxml can be used to parse XML from the network depending on how the program consumes it using the library. Additionally, although the initial report shows a crash due to invalid memory access (A:H), other undefined issues that can present data integrity due to the application overwriting sensitive data are not discarded (I:H).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-49796"
},
{
"category": "external",
"summary": "RHBZ#2372385",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372385"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-49796",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-49796"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/933",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/933"
}
],
"release_date": "2025-06-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-06T15:26:03+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer RPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:13267"
},
{
"category": "workaround",
"details": "There\u0027s no available mitigation other than to avoid processing untrusted XML documents if the user is unable/unwilling to update the library.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"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:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:ad07f55ee75fb20310c88f154a04665bd8465d138d66c665c300f61447858344_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c517869dacaf4d3650310d4a52e83706e0b311d6ebb4a9b37b1c7acff5c142ec_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:18fa5a5b82d77afe7a92e0115daf8c23df0f817d5917747d35212dc7e4c66413_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2020475c1f39087c770ff031c3a4c0b384aa680b1b9a8278ad80d127420ffffc_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxml: Type confusion leads to Denial of service (DoS)"
}
]
}
RHSA-2026:0934
Vulnerability from csaf_redhat - Published: 2026-01-22 04:35 - Updated: 2026-04-14 10:01A 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.
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".
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".
A vulnerability has been identified in the libarchive library, specifically within the archive_read_format_rar_seek_data() function. This flaw involves an integer overflow that can ultimately lead to a double-free condition. Exploiting a double-free vulnerability can result in memory corruption, enabling an attacker to execute arbitrary code or cause a denial-of-service condition.
A flaw was found in linux-pam. The module pam_namespace may use access user-controlled paths without proper protection, allowing local users to elevate their privileges to root via multiple symlink attacks and race conditions.
A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.
A flaw was found in libxslt where the attribute type, atype, flags are modified in a way that corrupts internal memory management. When XSLT functions, such as the key() process, result in tree fragments, this corruption prevents the proper cleanup of ID attributes. As a result, the system may access freed memory, causing crashes or enabling attackers to trigger heap corruption.
A flaw was found in linux-pam. The pam_namespace module may improperly handle user-controlled paths, allowing local users to exploit symlink attacks and race conditions to elevate their privileges to root. This CVE provides a "complete" fix for CVE-2025-6020.
Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: 2D). Supported versions that are affected are Oracle Java SE: 8u451, 8u451-perf, 11.0.27, 17.0.15, 21.0.7, 24.0.1; Oracle GraalVM for JDK: 17.0.15, 21.0.7 and 24.0.1; Oracle GraalVM Enterprise Edition: 21.3.14. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in takeover of Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability does not apply to Java deployments, typically in servers, that load and run only trusted code (e.g., code installed by an administrator). CVSS 3.1 Base Score 8.1 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H).
A vulnerability exists in BIND’s DNS resolver logic that makes it overly permissive when accepting resource records (RRs) in responses. Under certain conditions, this flaw allows attackers to inject unsolicited or forged DNS records into the cache. This can be exploited to poison the resolver cache, redirecting clients to malicious domains or unauthorized servers.
A use-after-free vulnerability was found in libxml2. This issue occurs when parsing XPath elements under certain circumstances when the XML schematron has the <sch:name path="..."/> schema elements. This flaw allows a malicious actor to craft a malicious XML document used as input for libxml, resulting in the program's crash using libxml or other possible undefined behaviors.
A vulnerability was found in libxml2. Processing certain sch:name elements from the input XML file can trigger a memory corruption issue. This flaw allows an attacker to craft a malicious XML input file that can lead libxml to crash, resulting in a denial of service or other possible undefined behavior due to sensitive data being corrupted in memory.
Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: Networking). Supported versions that are affected are Oracle Java SE: 8u451-perf, 11.0.27, 17.0.15, 21.0.7, 24.0.1; Oracle GraalVM for JDK: 17.0.15, 21.0.7 and 24.0.1; Oracle GraalVM Enterprise Edition: 21.3.14. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition. While the vulnerability is in Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition, attacks may significantly impact additional products (scope change). Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition accessible data. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability does not apply to Java deployments, typically in servers, that load and run only trusted code (e.g., code installed by an administrator). CVSS 3.1 Base Score 8.6 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N).
Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: 2D). Supported versions that are affected are Oracle Java SE: 8u451, 8u451-perf, 11.0.27, 17.0.15, 21.0.7, 24.0.1; Oracle GraalVM for JDK: 17.0.15, 21.0.7 and 24.0.1; Oracle GraalVM Enterprise Edition: 21.3.14. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in takeover of Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition. Note: This vulnerability can be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. This vulnerability also applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. CVSS 3.1 Base Score 8.1 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H).
A flaw was found in CUPS, a widely used printing service on Linux and UNIX-like systems. The issue arises when authentication is configured to use a method other than Basic, but the attacker sends an HTTP request with a Basic authentication header. Due to improper validation in the cupsdAuthorize() function, the password is not checked. This vulnerability allows attackers to bypass authentication entirely, resulting in unauthorized access to administrative functions and system configuration.
A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "Release of OpenShift Serverless Logic 1.36.0\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": "This release includes CVE bug fixes:\n* CVE-2024-12718\tpython3-libs-3.6.8-69.el8_10.x86_64 platform-python-3.6.8-69.el8_10.x86_64\tRHSA-2025:10128\n* CVE-2025-30749\tjava-17-openjdk-devel-17.0.15.0.6-2.el8.x86_64 java-17-openjdk-17.0.15.0.6-2.el8.x86_64 java-17-openjdk-headless-17.0.15.0.6-2.el8.x86_64\tRHSA-2025:10867\n* CVE-2025-40778\tpython3-bind-9.11.36-16.el8_10.4.noarch bind-license-9.11.36-16.el8_10.4.noarch bind-libs-9.11.36-16.el8_10.4.x86_64 bind-libs-lite-9.11.36-16.el8_10.4.x86_64 bind-utils-9.11.36-16.el8_10.4.x86_64\tRHSA-2025:19835\n* CVE-2025-4138\tplatform-python-3.6.8-69.el8_10.x86_64 python3-libs-3.6.8-69.el8_10.x86_64\tRHSA-2025:10128\n* CVE-2025-4517\tpython3-libs-3.6.8-69.el8_10.x86_64 platform-python-3.6.8-69.el8_10.x86_64\tRHSA-2025:10128\n* CVE-2025-49794\tlibxml2-2.9.7-19.el8_10.x86_64\tRHSA-2025:10698\n* CVE-2025-49796\tlibxml2-2.9.7-19.el8_10.x86_64\tRHSA-2025:10698\n* CVE-2025-50059\tjava-17-openjdk-devel-17.0.15.0.6-2.el8.x86_64java-17-openjdk-17.0.15.0.6-2.el8.x86_64 java-17-openjdk-headless-17.0.15.0.6-2.el8.x86_64\tRHSA-2025:10867\n* CVE-2025-50106\tjava-17-openjdk-devel-17.0.15.0.6-2.el8.x86_64, java-17-openjdk-17.0.15.0.6-2.el8.x86_64java-17-openjdk-headless-17.0.15.0.6-2.el8.x86_64\tRHSA-2025:10867\n* CVE-2025-58060\tcups-libs-2.2.6-62.el8_10.x86_64\tRHSA-2025:15702\n* CVE-2025-5914\tlibarchive-3.3.3-5.el8.x86_64\tRHSA-2025:14135\n* CVE-2025-59375\texpat-2.2.5-17.el8_10.x86_64\tRHSA-2025:21776\n* CVE-2025-6020\tpam-1.3.1-36.el8_10.x86_64\tRHSA-2025:10027\n* CVE-2025-6965\tsqlite-libs-3.26.0-19.el8_9.x86_64\tRHSA-2025:12010\n* CVE-2025-7425\tlibxml2-2.9.7-19.el8_10.x86_64\tRHSA-2025:12450\n* CVE-2025-8941\tpam-1.3.1-36.el8_10.x86_64\tRHSA-2025:14557",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:0934",
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2370013",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370013"
},
{
"category": "external",
"summary": "2370016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370016"
},
{
"category": "external",
"summary": "2370861",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370861"
},
{
"category": "external",
"summary": "2372373",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372373"
},
{
"category": "external",
"summary": "2372385",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372385"
},
{
"category": "external",
"summary": "2372426",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372426"
},
{
"category": "external",
"summary": "2372512",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372512"
},
{
"category": "external",
"summary": "2376783",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376783"
},
{
"category": "external",
"summary": "2376785",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376785"
},
{
"category": "external",
"summary": "2379031",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379031"
},
{
"category": "external",
"summary": "2379274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379274"
},
{
"category": "external",
"summary": "2380149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380149"
},
{
"category": "external",
"summary": "2388220",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2388220"
},
{
"category": "external",
"summary": "2392595",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392595"
},
{
"category": "external",
"summary": "2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "2405827",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2405827"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0934.json"
}
],
"title": "Red Hat Security Advisory: Release of OpenShift Serverless Logic 1.36.0 security update \u0026 enhancements",
"tracking": {
"current_release_date": "2026-04-14T10:01:48+00:00",
"generator": {
"date": "2026-04-14T10:01:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:0934",
"initial_release_date": "2026-01-22T04:35:39+00:00",
"revision_history": [
{
"date": "2026-01-22T04:35:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-22T04:35:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-14T10:01:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "8Base-Openshift-Serverless-1.36",
"product": {
"name": "8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_serverless:1.36::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Serverless"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"product": {
"name": "openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"product_id": "openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-data-index-ephemeral-rhel8\u0026tag=1.36.0-11"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"product": {
"name": "openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"product_id": "openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-data-index-postgresql-rhel8\u0026tag=1.36.0-11"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"product": {
"name": "openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"product_id": "openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-db-migrator-tool-rhel8\u0026tag=1.36.0-11"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"product": {
"name": "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"product_id": "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-jobs-service-ephemeral-rhel8\u0026tag=1.36.0-10"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"product": {
"name": "openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"product_id": "openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-jobs-service-postgresql-rhel8\u0026tag=1.36.0-10"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"product": {
"name": "openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"product_id": "openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8\u0026tag=1.36.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"product": {
"name": "openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"product_id": "openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-operator-bundle\u0026tag=1.36.0-12"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"product": {
"name": "openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"product_id": "openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-rhel8-operator\u0026tag=1.36.0-18"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"product": {
"name": "openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"product_id": "openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8\u0026tag=1.36.0-11"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"product": {
"name": "openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"product_id": "openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-swf-devmode-rhel8\u0026tag=1.36.0-7"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"product": {
"name": "openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"product_id": "openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-data-index-ephemeral-rhel8\u0026tag=1.36.0-11"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"product": {
"name": "openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"product_id": "openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-data-index-postgresql-rhel8\u0026tag=1.36.0-11"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"product": {
"name": "openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"product_id": "openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-db-migrator-tool-rhel8\u0026tag=1.36.0-11"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"product": {
"name": "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"product_id": "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-jobs-service-ephemeral-rhel8\u0026tag=1.36.0-10"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"product": {
"name": "openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"product_id": "openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-jobs-service-postgresql-rhel8\u0026tag=1.36.0-10"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"product": {
"name": "openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"product_id": "openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-operator-bundle\u0026tag=1.36.0-12"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"product": {
"name": "openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"product_id": "openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-rhel8-operator\u0026tag=1.36.0-18"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"product": {
"name": "openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"product_id": "openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8\u0026tag=1.36.0-11"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"product": {
"name": "openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"product_id": "openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-swf-devmode-rhel8\u0026tag=1.36.0-7"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"product": {
"name": "openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"product_id": "openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-data-index-ephemeral-rhel8\u0026tag=1.36.0-11"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"product": {
"name": "openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"product_id": "openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-data-index-postgresql-rhel8\u0026tag=1.36.0-11"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"product": {
"name": "openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"product_id": "openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-db-migrator-tool-rhel8\u0026tag=1.36.0-11"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"product": {
"name": "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"product_id": "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-jobs-service-ephemeral-rhel8\u0026tag=1.36.0-10"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"product": {
"name": "openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"product_id": "openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-jobs-service-postgresql-rhel8\u0026tag=1.36.0-10"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"product": {
"name": "openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"product_id": "openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8\u0026tag=1.36.0-4"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"product": {
"name": "openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"product_id": "openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-management-console-rhel8\u0026tag=1.36.0-9"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"product": {
"name": "openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"product_id": "openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-operator-bundle\u0026tag=1.36.0-12"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"product": {
"name": "openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"product_id": "openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-rhel8-operator\u0026tag=1.36.0-18"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"product": {
"name": "openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"product_id": "openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8\u0026tag=1.36.0-11"
}
}
},
{
"category": "product_version",
"name": "openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64",
"product": {
"name": "openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64",
"product_id": "openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-serverless-1/logic-swf-devmode-rhel8\u0026tag=1.36.0-7"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64"
},
"product_reference": "openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64"
},
"product_reference": "openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le"
},
"product_reference": "openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64"
},
"product_reference": "openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64"
},
"product_reference": "openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le"
},
"product_reference": "openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64"
},
"product_reference": "openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64"
},
"product_reference": "openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le"
},
"product_reference": "openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64"
},
"product_reference": "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le"
},
"product_reference": "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64"
},
"product_reference": "openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64"
},
"product_reference": "openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le"
},
"product_reference": "openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64"
},
"product_reference": "openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64"
},
"product_reference": "openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64"
},
"product_reference": "openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64"
},
"product_reference": "openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64"
},
"product_reference": "openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le"
},
"product_reference": "openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64"
},
"product_reference": "openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64"
},
"product_reference": "openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le"
},
"product_reference": "openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64"
},
"product_reference": "openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64"
},
"product_reference": "openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64"
},
"product_reference": "openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le"
},
"product_reference": "openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le"
},
"product_reference": "openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64"
},
"product_reference": "openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64 as a component of 8Base-Openshift-Serverless-1.36",
"product_id": "8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
},
"product_reference": "openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64",
"relates_to_product_reference": "8Base-RHOSS-1.36"
}
]
},
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"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": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
},
{
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"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": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
},
{
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cpython: python: Bypassing extraction filter to create symlinks to arbitrary targets outside extraction directory"
},
{
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"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": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
},
{
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
},
{
"cve": "CVE-2025-5914",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2025-06-06T17:58:25.491000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370861"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability has been identified in the libarchive library, specifically within the archive_read_format_rar_seek_data() function. This flaw involves an integer overflow that can ultimately lead to a double-free condition. Exploiting a double-free vulnerability can result in memory corruption, enabling an attacker to execute arbitrary code or cause a denial-of-service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: Double free at archive_read_format_rar_seek_data() in archive_read_support_format_rar.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has rated this vulnerability as Important because it allows a local attacker with limited privileges to trigger a double-free in libarchive\u0027s RAR parser by providing a specially crafted RAR archive. Successful exploitation could result in code execution or application crashes.",
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-5914"
},
{
"category": "external",
"summary": "RHBZ#2370861",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370861"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-5914",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5914"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2598",
"url": "https://github.com/libarchive/libarchive/pull/2598"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/releases/tag/v3.8.0",
"url": "https://github.com/libarchive/libarchive/releases/tag/v3.8.0"
}
],
"release_date": "2025-05-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libarchive: Double free at archive_read_format_rar_seek_data() in archive_read_support_format_rar.c"
},
{
"acknowledgments": [
{
"names": [
"Olivier BAL-PETRE"
],
"organization": "ANSSI - French Cybersecurity Agency"
}
],
"cve": "CVE-2025-6020",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T16:33:01.214000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372512"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in linux-pam. The module pam_namespace may use access user-controlled paths without proper protection, allowing local users to elevate their privileges to root via multiple symlink attacks and race conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "linux-pam: Linux-pam directory Traversal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in pam_namespace marked as Important rather than Moderate due to its direct impact on privilege boundaries and the ease of exploitation in common configurations. By leveraging symlink attacks or race conditions in polyinstantiated directories under their control, unprivileged local users can escalate to root, compromising the entire system. Since pam_namespace is often used in multi-user environments (e.g., shared systems, terminal servers, containers), a misconfigured or partially protected setup becomes a single point of failure. The attack does not require special capabilities or kernel-level exploits\u2014just timing and control over certain paths\u2014making it both reliable and low-barrier. Moreover, privilege escalation flaws like this can be chained with other vulnerabilities to persist or evade detection, further amplifying the risk.",
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6020"
},
{
"category": "external",
"summary": "RHBZ#2372512",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372512"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6020",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6020"
},
{
"category": "external",
"summary": "https://github.com/linux-pam/linux-pam/security/advisories/GHSA-f9p8-gjr4-j9gx",
"url": "https://github.com/linux-pam/linux-pam/security/advisories/GHSA-f9p8-gjr4-j9gx"
}
],
"release_date": "2025-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
},
{
"category": "workaround",
"details": "Disable the `pam_namespace` module if it is not essential for your environment, or carefully review and configure it to avoid operating on any directories or paths that can be influenced or controlled by unprivileged users, such as user home directories or world-writable locations like `/tmp`.",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "linux-pam: Linux-pam directory Traversal"
},
{
"cve": "CVE-2025-6965",
"cwe": {
"id": "CWE-197",
"name": "Numeric Truncation Error"
},
"discovery_date": "2025-07-15T14:02:19.241458+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380149"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlite: Integer Truncation in SQLite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in SQLite is categorized as Important rather than Critical because, although it involves memory corruption, the conditions required to trigger it are relatively constrained. The flaw arises when a query causes the number of aggregate terms to exceed internal limits, leading to potential buffer overflows or memory mismanagement. However, exploitation requires the ability to craft complex SQL queries and interact with the SQLite engine in a specific manner\u2014typically through direct SQL input. There is no known evidence of arbitrary code execution, privilege escalation, or remote exploitability as a direct result of this flaw. Additionally, most SQLite deployments are embedded in applications where input is tightly controlled or sanitized.",
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "RHBZ#2380149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL"
},
{
"category": "external",
"summary": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8",
"url": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8"
}
],
"release_date": "2025-07-15T13:44:00.784000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
},
{
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlite: Integer Truncation in SQLite"
},
{
"acknowledgments": [
{
"names": [
"Sergei Glazunov"
],
"organization": "Google Project Zero"
}
],
"cve": "CVE-2025-7425",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-07-10T09:37:28.172000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379274"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxslt where the attribute type, atype, flags are modified in a way that corrupts internal memory management. When XSLT functions, such as the key() process, result in tree fragments, this corruption prevents the proper cleanup of ID attributes. As a result, the system may access freed memory, causing crashes or enabling attackers to trigger heap corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This heap-use-after-free vulnerability in libxslt is rated Important because it can lead to memory corruption and application crashes. The flaw arises when internal attribute metadata (atype) is modified by libxslt\u0027s xsltSetSourceNodeFlags() function during processing of result tree fragments. If the flag corruption prevents proper removal of ID references, later memory cleanup routines may operate on already-freed memory. Since libxslt is commonly used in server-side XML processing, this could result in denial-of-service or potentially facilitate code execution under certain memory reuse conditions.",
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7425"
},
{
"category": "external",
"summary": "RHBZ#2379274",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379274"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7425"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/140"
}
],
"release_date": "2025-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
},
{
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxslt: Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr"
},
{
"cve": "CVE-2025-8941",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-08-13T12:11:55.270000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2388220"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in linux-pam. The pam_namespace module may improperly handle user-controlled paths, allowing local users to exploit symlink attacks and race conditions to elevate their privileges to root. This CVE provides a \"complete\" fix for CVE-2025-6020.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "linux-pam: Incomplete fix for CVE-2025-6020",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in pam_namespace is rated Important because it allows a local, unprivileged user to escalate privileges to root by exploiting symlink attacks or race conditions in polyinstantiated directories under their control. Successful exploitation requires only the ability to create and manipulate filesystem paths in such directories, without the need for special capabilities or kernel-level vulnerabilities. In multi-user environments\u2014such as shared systems, terminal servers, or certain container deployments, an unprotected or misconfigured pam_namespace configuration can serve as a single point of compromise. Privilege escalation flaws of this nature may also be chained with other vulnerabilities to maintain persistence or evade detection, further increasing the overall impact.",
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8941"
},
{
"category": "external",
"summary": "RHBZ#2388220",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2388220"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8941",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8941"
}
],
"release_date": "2025-08-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
},
{
"category": "workaround",
"details": "Disable the `pam_namespace` module if it is not essential for your environment, or carefully review and configure it to avoid operating on any directories or paths that can be influenced or controlled by unprivileged users, such as user home directories or world-writable locations like `/tmp`.",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "linux-pam: Incomplete fix for CVE-2025-6020"
},
{
"cve": "CVE-2025-30749",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2025-07-07T10:35:26.542000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376783"
}
],
"notes": [
{
"category": "description",
"text": "Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: 2D). Supported versions that are affected are Oracle Java SE: 8u451, 8u451-perf, 11.0.27, 17.0.15, 21.0.7, 24.0.1; Oracle GraalVM for JDK: 17.0.15, 21.0.7 and 24.0.1; Oracle GraalVM Enterprise Edition: 21.3.14. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in takeover of Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability does not apply to Java deployments, typically in servers, that load and run only trusted code (e.g., code installed by an administrator). CVSS 3.1 Base Score 8.1 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openjdk: Better Glyph drawing (Oracle CPU 2025-07)",
"title": "Vulnerability summary"
},
{
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30749"
},
{
"category": "external",
"summary": "RHBZ#2376783",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376783"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30749",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30749"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujul2025.html#AppendixJAVA",
"url": "https://www.oracle.com/security-alerts/cpujul2025.html#AppendixJAVA"
}
],
"release_date": "2025-07-15T20:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openjdk: Better Glyph drawing (Oracle CPU 2025-07)"
},
{
"cve": "CVE-2025-40778",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2025-10-22T15:07:23.729000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2405827"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability exists in BIND\u2019s DNS resolver logic that makes it overly permissive when accepting resource records (RRs) in responses. Under certain conditions, this flaw allows attackers to inject unsolicited or forged DNS records into the cache. This can be exploited to poison the resolver cache, redirecting clients to malicious domains or unauthorized servers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bind: Cache poisoning attacks with unsolicited RRs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is classified as Important rather than Critical because its impact is limited to cache poisoning within recursive resolvers and does not allow direct code execution, privilege escalation, or service disruption. The vulnerability affects the accuracy of DNS responses, but not the availability or confidentiality of systems. Additionally, DNSSEC-enabled deployments and restricted recursive access can significantly mitigate exploitation risks. Therefore, while the flaw can misdirect network traffic and compromise trust in name resolution, it does not directly compromise the underlying server or client systems, justifying an Important \u2014 but not Critical \u2014 severity rating.\n\nTechnical Analysis:\nThe issue arises because BIND fails to strictly validate unsolicited resource records accompanying legitimate DNS responses. This gap allows forged recursive resolvers to be cached as valid entries. Since the attack is remote, requires no authentication, and exploits a low-complexity vector, it is highly impactful in recursive resolver environments\u2014especially those exposed to untrusted clients or open resolvers.",
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40778"
},
{
"category": "external",
"summary": "RHBZ#2405827",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2405827"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40778",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40778"
}
],
"release_date": "2025-10-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
},
{
"category": "workaround",
"details": "While it is not possible to eliminate risk from this vulnerability, there are several options for reducing the risk. These include restricting recursive queries to trusted or internal networks only, and apply rate limiting or firewall rules to prevent excessive or repetitive requests. Enabling DNSSEC validation helps reject forged records, while isolating recursive resolvers from authoritative servers limits the impact of potential cache poisoning. Active monitoring of CPU usage, query volume, and cache anomalies can provide early warning of abuse or attacks.",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bind: Cache poisoning attacks with unsolicited RRs"
},
{
"cve": "CVE-2025-49794",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-06-11T21:33:43.044000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372373"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in libxml2. This issue occurs when parsing XPath elements under certain circumstances when the XML schematron has the \u003csch:name path=\"...\"/\u003e schema elements. This flaw allows a malicious actor to craft a malicious XML document used as input for libxml, resulting in the program\u0027s crash using libxml or other possible undefined behaviors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml: Heap use after free (UAF) leads to Denial of service (DoS)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue was rated with a severity impact of Important by Red Hat Product Security, as libxml can be used to parse XML coming from the network depending on how the program consumes it and uses the library. Additionally, although the initial report shows a crash due to invalid memory access (A:H), other undefined issues that can present data integrity due to the application overwriting sensitive data are not discarded (I:H).",
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-49794"
},
{
"category": "external",
"summary": "RHBZ#2372373",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372373"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-49794",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-49794"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/931",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/931"
}
],
"release_date": "2025-06-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
},
{
"category": "workaround",
"details": "There\u0027s no available mitigation other than avoid processing untrusted XML documents before updating to the libxml version containing the fix.",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"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:H",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxml: Heap use after free (UAF) leads to Denial of service (DoS)"
},
{
"cve": "CVE-2025-49796",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-06-12T00:35:26.470000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372385"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in libxml2. Processing certain sch:name elements from the input XML file can trigger a memory corruption issue. This flaw allows an attacker to craft a malicious XML input file that can lead libxml to crash, resulting in a denial of service or other possible undefined behavior due to sensitive data being corrupted in memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml: Type confusion leads to Denial of service (DoS)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has evaluated this vulnerability as having an Important security impact, as libxml can be used to parse XML from the network depending on how the program consumes it using the library. Additionally, although the initial report shows a crash due to invalid memory access (A:H), other undefined issues that can present data integrity due to the application overwriting sensitive data are not discarded (I:H).",
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-49796"
},
{
"category": "external",
"summary": "RHBZ#2372385",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372385"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-49796",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-49796"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/933",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/933"
}
],
"release_date": "2025-06-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
},
{
"category": "workaround",
"details": "There\u0027s no available mitigation other than to avoid processing untrusted XML documents if the user is unable/unwilling to update the library.",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"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:H",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxml: Type confusion leads to Denial of service (DoS)"
},
{
"cve": "CVE-2025-50059",
"cwe": {
"id": "CWE-201",
"name": "Insertion of Sensitive Information Into Sent Data"
},
"discovery_date": "2025-07-07T10:48:25.047000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376785"
}
],
"notes": [
{
"category": "description",
"text": "Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: Networking). Supported versions that are affected are Oracle Java SE: 8u451-perf, 11.0.27, 17.0.15, 21.0.7, 24.0.1; Oracle GraalVM for JDK: 17.0.15, 21.0.7 and 24.0.1; Oracle GraalVM Enterprise Edition: 21.3.14. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition. While the vulnerability is in Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition, attacks may significantly impact additional products (scope change). Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition accessible data. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability does not apply to Java deployments, typically in servers, that load and run only trusted code (e.g., code installed by an administrator). CVSS 3.1 Base Score 8.6 (Confidentiality impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openjdk: Improve HTTP client header handling (Oracle CPU 2025-07)",
"title": "Vulnerability summary"
},
{
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-50059"
},
{
"category": "external",
"summary": "RHBZ#2376785",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376785"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-50059",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-50059"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujul2025.html#AppendixJAVA",
"url": "https://www.oracle.com/security-alerts/cpujul2025.html#AppendixJAVA"
}
],
"release_date": "2025-07-15T20:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openjdk: Improve HTTP client header handling (Oracle CPU 2025-07)"
},
{
"cve": "CVE-2025-50106",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2025-07-09T15:41:11.313000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2379031"
}
],
"notes": [
{
"category": "description",
"text": "Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: 2D). Supported versions that are affected are Oracle Java SE: 8u451, 8u451-perf, 11.0.27, 17.0.15, 21.0.7, 24.0.1; Oracle GraalVM for JDK: 17.0.15, 21.0.7 and 24.0.1; Oracle GraalVM Enterprise Edition: 21.3.14. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in takeover of Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition. Note: This vulnerability can be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. This vulnerability also applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. CVSS 3.1 Base Score 8.1 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openjdk: Glyph out-of-memory access and crash (Oracle CPU 2025-07)",
"title": "Vulnerability summary"
},
{
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-50106"
},
{
"category": "external",
"summary": "RHBZ#2379031",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2379031"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-50106",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-50106"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujul2025.html#AppendixJAVA",
"url": "https://www.oracle.com/security-alerts/cpujul2025.html#AppendixJAVA"
}
],
"release_date": "2025-07-15T20:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openjdk: Glyph out-of-memory access and crash (Oracle CPU 2025-07)"
},
{
"acknowledgments": [
{
"names": [
"Hristo Venev"
]
}
],
"cve": "CVE-2025-58060",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"discovery_date": "2025-09-02T12:06:54.304000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392595"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in CUPS, a widely used printing service on Linux and UNIX-like systems. The issue arises when authentication is configured to use a method other than Basic, but the attacker sends an HTTP request with a Basic authentication header. Due to improper validation in the cupsdAuthorize() function, the password is not checked. This vulnerability allows attackers to bypass authentication entirely, resulting in unauthorized access to administrative functions and system configuration.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cups: Authentication Bypass in CUPS Authorization Handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has assessed the severity of this vulnerability as Important, given that it enables complete authentication bypass. Exploitation requires no valid credentials and can be performed remotely in some configurations. Attackers could gain administrative privileges in CUPS, modify critical configuration files, or potentially escalate their access further depending on the system environment. The root cause is a missing authentication check when the AuthType is set to values other than Basic but a Basic authorization header is supplied.",
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58060"
},
{
"category": "external",
"summary": "RHBZ#2392595",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392595"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58060"
},
{
"category": "external",
"summary": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-4c68-qgrh-rmmq",
"url": "https://github.com/OpenPrinting/cups/security/advisories/GHSA-4c68-qgrh-rmmq"
}
],
"release_date": "2025-09-11T13:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to a widespread installation base, or stability. It is strongly advised to apply vendor-supplied patches as soon as they are released to address this authentication bypass vulnerability.",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cups: Authentication Bypass in CUPS Authorization Handling"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classified as Moderate instead of Important.",
"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": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-22/#CVE-2025-59375"
},
{
"category": "external",
"summary": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375",
"url": "https://www.mozilla.org/security/advisories/mfsa2026-24/#CVE-2025-59375"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T04:35:39+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0934"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:215d1630f58ae5bfb0e1d37f39af05af76cbd76b944719cd19586836d133d744_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:5c56a7766667f767be1caf592bbffac12ec7faf11604ff8c07f74b737299396c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-ephemeral-rhel8@sha256:a7bc7836315c4cd780bd7ffb107c4766002338064688ab32d867e31f71555ec0_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:325ba169cd6a0997ecef78c9bbca638c16f014f6543b1a2e82b61f59fba9e96b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:47e272e4d713c566ef0bd8007bd78b6d28825607ec5b50b75ffe1c2b31b50711_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-data-index-postgresql-rhel8@sha256:5471e98d5131187f6610009cb438df50fe4fed9ab579ec83ab77da7c3bc6bb5b_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:3f43a82674556552e2810f752d02ac57dcc49b18aa8069b71d24509767468874_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:42d92634b80d989a8fa7c643208808e7086a51250fbc97db70b85df0e060720b_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-db-migrator-tool-rhel8@sha256:a686bf1195c72e3f9098da8b1ae07d41a955f02060b00f1a7df61c7e6c6cb05a_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:123a0cc1671c538b32253df3ffe87b34e76d57ce591cef090ab622a259c82999_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:83f82a69d50613cb57e29c6ed91517a2bd3727229606746984c2d198151bfc51_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-ephemeral-rhel8@sha256:fa7aa68cbc334378d04020e573d1519fad14883a79dad86bcb229bd2ff5ed210_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:a561456600b960f618b60378d4d550c05ff7e48c05905725ec0dbdc9078ce557_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:d2040b3ca4cbbacf14a0c8140479c0539810aa62c3cce0a0cf3dcf9aad99333c_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-jobs-service-postgresql-rhel8@sha256:dc2d68799c2ab0324aab78d9b4317c9e3ffccbd459af2df099b8914bcc5431fa_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:0c1d73a9cdd16a603dec682dee19b1755590674f28c45d1393da227ceb528714_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-kn-workflow-cli-artifacts-rhel8@sha256:2b0b736c3f003557cc13e07c62153dcf693c6f023369dbe574f29167d7457993_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-management-console-rhel8@sha256:5da036d39d3bcd61641926d480ddefb02ef3f84630b7f9975a0ba0c757c5561c_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:1952b244eefe4a9befb32feb68517ba3cb33dabda85193304f8cf1865a983e12_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:3a7ac84bbdb706e4bbce0fed2e3c6b8c4cd14d12deee77470ac623198f0fe2f4_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-operator-bundle@sha256:82cab0630e0615a70f4a48aceca9ead900324a48b4d5e992f5f5d7b5f4186add_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:11ceb16782fc88337bdf1e25dea2450ef0a18f5e626ff66805f8139b87f1af0a_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:14121fa98dfdd1fe005140c16fc1d8c4534bfdadc200c361b96fff26864d5537_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-rhel8-operator@sha256:810ebae2db120891302d6d2c1a6878dd4f4f3c483c3842063ed3748df8a56e1e_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:888a3e0e145bbba887a28affa275a5b70d6d492cf2510e232db3b76d3cf45409_amd64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:8fdbbf0b40b85381aa8c5ec6f799f5856ca7a2fdf63230cadbd3a5d26ed471e3_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-builder-rhel8@sha256:b7a73d5750b374412a1d80318671f2f64f64fa4145b69cae4f8ae71b54519559_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:2cd2cd2e6975fdf774ea27bfb57c7c918b1177d1b5247d91052723bf6a44dd57_ppc64le",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:3f8da099dd2d7b4d0a3d5cd7016b551fdfd7d3d32ed74757db297470a04ee9e6_arm64",
"8Base-RHOSS-1.36:openshift-serverless-1/logic-swf-devmode-rhel8@sha256:c43f449ced50cfc662e9cf17dfa9af697d7fb6c816cc7849a68a0f5b5298d14c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "firefox: thunderbird: expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
}
]
}
RHSA-2025:10136
Vulnerability from csaf_redhat - Published: 2025-07-01 21:13 - Updated: 2026-03-18 03:02A 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.
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".
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.
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.
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".
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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-03-18T03:02:50+00:00",
"generator": {
"date": "2026-03-18T03:02:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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-03-18T03:02:50+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:10026
Vulnerability from csaf_redhat - Published: 2025-07-01 13:22 - Updated: 2026-03-18 03:02A 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.
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".
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.
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.
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".
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 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:10026",
"url": "https://access.redhat.com/errata/RHSA-2025:10026"
},
{
"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_10026.json"
}
],
"title": "Red Hat Security Advisory: python3.11 security update",
"tracking": {
"current_release_date": "2026-03-18T03:02:37+00:00",
"generator": {
"date": "2026-03-18T03:02:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2025:10026",
"initial_release_date": "2025-07-01T13:22:58+00:00",
"revision_history": [
{
"date": "2025-07-01T13:22:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-07-01T13:22:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T03:02:37+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.11-0:3.11.13-1.el8_10.src",
"product": {
"name": "python3.11-0:3.11.13-1.el8_10.src",
"product_id": "python3.11-0:3.11.13-1.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.13-1.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.13-1.el8_10.aarch64",
"product": {
"name": "python3.11-0:3.11.13-1.el8_10.aarch64",
"product_id": "python3.11-0:3.11.13-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.13-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"product": {
"name": "python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"product_id": "python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.13-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"product": {
"name": "python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"product_id": "python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.13-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"product": {
"name": "python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"product_id": "python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.13-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"product": {
"name": "python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"product_id": "python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.13-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"product": {
"name": "python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"product_id": "python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.13-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"product": {
"name": "python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"product_id": "python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.13-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"product": {
"name": "python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"product_id": "python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.13-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.13-1.el8_10.aarch64",
"product": {
"name": "python3.11-test-0:3.11.13-1.el8_10.aarch64",
"product_id": "python3.11-test-0:3.11.13-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.13-1.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.13-1.el8_10.ppc64le",
"product": {
"name": "python3.11-0:3.11.13-1.el8_10.ppc64le",
"product_id": "python3.11-0:3.11.13-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.13-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"product": {
"name": "python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"product_id": "python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.13-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"product": {
"name": "python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"product_id": "python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.13-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"product": {
"name": "python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"product_id": "python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.13-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"product": {
"name": "python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"product_id": "python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.13-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"product": {
"name": "python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"product_id": "python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.13-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"product": {
"name": "python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"product_id": "python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.13-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"product": {
"name": "python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"product_id": "python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.13-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"product": {
"name": "python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"product_id": "python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.13-1.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.13-1.el8_10.x86_64",
"product": {
"name": "python3.11-0:3.11.13-1.el8_10.x86_64",
"product_id": "python3.11-0:3.11.13-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.13-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"product": {
"name": "python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"product_id": "python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.13-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"product": {
"name": "python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"product_id": "python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.13-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"product": {
"name": "python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"product_id": "python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.13-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"product": {
"name": "python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"product_id": "python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.13-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"product": {
"name": "python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"product_id": "python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.13-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"product": {
"name": "python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"product_id": "python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.13-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"product": {
"name": "python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"product_id": "python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.13-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.13-1.el8_10.x86_64",
"product": {
"name": "python3.11-test-0:3.11.13-1.el8_10.x86_64",
"product_id": "python3.11-test-0:3.11.13-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.13-1.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.13-1.el8_10.i686",
"product": {
"name": "python3.11-devel-0:3.11.13-1.el8_10.i686",
"product_id": "python3.11-devel-0:3.11.13-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.13-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.13-1.el8_10.i686",
"product": {
"name": "python3.11-libs-0:3.11.13-1.el8_10.i686",
"product_id": "python3.11-libs-0:3.11.13-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.13-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"product": {
"name": "python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"product_id": "python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.13-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"product": {
"name": "python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"product_id": "python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.13-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-0:3.11.13-1.el8_10.i686",
"product": {
"name": "python3.11-0:3.11.13-1.el8_10.i686",
"product_id": "python3.11-0:3.11.13-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.13-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.13-1.el8_10.i686",
"product": {
"name": "python3.11-debug-0:3.11.13-1.el8_10.i686",
"product_id": "python3.11-debug-0:3.11.13-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.13-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.13-1.el8_10.i686",
"product": {
"name": "python3.11-idle-0:3.11.13-1.el8_10.i686",
"product_id": "python3.11-idle-0:3.11.13-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.13-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.13-1.el8_10.i686",
"product": {
"name": "python3.11-test-0:3.11.13-1.el8_10.i686",
"product_id": "python3.11-test-0:3.11.13-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.13-1.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"product": {
"name": "python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"product_id": "python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.13-1.el8_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.13-1.el8_10.s390x",
"product": {
"name": "python3.11-0:3.11.13-1.el8_10.s390x",
"product_id": "python3.11-0:3.11.13-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.13-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.13-1.el8_10.s390x",
"product": {
"name": "python3.11-devel-0:3.11.13-1.el8_10.s390x",
"product_id": "python3.11-devel-0:3.11.13-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.13-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.13-1.el8_10.s390x",
"product": {
"name": "python3.11-libs-0:3.11.13-1.el8_10.s390x",
"product_id": "python3.11-libs-0:3.11.13-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.13-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"product": {
"name": "python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"product_id": "python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.13-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"product": {
"name": "python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"product_id": "python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.13-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"product": {
"name": "python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"product_id": "python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.13-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.13-1.el8_10.s390x",
"product": {
"name": "python3.11-debug-0:3.11.13-1.el8_10.s390x",
"product_id": "python3.11-debug-0:3.11.13-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.13-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.13-1.el8_10.s390x",
"product": {
"name": "python3.11-idle-0:3.11.13-1.el8_10.s390x",
"product_id": "python3.11-idle-0:3.11.13-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.13-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.13-1.el8_10.s390x",
"product": {
"name": "python3.11-test-0:3.11.13-1.el8_10.s390x",
"product_id": "python3.11-test-0:3.11.13-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.13-1.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"product": {
"name": "python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"product_id": "python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-rpm-macros@3.11.13-1.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-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.11-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-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.11-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-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.11-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-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.11-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-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.11-0:3.11.13-1.el8_10.src"
},
"product_reference": "python3.11-0:3.11.13-1.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-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.11-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-0:3.11.13-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.11-debug-0:3.11.13-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.11-debug-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-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.11-debug-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-debug-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-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.11-debug-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-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.11-debug-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-debug-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-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.11-debug-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.13-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.11-debuginfo-0:3.11.13-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.11-debuginfo-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-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.11-debuginfo-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-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.11-debuginfo-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-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.11-debuginfo-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-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.11-debuginfo-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-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.11-debugsource-0:3.11.13-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.11-debugsource-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-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.11-debugsource-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-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.11-debugsource-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-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.11-debugsource-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-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.11-debugsource-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.13-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.11-devel-0:3.11.13-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.11-devel-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-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.11-devel-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-devel-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-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.11-devel-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-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.11-devel-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-devel-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-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.11-devel-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.13-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.11-idle-0:3.11.13-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.11-idle-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-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.11-idle-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-idle-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-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.11-idle-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-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.11-idle-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-idle-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-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.11-idle-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.13-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.11-libs-0:3.11.13-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.11-libs-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-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.11-libs-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-libs-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-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.11-libs-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-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.11-libs-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-libs-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-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.11-libs-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.13-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.11-rpm-macros-0:3.11.13-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.11-rpm-macros-0:3.11.13-1.el8_10.noarch"
},
"product_reference": "python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-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.11-test-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-test-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-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.11-test-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-test-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-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.11-test-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-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.11-test-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-test-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-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.11-test-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-test-0:3.11.13-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.11-tkinter-0:3.11.13-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.11-tkinter-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-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.11-tkinter-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-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.11-tkinter-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-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.11-tkinter-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-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.11-tkinter-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.13-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.11-0:3.11.13-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.11-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-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.11-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-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.11-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-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.11-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-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.11-0:3.11.13-1.el8_10.src"
},
"product_reference": "python3.11-0:3.11.13-1.el8_10.src",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-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.11-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-0:3.11.13-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.11-debug-0:3.11.13-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.11-debug-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-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.11-debug-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-debug-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-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.11-debug-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-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.11-debug-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-debug-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-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.11-debug-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.13-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.11-debuginfo-0:3.11.13-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.11-debuginfo-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-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.11-debuginfo-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-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.11-debuginfo-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-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.11-debuginfo-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-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.11-debuginfo-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-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.11-debugsource-0:3.11.13-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.11-debugsource-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-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.11-debugsource-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-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.11-debugsource-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-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.11-debugsource-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-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.11-debugsource-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.13-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.11-devel-0:3.11.13-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.11-devel-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-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.11-devel-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-devel-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-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.11-devel-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-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.11-devel-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-devel-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-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.11-devel-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.13-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.11-idle-0:3.11.13-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.11-idle-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-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.11-idle-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-idle-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-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.11-idle-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-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.11-idle-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-idle-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-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.11-idle-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.13-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.11-libs-0:3.11.13-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.11-libs-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-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.11-libs-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-libs-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-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.11-libs-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-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.11-libs-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-libs-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-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.11-libs-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.13-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.11-rpm-macros-0:3.11.13-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.11-rpm-macros-0:3.11.13-1.el8_10.noarch"
},
"product_reference": "python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-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.11-test-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-test-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-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.11-test-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-test-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-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.11-test-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-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.11-test-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-test-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-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.11-test-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-test-0:3.11.13-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.11-tkinter-0:3.11.13-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.11-tkinter-0:3.11.13-1.el8_10.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-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.11-tkinter-0:3.11.13-1.el8_10.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-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.11-tkinter-0:3.11.13-1.el8_10.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-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.11-tkinter-0:3.11.13-1.el8_10.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-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.11-tkinter-0:3.11.13-1.el8_10.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.13-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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-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:22: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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10026"
},
{
"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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-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:22: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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10026"
},
{
"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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-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:22: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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10026"
},
{
"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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-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:22: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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10026"
},
{
"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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-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:22: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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:10026"
},
{
"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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-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.11-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-1.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: cpython: Arbitrary writes via tarfile realpath overflow"
}
]
}
RHSA-2025:10028
Vulnerability from csaf_redhat - Published: 2025-07-01 13:21 - Updated: 2026-03-18 03:02A 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.
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".
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.
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.
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".
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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-03-18T03:02:48+00:00",
"generator": {
"date": "2026-03-18T03:02:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"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-03-18T03:02:48+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:23530
Vulnerability from csaf_redhat - Published: 2025-12-18 01:35 - Updated: 2026-04-13 20:00A vulnerability was found in Python/CPython that does not disallow configuring an empty list ("[]") for SSLContext.set_npn_protocols(), which is an invalid value for the underlying OpenSSL API. This issue results in a buffer over-read when NPN is used. See CVE -2024-5535 for OpenSSL for more information.
CWE-20 - Improper Input ValidationA vulnerability has been found in the Python `venv` module and CLI. Path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment "activation" scripts, for example, "source venv/bin/activate". This flaw allows attacker-controlled virtual environments to run commands when the virtual environment is activated.
A flaw was found in Python. The `urllib.parse.urlsplit()` and `urlparse()` functions improperly validated bracketed hosts (`[]`), allowing hosts that weren't IPv6 or IPvFuture compliant. This behavior was not conformant to RFC 3986 and was potentially vulnerable to server-side request forgery (SSRF) if a URL is processed by more than one URL parser.
CWE-1287 - Improper Validation of Specified Type of InputA flaw was found in Python. The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accept domain names that included square brackets, which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.
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".
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.
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.
A vulnerability has been identified in CPython's bytes.decode() function when used with the "unicode_escape" encoding and the "ignore" or "replace" error handling modes. This flaw can result in the incorrect decoding of byte strings. While this may not directly lead to traditional security breaches like data exfiltration, the resulting unexpected program behavior could introduce instability, logic errors, or unintended side effects within applications that rely on this specific decoding functionality.
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".
A denial-of-service (DoS) vulnerability has been discovered in Python's html.parser.HTMLParser class. When processing specially malformed HTML input, the parsing runtime can become quadratic with respect to the input size. This significantly increased processing time can lead to excessive resource consumption, ultimately causing a denial-of-service condition in applications that rely on this parser.
A vulnerability in Python’s os.path.expandvars() function that can cause performance degradation. When processing specially crafted, user-controlled input with nested environment variable patterns, the function exhibits quadratic time complexity, potentially leading to excessive CPU usage and denial of service (DoS) conditions. No code execution or data exposure occurs, so the impact is limited to performance slowdown.
A zip file handling flaw has been discovered in the python standard library `zipfile` module. The 'zipfile' module would not check the validity of the ZIP64 End of Central Directory (EOCD) Locator record offset value would not be used to locate the ZIP64 EOCD record, instead the ZIP64 EOCD record would be assumed to be the previous record in the ZIP archive. This could be abused to create ZIP archives that are handled differently by the 'zipfile' module compared to other ZIP implementations.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 the python39:3.9 module 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* python: Invalid value for OpenSSL API may cause Buffer over-read when NPN is used (CVE-2024-5642)\n\n* python: Virtual environment (venv) activation scripts don\u0027t quote paths (CVE-2024-9287)\n\n* python: Improper validation of IPv6 and IPvFuture addresses (CVE-2024-11168)\n\n* python: cpython: URL parser allowed square brackets in domain names (CVE-2025-0938)\n\n* cpython: python: CPython DecodeError Handling Vulnerability (CVE-2025-4516)\n\n* cpython: Tarfile extracts filtered members when errorlevel=0 (CVE-2025-4435)\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\n* cpython: Python HTMLParser quadratic complexity (CVE-2025-6069)\n\n* cpython: python: Python zipfile End of Central Directory (EOCD) Locator record offset not checked (CVE-2025-8291)\n\n* python: Quadratic complexity in os.path.expandvars() with user-controlled template (CVE-2025-6075)\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:23530",
"url": "https://access.redhat.com/errata/RHSA-2025:23530"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2294682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294682"
},
{
"category": "external",
"summary": "2321440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2321440"
},
{
"category": "external",
"summary": "2325776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2325776"
},
{
"category": "external",
"summary": "2343237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2343237"
},
{
"category": "external",
"summary": "2366509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366509"
},
{
"category": "external",
"summary": "2370010",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370010"
},
{
"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": "external",
"summary": "2373234",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373234"
},
{
"category": "external",
"summary": "2402342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402342"
},
{
"category": "external",
"summary": "2408891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2408891"
},
{
"category": "external",
"summary": "RHEL-128539",
"url": "https://issues.redhat.com/browse/RHEL-128539"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23530.json"
}
],
"title": "Red Hat Security Advisory: python39:3.9 security update",
"tracking": {
"current_release_date": "2026-04-13T20:00:11+00:00",
"generator": {
"date": "2026-04-13T20:00:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2025:23530",
"initial_release_date": "2025-12-18T01:35:54+00:00",
"revision_history": [
{
"date": "2025-12-18T01:35:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-18T01:35:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-13T20:00:11+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": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"product": {
"name": "mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src (python39:3.9)",
"product_id": "mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-7.module%2Bel8.10.0%2B23075%2B0aa18782.1?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"product": {
"name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src (python39:3.9)",
"product_id": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"product": {
"name": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src (python39:3.9)",
"product_id": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.10-4.module%2Bel8.10.0%2B21815%2Bbb024982?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"product": {
"name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src (python39:3.9)",
"product_id": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"product": {
"name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src (python39:3.9)",
"product_id": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026epoch=1\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.src::python39:3.9",
"product": {
"name": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.src (python39:3.9)",
"product_id": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"product": {
"name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src (python39:3.9)",
"product_id": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9",
"product": {
"name": "python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src (python39:3.9)",
"product_id": "python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-7.module%2Bel8.10.0%2B23406%2B03055bfb?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"product": {
"name": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch (python39:3.9)",
"product_id": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idna@2.10-4.module%2Bel8.10.0%2B21815%2Bbb024982?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"product": {
"name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch (python39:3.9)",
"product_id": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"product": {
"name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch (python39:3.9)",
"product_id": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-rpm-macros-0:3.9.25-2.module+el8.10.0+23718+1842ae33.noarch::python39:3.9",
"product": {
"name": "python39-rpm-macros-0:3.9.25-2.module+el8.10.0+23718+1842ae33.noarch (python39:3.9)",
"product_id": "python39-rpm-macros-0:3.9.25-2.module+el8.10.0+23718+1842ae33.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch (python39:3.9)",
"product_id": "python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-7.module%2Bel8.10.0%2B23406%2B03055bfb?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch (python39:3.9)",
"product_id": "python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-7.module%2Bel8.10.0%2B23406%2B03055bfb?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"product": {
"name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch (python39:3.9)",
"product_id": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=noarch\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026epoch=1\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026epoch=1\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product": {
"name": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9)",
"product_id": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9)",
"product_id": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9)",
"product_id": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9)",
"product_id": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64 (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.10.0%2B23075%2B0aa18782.1?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product": {
"name": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9)",
"product_id": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9)",
"product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9)",
"product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9)",
"product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39-devel:3.9",
"product": {
"name": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39-devel:3.9)",
"product_id": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debug@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9)",
"product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9)",
"product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product": {
"name": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9)",
"product_id": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9)",
"product_id": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9)",
"product_id": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9)",
"product_id": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.10.0%2B23075%2B0aa18782.1?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product": {
"name": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9)",
"product_id": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9)",
"product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9)",
"product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9)",
"product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39-devel:3.9",
"product": {
"name": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39-devel:3.9)",
"product_id": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debug@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9)",
"product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9)",
"product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product": {
"name": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9)",
"product_id": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9)",
"product_id": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9)",
"product_id": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9)",
"product_id": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.10.0%2B23075%2B0aa18782.1?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product": {
"name": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9)",
"product_id": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9)",
"product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9)",
"product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9)",
"product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39-devel:3.9",
"product": {
"name": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39-devel:3.9)",
"product_id": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debug@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9)",
"product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9)",
"product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product": {
"name": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9)",
"product_id": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9)",
"product_id": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9)",
"product_id": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9)",
"product_id": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64 (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.10.0%2B23075%2B0aa18782.1?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product": {
"name": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9)",
"product_id": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9)",
"product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9)",
"product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9)",
"product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39-devel:3.9",
"product": {
"name": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39-devel:3.9)",
"product_id": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debug@3.9.25-2.module%2Bel8.10.0%2B23718%2B1842ae33?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9)",
"product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9)",
"product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020251126112422:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9"
},
"product_reference": "mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9"
},
"product_reference": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9"
},
"product_reference": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9"
},
"product_reference": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9"
},
"product_reference": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9"
},
"product_reference": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9"
},
"product_reference": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9"
},
"product_reference": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.src::python39:3.9"
},
"product_reference": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9"
},
"product_reference": "python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9"
},
"product_reference": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9"
},
"product_reference": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9"
},
"product_reference": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rpm-macros-0:3.9.25-2.module+el8.10.0+23718+1842ae33.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.25-2.module+el8.10.0+23718+1842ae33.noarch::python39:3.9"
},
"product_reference": "python39-rpm-macros-0:3.9.25-2.module+el8.10.0+23718+1842ae33.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9"
},
"product_reference": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9"
},
"product_reference": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9"
},
"product_reference": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9"
},
"product_reference": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9"
},
"product_reference": "python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9"
},
"product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9"
},
"product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9"
},
"product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9"
},
"product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9"
},
"product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9"
},
"product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9"
},
"product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9"
},
"product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9"
},
"product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9"
},
"product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9"
},
"product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9"
},
"product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39-devel:3.9"
},
"product_reference": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39-devel:3.9"
},
"product_reference": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39-devel:3.9"
},
"product_reference": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39-devel:3.9"
},
"product_reference": "python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9"
},
"product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9"
},
"product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9"
},
"product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9"
},
"product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9"
},
"product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9"
},
"product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9"
},
"product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9"
},
"product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-5642",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-06-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2294682"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Python/CPython that does not disallow configuring an empty list (\"[]\") for SSLContext.set_npn_protocols(), which is an invalid value for the underlying OpenSSL API. This issue results in a buffer over-read when NPN is used. See CVE -2024-5535 for OpenSSL for more information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Invalid value for OpenSSL API may cause Buffer over-read when NPN is used",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated with a Low severity due to NPN not being widely used and specifying an empty list is likely uncommon in practice. Typically, a protocol name would be configured.",
"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:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.25-2.module+el8.10.0+23718+1842ae33.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-5642"
},
{
"category": "external",
"summary": "RHBZ#2294682",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2294682"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-5642",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-5642"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/PLP2JI3PJY33YG6P5BZYSSNU66HASXBQ/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PLP2JI3PJY33YG6P5BZYSSNU66HASXBQ/"
}
],
"release_date": "2024-06-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-18T01:35: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-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.25-2.module+el8.10.0+23718+1842ae33.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.